@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(b822027ff6ebf6711e6d.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




















html{font-size:16px;--bs-gutter-x: 1rem !important}body{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#222;background-image:url(e32342eb7b80ded217f3.jpg);background-position:center;background-repeat:repeat-y}body.no-scroll{overflow:hidden}body .the-wrapper{position:relative;overflow:hidden}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Poppins",sans-serif;font-weight:700}h1,.h1{font-size:3rem}@media(max-width: 767px){h1,.h1{font-size:2.25rem}}h2,.h2{font-size:2.75rem}@media(max-width: 767px){h2,.h2{font-size:1.75rem}}h3,.h3{font-size:2rem}@media(max-width: 767px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1.5rem}@media(max-width: 767px){h4,.h4{font-size:1.125rem}}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}strong{font-weight:700}.font-weight-light{font-weight:300}.font-weight-regular{font-weight:400}.font-weight-bold{font-weight:700}a{color:#222;text-decoration:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}a:hover,a:focus{text-decoration:none;color:#5eeeb7;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}a[href^=tel]{text-decoration:inherit;color:inherit}.object-fit{background-size:contain;background-position:center;background-repeat:no-repeat;font-size:0}.object-fit.object-fit-cover{object-fit:cover}.object-fit.object-fit-contain{object-fit:contain}ul{padding-left:1rem}p:last-child{margin-bottom:0}.text-left{text-align:left}.text-right{text-align:right}.wp-block-image img{max-width:100%;height:auto}.color-primary,.has-primary-color{color:#f8af19 !important}.color-hover-primary:hover,.color-hover-primary:active,.color-hover-primary:focus{color:#fcd789 !important}.bg-primary,.has-primary-background-color{background-color:#f8af19 !important}.border-color-primary{border-color:#5eeeb7 !important}.color-secondary,.has-secondary-color{color:#f9b21e !important}.color-hover-secondary:hover,.color-hover-secondary:active,.color-hover-secondary:focus{color:#f9b21e !important}.bg-secondary,.has-secondary-background-color{background-color:#f9b21e !important}.border-color-secondary{border-color:#f9b21e !important}.color-default,.has-default-color{color:#222 !important}.color-hover-default:hover,.color-hover-default:active,.color-hover-default:focus{color:#222 !important}.bg-default,.has-default-background-color{background-color:#222 !important}.border-color-default{border-color:#222 !important}.color-light,.has-light-color{color:#e7e7e7 !important}.color-hover-light:hover,.color-hover-light:active,.color-hover-light:focus{color:#e7e7e7 !important}.bg-light,.has-light-background-color{background-color:#e7e7e7 !important}.border-color-light{border-color:#e7e7e7 !important}.color-dark,.has-dark-color{color:dimgray !important}.color-hover-dark:hover,.color-hover-dark:active,.color-hover-dark:focus{color:dimgray !important}.bg-dark,.has-dark-background-color{background-color:dimgray !important}.border-color-dark{border-color:dimgray !important}.color-white,.has-white-color{color:#fff !important}.color-hover-white:hover,.color-hover-white:active,.color-hover-white:focus{color:#fff !important}.bg-white,.has-white-background-color{background-color:#fff !important}.border-color-white{border-color:#fff !important}.color-black,.has-black-color{color:#000 !important}.color-hover-black:hover,.color-hover-black:active,.color-hover-black:focus{color:#000 !important}.bg-black,.has-black-background-color{background-color:#000 !important}.border-color-black{border-color:#000 !important}p.has-text-color a:hover,p.has-text-color a:focus,p.has-text-color a:active{text-decoration:underline}.animate,.animate-on-click{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.animate.full.slide-up,.animate-on-click.full.slide-up{transform:translate(0, 100vh)}.animate.full.slide-down,.animate-on-click.full.slide-down{transform:translate(0, -100vh)}.animate.full.slide-left,.animate-on-click.full.slide-left{transform:translate(100vh, 0)}.animate.full.slide-right,.animate-on-click.full.slide-right{transform:translate(-100vh, 0)}.animate.full.fade,.animate-on-click.full.fade{opacity:0}.animate.full.in,.animate-on-click.full.in{transform:none}.animate.full.in.fade,.animate-on-click.full.in.fade{opacity:1}.animate.full-h.slide-up,.animate-on-click.full-h.slide-up{transform:translate(0, 100vw)}.animate.full-h.slide-down,.animate-on-click.full-h.slide-down{transform:translate(0, -100vw)}.animate.full-h.slide-left,.animate-on-click.full-h.slide-left{transform:translate(100vw, 0)}.animate.full-h.slide-right,.animate-on-click.full-h.slide-right{transform:translate(-100vw, 0)}.animate.full-h.fade,.animate-on-click.full-h.fade{opacity:0}.animate.full-h.in,.animate-on-click.full-h.in{transform:none}.animate.full-h.in.fade,.animate-on-click.full-h.in.fade{opacity:1}.animate:not(.full):not(.full-h).slide-up,.animate-on-click:not(.full):not(.full-h).slide-up{transform:translate(0, 200px)}.animate:not(.full):not(.full-h).slide-down,.animate-on-click:not(.full):not(.full-h).slide-down{transform:translate(0, -200px)}.animate:not(.full):not(.full-h).slide-left,.animate-on-click:not(.full):not(.full-h).slide-left{transform:translate(200px, 0)}.animate:not(.full):not(.full-h).slide-right,.animate-on-click:not(.full):not(.full-h).slide-right{transform:translate(-200px, 0)}.animate:not(.full):not(.full-h).fade,.animate-on-click:not(.full):not(.full-h).fade{opacity:0}.animate:not(.full):not(.full-h).in,.animate-on-click:not(.full):not(.full-h).in{transform:none}.animate:not(.full):not(.full-h).in.fade,.animate-on-click:not(.full):not(.full-h).in.fade{opacity:1}.transition-fade{opacity:1;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}html.is-animating [data-slide=up] .transition-fade{opacity:0;transform:translate(0, 100%)}html.is-animating [data-slide=down] .transition-fade{opacity:0;transform:translate(0, -100%)}html.is-leaving [data-slide=up] .transition-fade{transform:translate(0, -100%)}html.is-leaving [data-slide=down] .transition-fade{transform:translate(0, 100%)}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0 0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#fff}.hamburger-box{width:25px;height:13px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-0.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:25px;height:1px;background-color:#fff;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger--spring .hamburger-inner{top:.5px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner::before{top:6px;transition:top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:12px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:rgba(0,0,0,0) !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 6px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 6px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-12px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0, -6px, 0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1)}.page-header{height:100px}@media(max-width: 991px){.page-header{height:75px;background-color:#222;margin-left:-1rem;margin-right:-1rem}}.page-header.fixed-top{background-color:#222;transition:all .3s ease}.page-header .navbar{display:flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);padding:1rem 2rem}@media(max-width: 991px){.page-header .navbar{z-index:9000;background-color:#222}}.page-header .navbar .nav-wrapper{align-items:center}@media(min-width: 992px){.page-header .navbar .nav-wrapper{flex:1 0 0%;justify-content:space-between}}@media(max-width: 991px){.page-header .navbar .nav-wrapper{height:calc(100vh - 75px);justify-content:center}}.page-header .navbar .nav-wrapper.show{display:flex;flex-direction:column}.page-header .navbar .nav-wrapper .widget_nav_menu{margin:0 auto}.page-header .navbar .navbar-toggler{border:none;border-radius:0}.page-header .navbar .navbar-toggler:active,.page-header .navbar .navbar-toggler:focus{outline:none;box-shadow:none}.page-header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUuNDU2IiBoZWlnaHQ9IjI1LjQ1NiIgdmlld0JveD0iMCAwIDI1LjQ1NiAyNS40NTYiPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHkxPSIxIiB4Mj0iMSIgeTI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij4KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjliMjFlIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVlZWViNyIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPGcgaWQ9IlJhZ2dydXBwYV8zMyIgZGF0YS1uYW1lPSJSYWdncnVwcGEgMzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjkuMjcyIC0zMC40MDEpIj4KICAgIDxyZWN0IGlkPSJSZXR0YW5nb2xvXzU5IiBkYXRhLW5hbWU9IlJldHRhbmdvbG8gNTkiIHdpZHRoPSIzMiIgaGVpZ2h0PSI0IiByeD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI5LjI3MiA1My4wMjgpIHJvdGF0ZSgtNDUpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICAgIDxyZWN0IGlkPSJSZXR0YW5nb2xvXzYwIiBkYXRhLW5hbWU9IlJldHRhbmdvbG8gNjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSI0IiByeD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMyLjEgMzAuNDAxKSByb3RhdGUoNDUpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICA8L2c+Cjwvc3ZnPgo=)}.page-header .navbar .navbar-toggler .navbar-toggler-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMiAyOCI+CiAgICAgICAgICAgICAgICAgICAgPGRlZnM+CiAgICAgICAgICAgICAgICAgICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMSIgeDI9IjEiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2Y5YjIxZSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1ZWVlYjciLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgICAgICAgICA8L2RlZnM+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlJhZ2dydXBwYV8zMyIgZGF0YS1uYW1lPSJSYWdncnVwcGEgMzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjYgLTI3KSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZXR0YW5nb2xvXzU5IiBkYXRhLW5hbWU9IlJldHRhbmdvbG8gNTkiIHdpZHRoPSIzMiIgaGVpZ2h0PSI0IiByeD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI2IDI3KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZXR0YW5nb2xvXzYwIiBkYXRhLW5hbWU9IlJldHRhbmdvbG8gNjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSI0IiByeD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI2IDM5KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZXR0YW5nb2xvXzYxIiBkYXRhLW5hbWU9IlJldHRhbmdvbG8gNjEiIHdpZHRoPSIzMiIgaGVpZ2h0PSI0IiByeD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI2IDUxKSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9zdmc+)}.page-header .navbar .logo-wrapper{display:block}.page-header .navbar .logo-wrapper .logo{width:190px;height:auto}@media(max-width: 991px){.page-header .navbar .logo-wrapper .logo{width:120px}}.page-header .navbar .menu{display:flex;align-items:center;justify-content:center;list-style:none;padding:0;margin:0 1rem}@media(max-width: 991px){.page-header .navbar .menu{flex-direction:column}}.page-header .navbar .menu .menu-item{display:block;padding:0 1rem}.page-header .navbar .menu .menu-item a{position:relative;display:block;font-size:1rem;font-weight:400;color:#fff;padding:.5rem 0}@media(max-width: 1199px){.page-header .navbar .menu .menu-item a{font-size:calc(1rem - 10%)}}@media(max-width: 991px){.page-header .navbar .menu .menu-item a{font-size:1rem;margin-bottom:3.5rem}}.page-header .navbar .menu .menu-item a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background:linear-gradient(to right, #F9B21E, #5EEEB7);border-radius:10px;transition:all .3s ease}.page-header .navbar .menu .menu-item a:hover::after,.page-header .navbar .menu .menu-item a:focus::after,.page-header .navbar .menu .menu-item a:active::after{width:100%;transition:all .3s ease}@media(max-width: 1199px){.page-header .navbar .btn{font-size:calc(1rem - 10%)}}.btn{position:relative;z-index:1;display:inline-flex;align-items:center;text-align:center;line-height:1;background-image:none;border:none;border-radius:2rem;padding:.75rem 2rem}.btn::before{content:"";position:absolute;top:3px;left:3px;bottom:3px;z-index:-1;display:block;width:calc(100% - 6px);background-image:none;border-radius:2rem}.btn:hover,.btn:focus,.btn:active{background-color:rgba(0,0,0,0);outline:none;box-shadow:none;transition:all .3s ease}.btn.disabled,.btn:disabled{background-color:rgba(0,0,0,0)}.btn-outline-primary{color:#fcd789;background-image:linear-gradient(to right, #fcd789, #fcd789)}.btn-outline-primary::before{background-color:#222;transition:all .3s ease}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{color:#222;background-image:linear-gradient(to right, #fcd789, #fcd789);background-color:rgba(0,0,0,0);transition:all .3s ease}.btn-outline-primary:hover::before,.btn-outline-primary:focus::before,.btn-outline-primary:active::before{width:0;transition:all .3s ease}.btn-link{position:relative;display:inline-flex;color:#fff !important;text-decoration:none;border:none;padding:.5rem 0}.btn-link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right, #F9B21E, #5EEEB7);border-radius:10px;transition:all .3s ease}.btn-link:hover,.btn-link:focus,.btn-link:active{color:#5eeeb7 !important;text-decoration:none}.btn-link:hover::after,.btn-link:focus::after,.btn-link:active::after{background:linear-gradient(to right, #5EEEB7, #F9B21E);transition:all .3s ease}.btn-circle{align-items:center;justify-content:center;width:4rem;height:4rem;font-size:2rem;line-height:1;padding:0}.btn-circle::before{opacity:1}@media(max-width: 767px){.btn-circle{width:2.5rem;height:2.5rem;font-size:1.25rem}}.btn-circle:hover::before,.btn-circle:focus::before,.btn-circle:active::before{width:100%;opacity:0}.form-floating{display:block}.form-group{margin-bottom:15px}.form-control{border-radius:0;border:none;padding:10px 30px;color:#222}.form-control:focus,.form-control:active{box-shadow:none;outline:none}.wp-block-contact-form-7-contact-form-selector{background-color:#e7e7e7;padding:60px}@media(max-width: 767px){.wp-block-contact-form-7-contact-form-selector{padding:60px 15px}}.wp-block-contact-form-7-contact-form-selector .form-privacy{margin-bottom:15px}.form-floating>textarea.form-control{height:180px}.wpcf7-list-item{margin:0}.form-check{text-align:left}.form-check .form-check-input{width:12px;height:12px;margin-top:.25em;vertical-align:top;border-radius:0;border:1px solid dimgray;background-color:rgba(0,0,0,0)}.form-check .form-check-input:checked[type=checkbox]{background-color:dimgray}.form-check .form-check-input:focus{border-color:dimgray;box-shadow:0 0 0 .25rem rgba(105,105,105,.25)}.form-check .form-check-label{font-size:.78rem;color:dimgray}.form-check .form-check-label a{color:#fff;text-decoration:underline}.form-check .form-check-label a:hover,.form-check .form-check-label a:focus,.form-check .form-check-label a:active{color:dimgray;text-decoration:none}.form-submit{position:relative}.form-submit .wpcf7-submit{opacity:.5}.form-submit .ajax-loader{position:absolute;top:0;left:0;bottom:0;right:0;z-index:10;margin:auto}span.wpcf7-not-valid-tip{display:block;color:#e74c3c;font-size:.8em;font-weight:normal;padding-top:0;margin-top:15px;margin-bottom:0}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{font-style:.8rem;background-color:#f1c40f;margin:15px 0;border:2px solid rgba(0,0,0,0);padding:15px}.wpcf7 form.sent .wpcf7-response-output{border-color:rgba(0,0,0,0);background-color:#2ecc71;color:#fff;font-size:.8rem;border-radius:0;text-align:center}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:rgba(0,0,0,0);background-color:#e74c3c;color:#fff;font-size:.8rem;border-radius:0;text-align:center}.footer{color:#fff;text-align:center;margin-top:3.75rem;border:10px solid;border-image-slice:1;border-width:5px;border-image-source:linear-gradient(to right, #F9B21E, #5EEEB7);border-left:0;border-right:0;border-bottom:0;padding-top:5rem;padding-bottom:10rem}@media(max-width: 767px){.footer{max-width:calc(100% - 2rem);margin-left:1rem;margin-right:1rem;padding:5rem 0}}.footer .logo-wrapper{display:block;max-width:20rem;margin:auto;margin-bottom:1rem}@media(max-width: 767px){.footer .logo-wrapper{max-width:10rem;margin-bottom:1.5rem}}.footer a{color:#fff}.footer a:not(.btn-link){text-decoration:underline}.bear-block:not(.block-space-margin){padding-bottom:3.75rem}@media(max-width: 767px){.bear-block:not(.block-space-margin){padding-bottom:2.75rem}}.bear-block:not(.block-space-margin)+.bear-block:not(.block-space-margin){padding-top:3.75rem}@media(max-width: 767px){.bear-block:not(.block-space-margin)+.bear-block:not(.block-space-margin){padding-top:2.75rem}}.bear-block.block-space-margin+.bear-block{margin-top:3.75rem;padding-top:3.75rem}.bear-block .block-footer{display:flex;flex-wrap:wrap;justify-content:center}.section-title{color:#fff;text-align:center;margin-bottom:5rem}@media(max-width: 767px){.section-title{margin-bottom:2.5rem}}.card{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;background-image:linear-gradient(to right, #F9B21E, #5EEEB7);border:none;border-radius:1.375rem;padding:3rem 2.5rem}@media(max-width: 767px){.card{padding:1.5rem}}.card::before{content:"";position:absolute;top:3px;left:3px;bottom:3px;z-index:-1;display:block;width:calc(100% - 6px);background-color:#222;border-radius:1.375rem}.tabs-wrapper .nav-tabs{justify-content:center;border:none}.tabs-wrapper .nav-tabs .nav-item .nav-link{position:relative;font-weight:500;color:#fff;line-height:1;background-color:rgba(0,0,0,0);border:none;border-radius:0;font-size:2rem}@media(max-width: 767px){.tabs-wrapper .nav-tabs .nav-item .nav-link{font-size:1.5rem}}.tabs-wrapper .nav-tabs .nav-item .nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background:linear-gradient(to right, #F9B21E, #5EEEB7);border-radius:10px;transition:all .3s ease}.tabs-wrapper .nav-tabs .nav-item .nav-link:hover::after,.tabs-wrapper .nav-tabs .nav-item .nav-link.active::after{width:100%;transition:all .3s ease}.tabs-wrapper .nav-tabs .nav-item .nav-link.active{color:#5eeeb7;background-color:rgba(0,0,0,0)}.tabs-wrapper .tab-content{color:#fff;padding-top:5rem}.bear-block-landing-hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;height:100vh;padding-top:0;padding-bottom:0}.bear-block-landing-hero .hero-logo-wrapper{margin-bottom:5rem;text-align:center}@media(max-width: 767px){.bear-block-landing-hero .hero-logo-wrapper{margin-bottom:3.875rem}}@media(max-height: 800px){.bear-block-landing-hero .hero-logo-wrapper{max-width:300px;margin-left:auto;margin-right:auto}}.bear-block-landing-hero .hero-logo-wrapper .hero-logo{max-width:100%;height:auto}@media(max-width: 1199px){.bear-block-landing-hero .hero-logo-wrapper .hero-logo{max-width:450px}}@media(max-width: 767px){.bear-block-landing-hero .hero-logo-wrapper .hero-logo{max-width:200px}}.bear-block-landing-hero .event-range{display:flex;align-items:center;width:100%;line-height:1;font-size:3rem;font-weight:700;color:#5eeeb7;margin-bottom:1.5rem}@media(max-width: 767px){.bear-block-landing-hero .event-range{font-size:2.25rem}}.bear-block-landing-hero .event-range .event-divider{color:#fff}.bear-block-landing-hero .event-my{font-weight:400;color:#fff}.bear-block-landing-hero .event-overtitle{color:#f9b21e}.bear-block-landing-hero .event-title,.bear-block-landing-hero .event-description{color:#fff}.bear-block-landing-hero .event-description{font-size:1.5rem;margin-bottom:2.5rem}@media(max-width: 767px){.bear-block-landing-hero .event-description{font-size:1.125rem}}@media(max-width: 767px){.bear-block-landing-hero .event-link{text-align:center}}.page-header+.page-main>.bear-block-landing-hero:first-of-type{height:calc(100vh - 100px)}@media(max-width: 1199px){.page-header+.page-main>.bear-block-landing-hero:first-of-type{height:calc(100vh - 75px)}}@media(max-width: 767px){.page-header+.page-main>.bear-block-landing-hero:first-of-type{height:auto;padding-top:3.75rem}}.bear-block-animated-hero{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;height:100vh}@media(max-width: 991px){.bear-block-animated-hero{height:auto;padding:0 !important}}@media(max-height: 800px){.bear-block-animated-hero{min-height:750px}}.bear-block-animated-hero .hero-image{position:absolute;left:0;right:0;bottom:0;width:100%;height:auto;margin:auto;object-fit:cover}@media(max-width: 991px){.bear-block-animated-hero .hero-image{position:static}}.bear-block-timer{background:linear-gradient(to right, rgba(249, 178, 30, 0.5), rgba(94, 238, 183, 0.5));padding-top:1.75rem;padding-bottom:1.75rem}.bear-block-timer.fixed-top{position:fixed;top:100px;z-index:500;background-image:none;background-color:#222;padding:0}.bear-block-timer.fixed-top .container{border-top:1px solid #fff}.bear-block-timer.fixed-top .timer{padding:.5rem 0}.bear-block-timer.fixed-top .timer .timer-col{display:flex;align-items:flex-end;justify-content:center;flex:0 0 25%;max-width:25%;padding:0 5px}.bear-block-timer.fixed-top .timer .timer-col .timer-value{font-size:1.25rem;line-height:18px;margin-right:5px}@media(max-width: 767px){.bear-block-timer.fixed-top .timer .timer-col .timer-value{font-size:1rem;line-height:14px}}.bear-block-timer.fixed-top .timer .timer-col .timer-label{font-size:.875rem;line-height:1}@media(max-width: 767px){.bear-block-timer.fixed-top .timer .timer-col .timer-label{font-size:.75rem}}@media(max-width: 991px){.bear-block-timer.fixed-top{top:75px}}.bear-block-timer .timer{display:flex;width:100%}.bear-block-timer .timer .timer-col{flex:1 0 0%;text-align:center;border-right:1px solid #fff;padding:0 1rem}.bear-block-timer .timer .timer-col .timer-value,.bear-block-timer .timer .timer-col .timer-label{display:block}.bear-block-timer .timer .timer-col .timer-value{font-size:3rem;font-weight:700;color:#5eeeb7}@media(max-width: 767px){.bear-block-timer .timer .timer-col .timer-value{font-size:2.25rem}}.bear-block-timer .timer .timer-col .timer-label{font-size:1.5rem;font-weight:400;color:#fff}@media(max-width: 767px){.bear-block-timer .timer .timer-col .timer-label{font-size:1.125rem}}.bear-block-timer .timer .timer-col:last-of-type{border-right:none}.bear-block-double-cards .cards-wrapper .double-card{position:relative;z-index:100;height:20rem;margin-bottom:5rem;overflow:hidden;cursor:pointer}@media(max-width: 767px){.bear-block-double-cards .cards-wrapper .double-card{margin-bottom:2.5rem}}.bear-block-double-cards .cards-wrapper .double-card:hover .card-back,.bear-block-double-cards .cards-wrapper .double-card.active .card-back{top:0;transition:all .3s ease}.bear-block-double-cards .cards-wrapper .double-card .card-front{cursor:pointer}.bear-block-double-cards .cards-wrapper .double-card .card-front .card-title{font-weight:600;line-height:1}.bear-block-double-cards .cards-wrapper .double-card .card-front .card-subtitle{font-weight:400}.bear-block-double-cards .cards-wrapper .double-card .card-back{position:absolute;top:100%;left:0;right:0;z-index:50;display:block;height:20rem;color:#222;font-weight:500;text-align:left;background-image:linear-gradient(to right, #F9B21E, #5EEEB7);padding:3rem 2.5rem;transition:all .3s ease}.bear-block-double-cards .cards-wrapper .double-card .card-back .card-back-content{height:100%;overflow-y:auto}.bear-block-events-tabs .tabs-wrapper .list-title{color:#f9b21e;margin-bottom:1.5rem}.bear-block-events-tabs .tabs-wrapper .speech-list{display:flex;flex-wrap:wrap;width:100%;margin-bottom:2rem;padding:0;list-style:none}.bear-block-events-tabs .tabs-wrapper .speech-list .list-row{display:flex;flex-wrap:wrap;width:100%;margin-bottom:1rem}.bear-block-events-tabs .tabs-wrapper .speech-list .list-row .list-hour,.bear-block-events-tabs .tabs-wrapper .speech-list .list-row .list-event{display:block}.bear-block-events-tabs .tabs-wrapper .speech-list .list-row .list-hour{flex:0 0 5rem;max-width:5rem;font-weight:600;color:#5eeeb7}.bear-block-events-tabs .tabs-wrapper .speech-list .list-row .list-event{flex:0 0 calc(100% - 5rem);max-width:calc(100% - 5rem)}.bear-block-events-tabs .events-program-link{display:flex;justify-content:center;width:100%;margin-bottom:5rem}.bear-block-events-tabs .events-program-link .btn-link{font-size:1.5rem;font-weight:700}@media(max-width: 767px){.bear-block-events-tabs .events-program-link .btn-link{font-size:1.125rem}}@media(max-width: 767px){.bear-block-double .featured-image{text-align:center;margin-bottom:1rem}}@media(max-width: 767px){.bear-block-double .featured-image img{max-width:10rem}}.bear-block-double .block-body{color:#fff}@media(max-width: 767px){.bear-block-double .block-body{text-align:center}}.bear-block-double .block-body .unit-name{font-weight:600;margin-bottom:1rem}@media(max-width: 767px){.bear-block-double .block-body .unit-name{font-size:1.25rem}}.bear-block-double .block-body .unit-link{font-weight:400;margin-bottom:1rem}@media(max-width: 767px){.bear-block-double .block-body .unit-link{font-size:1rem}}.bear-block-double .block-body .speaker-description{margin-bottom:1rem}@media(max-width: 767px){.bear-block-double .block-body .speaker-description{font-size:1rem}}.bear-block-units-carousel .owl-units .owl-stage{display:flex}.bear-block-units-carousel .owl-units .unit{display:flex;flex-direction:column;align-items:center;height:100%;color:#fff;text-align:center}.bear-block-units-carousel .owl-units .unit .unit-img{margin-bottom:2.5rem}.bear-block-units-carousel .owl-units .unit .unit-name{margin-bottom:1rem}@media(max-width: 767px){.bear-block-units-carousel .owl-units .unit .unit-name{font-size:1.25rem}}.bear-block-units-carousel .owl-units .unit .unit-link{font-size:1.5rem;margin-bottom:1rem}@media(max-width: 767px){.bear-block-units-carousel .owl-units .unit .unit-link{font-size:1.125rem}}@media(max-width: 767px){.bear-block-units-carousel .owl-units .unit .unit-link{font-size:1rem}}.bear-block-units-carousel .owl-units .unit .speaker-profile{margin-top:auto}@media(max-width: 767px){.bear-block-units-carousel .owl-units .unit .speaker-profile{font-size:1rem}}.bear-block-units-carousel .owl-units .owl-dots{display:flex;justify-content:center;width:100%;margin-top:5rem;margin-bottom:5rem}.bear-block-units-carousel .owl-units .owl-dots .owl-dot{display:block;width:.75rem;height:.75rem;margin:0 .5rem;border:2px solid #fff;border-radius:50%}.bear-block-units-carousel .owl-units .owl-dots .owl-dot.active{background-color:#fff}.bear-block-cards .card{margin-bottom:1rem}@media(max-width: 767px){.bear-block-carousel .carousel-wrapper{padding:0 2rem;margin-bottom:1.5rem}}.bear-block-carousel .gallery-carousel .gallery-image{border-radius:1.375rem}.bear-block-carousel .gallery-carousel .owl-dots{display:flex;justify-content:center;width:100%;margin-top:1rem}.bear-block-carousel .gallery-carousel .owl-dots .owl-dot{display:block;width:.75rem;height:.75rem;margin:0 .5rem;border:2px solid #fff;border-radius:50%}.bear-block-carousel .gallery-carousel .owl-dots .owl-dot.active{background-color:#fff}.bear-block-carousel .gallery-carousel .owl-nav{position:absolute;left:-2rem;right:-2rem;top:0;bottom:0;display:flex;align-items:center;justify-content:space-between;height:0;margin:auto}.bear-block-carousel .carousel-description{font-size:1.5rem;color:#fff}@media(max-width: 767px){.bear-block-carousel .carousel-description{font-size:1.125rem}}.bear-block-map-hero{height:80vh}@media(max-width: 767px){.bear-block-map-hero{height:20rem}}.bear-block-map-hero .map-wrapper{width:100%;height:100%}.bear-block-subscription{color:#fff}.bear-block-subscription .section-description{text-align:center;margin-bottom:3.75rem}.bear-block-subscription .btn{margin-bottom:1rem}.modal .modal-content{border-radius:1.375rem}.modal .modal-content .btn-close{position:absolute;top:-2rem;right:0;width:1rem;height:1rem;background:rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;opacity:1}.modal .modal-content .btn-close:active,.modal .modal-content .btn-close:focus{box-shadow:none;outline:none}.bear-block-nav-wrapper{padding-top:120px;padding-bottom:120px}@media(max-width: 767px){.bear-block-nav-wrapper{padding-top:60px;padding-bottom:60px}}.bear-block-nav-wrapper+.bear-block-nav-wrapper{padding-top:0}.bear-block-overtitle{letter-spacing:normal}.bear-block-layout-section{padding-top:120px;padding-bottom:120px}@media(max-width: 767px){.bear-block-layout-section{padding-top:60px;padding-bottom:60px}}.bear-block-layout-section+.bear-block-layout-section{padding-top:0}.bear-block-layout-space{margin-bottom:30px}@media(max-width: 767px){.bear-block-layout-space{margin-bottom:15px}}.bear-block-banner{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:580px}@media(max-width: 767px){.bear-block-banner{min-height:250px}}.bear-block-banner.has-hover-image{margin-top:120px}@media(max-width: 767px){.bear-block-banner.has-hover-image{margin-top:60px}}.bear-block-banner.has-hover-image .hover-image{position:absolute;z-index:10;top:-200px;left:20%;max-width:400px;max-height:400px}@media(max-width: 767px){.bear-block-banner.has-hover-image .hover-image{max-width:120px;top:-60px;left:15px}}.bear-block-banner .block-body{position:relative;z-index:30;width:100%;padding-top:120px;padding-bottom:120px}@media(max-width: 991px){.bear-block-banner .block-body{padding-top:90px;padding-bottom:90px}}.bear-block-banner .banner-background{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;overflow:hidden}.bear-block-banner .banner-background img{width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width: 767px){.bear-block-banner .title{font-size:1.5rem}}.bear-block-cards{position:relative}.bear-block-cards .hover-logo{position:absolute;top:0;left:0;bottom:0;right:0;z-index:30;max-width:220px;width:100%;margin:auto;opacity:.1}.bear-block-cards>.container-fluid{padding:0}.bear-block-cards .featured-image{height:100%;overflow:hidden}.bear-block-cards .featured-image img{width:100%;height:100%;object-fit:cover;object-position:center}.bear-block-cards .block-body{padding:120px 16.6667%}@media(max-width: 991px){.bear-block-cards .block-body{padding:60px 16.6667%}}.bear-block-cards .block-body+.block-footer{margin-top:120px}@media(max-width: 767px){.bear-block-cards .block-body+.block-footer{margin-top:60px}}.bear-block-cards .block-body .block-content>*:not(:last-child){margin-bottom:30px}.bear-block-cards .block-body .block-content+.btn{margin-top:30px}.bear-block-contact{padding-top:120px;padding-bottom:120px}@media(max-width: 767px){.bear-block-contact{padding-top:60px;padding-bottom:60px}}.bear-block-contact .contact-form-wrapper{margin-top:-320px}@media(max-width: 767px){.bear-block-contact .contact-form-wrapper{margin-top:60px}}.bear-block-contact .bear-block-title{color:#fff;text-align:center;margin-bottom:30px}@media(max-width: 767px){.bear-block-contact .bear-block-title{color:#222}}.bear-block-custom{padding-top:120px;padding-bottom:120px}@media(max-width: 767px){.bear-block-custom{padding-top:60px;padding-bottom:60px}}.bear-block-custom .block-header,.bear-block-custom .block-body,.bear-block-custom .block-footer{text-align:center}.bear-block-custom .block-header .overtitle{font-family:"Poppins",sans-serif;font-weight:700;margin:0}.bear-block-custom .block-header .divider{width:1px;height:30px;margin-top:15px;margin-left:auto;margin-bottom:30px;margin-right:auto;background-color:#222}.bear-block-custom .block-header .title{margin-bottom:45px}.bear-block-custom .block-body+.block-footer{margin-top:120px}@media(max-width: 767px){.bear-block-custom .block-body+.block-footer{margin-top:60px}}.bear-block-custom .block-body .block-content+.btn{margin-top:105px}@media(max-width: 767px){.bear-block-custom .block-body .block-content+.btn{margin-top:52.5px}}.bear-block-custom .block-footer .parallax-images{display:flex;justify-content:space-around;align-items:center}.bear-block-custom .block-footer .parallax-images .parallax-left,.bear-block-custom .block-footer .parallax-images .parallax-right{position:relative}.bear-block-custom .block-footer .parallax-images .parallax-left{z-index:1}@media(max-width: 991px){.bear-block-custom .block-footer .parallax-images .parallax-left{max-width:200px;height:auto}}.bear-block-custom .block-footer .parallax-images .parallax-right{z-index:100;margin-left:-90px}@media(max-width: 991px){.bear-block-custom .block-footer .parallax-images .parallax-right{margin-left:-150px}}@media(max-width: 991px){.bear-block-custom .block-footer .parallax-images .parallax-right{max-width:150px;margin-left:-60px;height:auto}}.bear-block-hero{position:relative}.bear-block-hero .hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:750px}.bear-block-hero .hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.bear-block-hero .hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.bear-block-hero .hero-header{margin-bottom:30px}.bear-block-hero .hero-header .title{margin:0}.bear-block-hero .hero-footer{position:absolute;bottom:0;left:0;right:0;padding-top:40px;padding-bottom:40px;background-color:rgba(0,0,0,.2)}@media(max-width: 767px){.bear-block-hero .hero-footer{position:static;background-color:#222}}.bear-block-hero .hero-footer .dropdown{margin-top:5px;margin-bottom:5px}.bear-block-hero .hero-footer .dropdown .dropdown-toggle{display:inline-flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-weight:700;font-size:.875rem;color:#fff;width:100%;text-transform:uppercase;border:1px solid #fff;background-color:rgba(0,0,0,0);padding:15px 30px}.bear-block-hero .hero-footer .dropdown .dropdown-toggle:hover,.bear-block-hero .hero-footer .dropdown .dropdown-toggle:focus,.bear-block-hero .hero-footer .dropdown .dropdown-toggle:active{background-color:#fff;border-color:#fff;color:#5eeeb7}.bear-block-hero .hero-footer .dropdown .dropdown-toggle:hover::after,.bear-block-hero .hero-footer .dropdown .dropdown-toggle:focus::after,.bear-block-hero .hero-footer .dropdown .dropdown-toggle:active::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276.25%27 height=%2710%27 viewBox=%270 0 6.25 10%27%3E%3Cpath id=%27Icon_open-arrow-bottom%27 data-name=%27Icon open-arrow-bottom%27 d=%27M2.5,0V6.25H0L3.163,10,6.25,6.25H3.75V0Z%27 fill=%27%2381671f%27/%3E%3C/svg%3E%0A")}.bear-block-hero .hero-footer .dropdown .dropdown-toggle::after{content:"";width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276.25%27 height=%2710%27 viewBox=%270 0 6.25 10%27%3E%3Cpath id=%27Icon_open-arrow-bottom%27 data-name=%27Icon open-arrow-bottom%27 d=%27M2.5,0V6.25H0L3.163,10,6.25,6.25H3.75V0Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;background-size:contain;margin:0;border:none;padding:0}.bear-block-hero .hero-footer .dropdown .dropdown-menu{width:100%;margin-top:-2px !important;margin-bottom:-2px !important;border:1px solid #fff;border-radius:0;padding:0}.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu{margin-bottom:0;padding:15px;list-style:none}.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu .menu-item{display:block}.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu .menu-item a{display:inline-block;font-weight:400;color:#222;padding:5px 15px}.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu .menu-item a:hover,.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu .menu-item a:focus,.bear-block-hero .hero-footer .dropdown .dropdown-menu .menu .menu-item a:active{color:#fff;background-color:#5eeeb7}.bear-block-landing-hero{position:relative}.bear-block-landing-hero .landing-hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:750px}.bear-block-landing-hero .landing-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.bear-block-landing-hero .landing-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.bear-block-landing-hero .landing-hero-header{margin-bottom:30px}.bear-block-landing-hero .landing-hero-header .title{margin:0}.bear-block-landing-hero .landing-hero-footer{position:absolute;bottom:0;left:0;right:0;padding-top:40px;padding-bottom:40px;background-color:rgba(0,0,0,.2)}@media(max-width: 767px){.bear-block-landing-hero .landing-hero-footer{position:static;background-color:#222}}.bear-block-landing-hero .landing-hero-footer .dropdown{margin-top:5px;margin-bottom:5px}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle{display:inline-flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-weight:700;font-size:.875rem;color:#fff;width:100%;text-transform:uppercase;border:1px solid #fff;background-color:rgba(0,0,0,0);padding:15px 30px}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:hover,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:focus,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:active{background-color:#fff;border-color:#fff;color:#5eeeb7}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:hover::after,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:focus::after,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle:active::after{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276.25%27 height=%2710%27 viewBox=%270 0 6.25 10%27%3E%3Cpath id=%27Icon_open-arrow-bottom%27 data-name=%27Icon open-arrow-bottom%27 d=%27M2.5,0V6.25H0L3.163,10,6.25,6.25H3.75V0Z%27 fill=%27%2381671f%27/%3E%3C/svg%3E%0A")}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-toggle::after{content:"";width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276.25%27 height=%2710%27 viewBox=%270 0 6.25 10%27%3E%3Cpath id=%27Icon_open-arrow-bottom%27 data-name=%27Icon open-arrow-bottom%27 d=%27M2.5,0V6.25H0L3.163,10,6.25,6.25H3.75V0Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;background-size:contain;margin:0;border:none;padding:0}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu{width:100%;margin-top:-2px !important;margin-bottom:-2px !important;border:1px solid #fff;border-radius:0;padding:0}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu{margin-bottom:0;padding:15px;list-style:none}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu .menu-item{display:block}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu .menu-item a{display:inline-block;font-weight:400;color:#222;padding:5px 15px}.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu .menu-item a:hover,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu .menu-item a:focus,.bear-block-landing-hero .landing-hero-footer .dropdown .dropdown-menu .menu .menu-item a:active{color:#fff;background-color:#5eeeb7}.bear-block-logo{padding:0 !important}@media(max-width: 991px){.oi-block-map-hero{background-color:#5eeeb7}}@media(max-width: 991px){.oi-block-map-hero .map-hero-left{padding-top:90px;padding-bottom:90px}}.oi-block-map-hero .map-hero-left .map-hero-header .overtitle{color:#f9b21e;letter-spacing:normal;text-transform:uppercase;margin-bottom:15px}@media(max-width: 767px){.oi-block-map-hero .map-hero-left .map-hero-header .overtitle{margin-bottom:7.5px}}.oi-block-map-hero .map-hero-left .map-hero-header .title{color:#fff;margin-bottom:60px}@media(max-width: 767px){.oi-block-map-hero .map-hero-left .map-hero-header .title{margin-bottom:30px}}.oi-block-map-hero .map-hero-left .map-hero-body{color:#fff;margin-bottom:60px}@media(max-width: 767px){.oi-block-map-hero .map-hero-left .map-hero-body{margin-bottom:30px}}.oi-block-map-hero .map-hero-left .map-hero-body a{color:#fff}.oi-block-map-hero .map-hero-left .map-hero-body .location-details{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px;color:#fff}.oi-block-map-hero .map-hero-left .map-hero-body .location-details .location-icon{display:block;padding-right:15px;width:45px;flex:0 0 45px}.oi-block-map-hero .map-hero-left .map-hero-body .location-details .location-label{display:block;font-weight:700;width:calc(100% - 45px);flex:0 0 calc(100% - 45px);color:#fff}.oi-block-map-hero .map-hero-left .map-hero-body .location-details .location-label .label-detail{font-weight:300}.oi-block-map-hero .map-hero-right{width:calc(100% + 30px);height:calc(100vh - 260px);min-height:800px;margin-left:-15px;margin-right:-15px;overflow:hidden}@media(max-width: 991px){.oi-block-map-hero .map-hero-right{height:500px;min-height:auto}}@media(max-width: 767px){.oi-block-map-hero .map-hero-right{height:350px;min-height:auto}}.oi-block-map-hero .map-hero-right .contacts-map{height:100%}.bear-block-post-carousel{padding-top:120px;padding-bottom:120px}@media(max-width: 767px){.bear-block-post-carousel{padding-top:60px;padding-bottom:60px}}.bear-block-post-carousel .block-header{text-align:center}.bear-block-post-carousel .block-header .overtitle{font-family:"Poppins",sans-serif;font-weight:700;margin:0}.bear-block-post-carousel .block-header .divider{width:1px;height:30px;margin-top:15px;margin-left:auto;margin-bottom:30px;margin-right:auto;background-color:#222}.bear-block-post-carousel .block-header .title{margin-bottom:45px}.bear-block-post-carousel .block-body .owl-posts .post-slide{padding-top:15px;padding-bottom:15px}@media(max-width: 767px){.bear-block-post-carousel .block-body .owl-posts .post-slide .post-thumb{margin-bottom:15px}}.bear-block-post-carousel .block-body .owl-posts .post-slide .post-title{font-family:"Poppins",sans-serif;font-weight:700;letter-spacing:normal;text-transform:uppercase;color:#5eeeb7;margin-bottom:10px}.bear-block-post-carousel .block-body .owl-posts .post-slide .post-date{font-family:"Poppins",sans-serif;font-weight:700}.bear-block-post-carousel .block-body .owl-posts .post-slide .post-excerpt{margin-bottom:30px}.bear-block-post-carousel .block-body .owl-posts .owl-dots{display:flex;justify-content:center;align-items:center;width:100%;margin-top:90px}@media(max-width: 767px){.bear-block-post-carousel .block-body .owl-posts .owl-dots{margin-top:45px}}.bear-block-post-carousel .block-body .owl-posts .owl-dots .owl-dot{display:block;width:30px;height:1px;margin:5px 15px;background-color:#5eeeb7}.bear-block-post-carousel .block-body .owl-posts .owl-dots .owl-dot.active{height:3px}






