@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap");
/* hidden sections*/
header.si-bgp--center .header__bg {
	display: none;
}
.intro {
	display: none;
}
#pageComponent381203{display: none}
#pageComponent389493 .si-container, #pageComponent389493 .si-form .form-control, #pageComponent389493 .si-form .input-group-addon{color:#fff;}
.section--featured-listings{display: none}
.section--stats{display:none}
.section--testimonials{display: none}
.section--reviews{display:none}
.section--fma{display:none}
.section--agents{display:none}
.content__bg{display: none}
#home121255 div.inner header.si-bgp--center div.hero__video.js-hero-video{display: none!important}
header::after {
	background: none;
	content: "";
	z-index: 1!important;
}
header::before {

    background: linear-gradient(180deg, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 64%); 
	background-size: 100% 60%,100% 100%;
	content: "";
	height: 100%;
	position: absolute;
    background-repeat: no-repeat;
	width: 100%;
	z-index: 1;
}
/*header .container{width: 100%; max-width: 1500px;}
#dynamic-nav .dynamic-menu-item > a{
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#dynamic-nav .dynamic-menu-item .dropdown_menu .dropdown li .title, #dynamic-nav .dynamic-menu-item .dropdown_menu .dropdown li a {
	font-size: .7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
}*/
.navigation__top-auth .is-register::before {
	color: #fff !important;}
.navigation__top-auth > a:focus, .navigation__top-auth > a:hover, .navigation__top-blog > a:focus, .navigation__top-blog > a:hover {
	color: #D5F7DD;}
.navigation__top-auth > a, .navigation__top-blog > a {
	color: #fff;}

div.container:nth-child(4){display: none;}
.si-bgp--center{background: url(https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/besthomesorangecounty.com/images/banner.jpg);
background-size: cover;
background-position: bottom;
background-repeat: no-repeat}
#pageComponent636748{display: none}
#home121255{margin:0}
.intro {
	padding-bottom: 60px;
}
.intro__title {display: none;}
.intro__buttons {display: none;}
/**/
/*custom sierra*/
.section--content > .content {padding:0}
.section--content > .content > .content__container {
	max-width: 100%;
	padding: 0;
}
#info_banner {
	transition: 300ms ease all 2s;
	height: 0;
	overflow: hidden;
	background: #000;
	z-index: 999;
	position: relative;
    box-sizing: border-box
}
#info_banner.expanded {
	height: 61px;
	padding: 15px;
}
#info_banner .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#info_banner .container::after, #info_banner .container::before {
	content: " ";
	display: table;
}
#info_banner p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin: 0!important;
	padding-right: 60px;
	color: #fff;

}
#info_banner p span {
	color: #CBA641;
	font-weight: 600;
}
.si-modal{align-items:center}
#work_with_us{text-align:center;color:#fff;height:fit-content;padding:60px 30px;background-size:cover;background-position:center;position: relative;z-index: 1500}

#work_with_us::before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5);z-index:0}
#work_with_us h2{position: relative;}
#work_with_us .container{height:100%; }
#work_with_us .row{display:flex;height:100%;  box-sizing: border-box!important}
#work_with_us .heading-left{display:flex}
#work_with_us .heading-left .inner{margin:auto}
#work_with_us .heading-left h2{margin-bottom:10px;margin-top:30px}

#work_with_us .heading-left p{font-family:"Playfair Display",Georgia,serif;font-size:23px}
#work_with_us .col-md-6{display:flex;align-items:center}

#work_with_us .video__image{width:100%}

#work_with_us .video__image a{display:inline-block;border:1px solid rgba(255,255,255,.5);padding:10px}

#work_with_us .video__image a img{display:block; max-width: 100%}
#work_with_us .video__image p{text-transform:uppercase;letter-spacing:3px;max-width:90%;margin:15px auto 0}
#work_with_us .btn{position:relative;left:auto;bottom:auto;margin:25px;transform:none}
#watch_video{padding:200px 0; z-index: 9000; max-height: 100vh; height: 100vh;
}
#watch_video .row{display:-webkit-box;display:-ms-flexbox;display:flex;}
#watch_video .content{display:-webkit-box;display:-ms-flexbox;display:flex;
	align-items: center;}
#watch_video .v-center{margin:auto}
#watch_video h3{position:relative;padding-bottom:15px}
#watch_video h3:after{content:"";position:absolute;bottom:0;left:50%;width:125px;border-top:1px solid #d0752d;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
#watch_video .modal-dialog,
#watch_video #video_modal .modal-dialog{width:80vw;max-width:1000px; }
.cy-custom .btn-alt {
	background: #3b593e;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 600;
	position: relative;
	transition: 300ms ease all;
	overflow: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    animation: fade-in 2s ease forwards;
    transition: .5s;
}
.cy-custom .btn-alt:hover {
    background: #E7C47A; }
.cy-custom .btn-alt::before {
	 position: absolute;
            top: 0;
            left: -100%;
            z-index: 2;
            display: block;
            content: "";
            width: 80%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
}

.cy-custom .btn-alt:hover::before {
                -webkit-animation: shine 0.75s;
                animation: shine 0.75s;
            }




#expandcp {cursor:hand;cursor:pointer; }
#expacp {width:100%;margin:0px auto; }
#expendcp{margin-top: 30px;}
.btn.alt.wow.fadeInUp._Rmore{margin-top:20px!important}
.navbar-holder{position:relative;z-index:9}
.navbar-holder>.container{position:relative;max-width:1400px}
.navbar-holder .navbar{padding-top:40px}
.navbar-holder .navbar #main-nav-container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}
.navbar-holder .navbar #main-nav-container>ul>li{position:relative}
.navbar-holder .navbar #main-nav-container>ul>li.menu-item-has-children>a:after{content:"ï¸";font-family:"Font Awesome 5 Pro";padding-left:6px;font-size:13px}
.navbar-holder .navbar #main-nav-container>ul>li>a{color:#fff;padding:8px 20px;text-decoration:none;font-weight:600;text-transform:uppercase;display:block}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu{position:absolute;opacity:0;padding:0;top:100%;left:0;-webkit-transition:300ms ease all;transition:300ms ease all;list-style:none;background:#fff}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li{border-bottom:rgba(0,0,0,0.1)}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a{color:#000;font-size:15px;text-transform:uppercase;white-space:nowrap;display:block;padding:10px 50px 10px 20px;text-decoration:none;font-weight:600;-webkit-transition:300ms ease all;transition:300ms ease all}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a:hover{color:#fff;background:#000}
.navbar-holder .navbar #main-nav-container>ul>li:last-child .sub-menu{left:auto;right:0}
.navbar-holder .navbar #main-nav-container>ul>li:hover .sub-menu{opacity:1}
.navbar-holder.homepage{background:transparent;height:100px;margin-bottom:-100px}
.navbar-holder.internal{background:#292828}
.navbar-holder.internal .logobox{margin-right:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.navbar-holder.internal .navbar{padding-top:0;margin-left:auto}
.navbar-holder.internal .navbar #main-nav-container{padding:20px 0}
.navbar-holder.internal .navbar #main-nav-container #main-nav{margin-bottom:0}
.header-mobile .bt-login>ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}
.header-mobile .bt-login>ul li{width:50%}.header-mobile .bt-login>ul li a{color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:20px}
.header-mobile .bt-login>ul li a:hover{background-color:#555}

#hero_cta_bar {
	transform: translateY(-100%);
	z-index: 2;
	width: 100%;
	background: rgba(0,0,0,.75);
	position: relative;
	height: 115px;
	margin-bottom: -115px;
	padding-right: 0px;
}
#hero_cta_bar .container {
	display: flex;
	align-items: end;
	max-width: 1300px!important;
}
#hero_cta_bar .container .cta {
    visibility: visible !important;
    animation-name: fadeInDown !important;
    animation-duration: 1s; /* Duración de la animación */
    animation-delay: 0s; /* Retraso antes de iniciar la animación */
}
#hero_cta_bar .container .cta a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500!important;
	border-bottom: 2px solid #649669;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	transition: 500ms ease all;
	font-family: "Poppins","Montserrat",Helvetica,sans-serif;
	position: relative;
}
#hero_cta_bar .container .cta a:hover {
	padding-bottom: 15px;
	padding-top: 0;
}
#hero_cta_bar .container .cta a span {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: 400!important;*/
	letter-spacing: 0;
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 3px;
}
#hero_cta_bar .container .cta a::after {
	content: "›";
	position: absolute;
	color: #649669;
	right: 10px;
	bottom: 3px;
	font-size: 30px;
	line-height: 1;
	transition: all 200ms ease 0s;
}
#hero_cta_bar .container .cta a:hover::after {
	transform: rotate(360deg) translateY(-15px);
}
#hero_cta_bar .container .cta {
	width: 33.3333333333%;
	padding: 20px 30px;
}
#hero_cta_bar .r-logo {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #3b593e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

/*animations*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@media (max-width: 991px){
    .intro__nearby-search .si-btn {
    display: none;
}
    .intro__nearby-search {
     margin: 0em 0 0;
}
    .nav-menu {right: 15px;}
    .header__bg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0!important;
}
    .intro {max-height: 50vh;
	padding-bottom: 0px;
}
	.header {padding-right: 15px;padding-left: 15px}
 header#top{display:none}
.header-mobile{background-color:#292828;position:fixed;top:0;width:100%;z-index:9999}
.header-mobile.internal{position:relative}
    .logo{display:inline-block;font-size:60px;margin-left:20px;margin-top:0}
    .logo img{vertical-align:initial;max-width:200px;max-height:60px;margin-top:10px}
    .nav{width:100%;height:100%;position:fixed;background-color:#292828;overflow:hidden}
    .mobile-menu-class{padding-left:0;margin-bottom:0}
    .mobile-menu-class a{display:block;padding:20px;text-decoration:none;text-transform:uppercase;font-size:16px;color:#fff}
    .mobile-menu-class a:hover{background-color:#555}
    .nav{max-height:0;-webkit-transition:max-height 0.5s ease-out;transition:max-height 0.5s ease-out}
    .hamb{cursor:pointer;float:right;padding:40px 20px}.hamb-line{background:#fff;display:block;height:2px;position:relative;width:24px}
    .hamb-line::before,.hamb-line::after{background:#fff;content:"";display:block;height:100%;position:absolute;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;width:100%}.hamb-line::before{top:5px}.hamb-line::after{top:-5px}.side-menu{display:none}.side-menu:checked ~ nav{max-height:100vh}
    .side-menu:checked ~ .hamb .hamb-line{background:transparent}.side-menu:checked ~ .hamb .hamb-line::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}
    .side-menu:checked ~ .hamb .hamb-line::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0}
}
@media (min-width: 992px){
    .header-mobile{display:none}
    .hamb{display:none}
    .home header {
	min-height: 750px; height: 100vh;}
    .intro {
	height: 50vh;
}
    
}
.si-content-area ul:not(.si-content-label__body) li:not(.si-content-label__link)::before {
	display: none;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px; 
	padding-right: 0px; 
    margin-top: -161px;
}
#home121255 .logo img {

	filter: brightness(0)invert();
}
#dynamic-nav .dynamic-menu-item > a {
	color: #fff;
}
.navigation__top-auth > a {
	color: rgb(255, 255, 255);
}
.lang__button{color:#fff;}
/*header{background: transparent}*/

#pageComponent651401{display: none;}
#home121255{font-family:"Raleway","Montserrat","Open Sans",Helvetica,sans-serif;scroll-behavior:smooth;font-weight:300;font-size:16px}
#home121255 .navbar-holder{position:relative;z-index:9}
#home121255 .navbar-holder>.container{position:relative;max-width:1400px}
#home121255 .navbar-holder .navbar{padding-top:40px}
#home121255 .navbar-holder .navbar #main-nav-container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li{position:relative}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li.menu-item-has-children>a:after{content:"ï¸";font-family:"Font Awesome 5 Pro";padding-left:6px;font-size:13px}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li>a{color:#fff;padding:8px 20px;text-decoration:none;font-weight:600;text-transform:uppercase;display:block}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu{position:absolute;opacity:0;padding:0;top:100%;left:0;-webkit-transition:300ms ease all;transition:300ms ease all;list-style:none;background:#fff}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li{border-bottom:rgba(0,0,0,0.1)}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a{color:#000;font-size:15px;text-transform:uppercase;white-space:nowrap;display:block;padding:10px 50px 10px 20px;text-decoration:none;font-weight:600;-webkit-transition:300ms ease all;transition:300ms ease all}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a:hover{color:#fff;background:#000}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li:last-child .sub-menu{left:auto;right:0}
#home121255 .navbar-holder .navbar #main-nav-container>ul>li:hover .sub-menu{opacity:1}
#home121255 .navbar-holder.homepage{background:transparent;height:100px;margin-bottom:-100px}
#home121255 .navbar-holder.internal{background:#292828}
#home121255 .navbar-holder.internal .logobox{margin-right:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
#home121255 .navbar-holder.internal .navbar{padding-top:0;margin-left:auto}
#home121255 .navbar-holder.internal .navbar #main-nav-container{padding:20px 0}
#home121255 .navbar-holder.internal .navbar #main-nav-container #main-nav{margin-bottom:0}
#home121255 .header-mobile .bt-login>ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}
#home121255 .header-mobile .bt-login>ul li{width:50%}
#home121255 .header-mobile .bt-login>ul li a{color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:20px}#home121255 .header-mobile .bt-login>ul li a:hover{background-color:#555}
.wp-block-image{display:none}
@media (max-width: 991px){
    header.si-bgp--center div.container{padding-left: 0; padding-right: 0}
.wp-block-image{display:block; padding:5%}
#home121255 .logo img {
	filter: none; 
}
  .home header {
    padding-bottom: 100px;
}
    .header {
	background: #fff;
	height: 115px;
}
.navigation__top-auth > a {
    color: rgb(0 0 0);
}
    .lang__button {
	color: #000;
}
#home121255 header#top{display:none}
#home121255 .header-mobile{background-color:#292828;position:fixed;top:0;width:100%;z-index:9999}
#home121255 .header-mobile.internal{position:relative}
#home121255 .logo{display:inline-block;font-size:60px;margin-left:0px;margin-top:0}
#home121255 .logo img{vertical-align:initial;max-width:200px;max-height:60px;margin-top:10px}
#home121255 .nav{width:100%;height:100%;position:fixed;background-color:#292828;overflow:hidden}
#home121255 .mobile-menu-class{padding-left:0;margin-bottom:0}
#home121255 .mobile-menu-class a{display:block;padding:20px;text-decoration:none;text-transform:uppercase;font-size:16px;color:#fff}
#home121255 .mobile-menu-class a:hover{background-color:#555}
#home121255 .nav{max-height:0;-webkit-transition:max-height 0.5s ease-out;transition:max-height 0.5s ease-out}
#home121255 .hamb{cursor:pointer;float:right;padding:40px 20px}
#home121255 .hamb-line{background:#fff;display:block;height:2px;position:relative;width:24px}
#home121255 .hamb-line::before,#home121255 .hamb-line::after{background:#fff;content:"";display:block;height:100%;position:absolute;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;width:100%}
#home121255 .hamb-line::before{top:5px}
#home121255 .hamb-line::after{top:-5px}
#home121255 .side-menu{display:none}
#home121255 .side-menu:checked ~ nav{max-height:100vh}
#home121255 .side-menu:checked ~ .hamb .hamb-line{background:transparent}
#home121255 .side-menu:checked ~ .hamb .hamb-line::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}
#home121255 .side-menu:checked ~ .hamb .hamb-line::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0}}

@media (min-width: 992px){#home121255 .header-mobile{display:none}
#home121255 .hamb{display:none}
}

 .wp-block-cover,
.wp-block-cover-image {
    position:relative;
    background-size:cover;
    background-position:50%;
    min-height:430px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1em;
    box-sizing:border-box
}
#home121255 div#inner-viewport div div header.si-bgp--center img.cy-lazy.wp-block-cover__image-background,
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    -o-object-fit:cover;
    object-fit:cover;
    outline:none;
    border:none;
    box-shadow:none
}
/*.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index:0
}
.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
 	width: 100%;
    z-index: 1;
    color: #fff;
	}
.wp-block-buttons {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    column-gap:.5em
}
.wp-block-buttons>.wp-block-button {
    display:inline-block;
    margin-left:0;
    margin-right:.5em;
    margin-bottom:2.5em;
    text-decoration:none;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}*/





#home121255 .wp-block-button .wp-block-button__link{border-radius:0;background-color:#000;color:#fff;text-transform:uppercase;letter-spacing:2px;font-weight:900;font-size:18px;padding:20px 45px;-webkit-transition:300ms ease all;transition:300ms ease all}
#home121255 .wp-block-button .wp-block-button__link:hover{background:#3b593e}
#home121255 .wp-block-button.is-style-secondary .wp-block-button__link{background-color:#3b593e}
#home121255 .wp-block-button.is-style-secondary .wp-block-button__link:hover{background-color:#000}
#home121255 .text-center{text-align:center}
#home121255 .container{width:100%;max-width:1500px}
.si-bgp--center, #home121255 .hero {
	height: 100vh;
	max-height: 100vh;
	min-height: 700px;
}
#home121255 .cy-custom{position:relative}

#home121255 .cy-custom html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}
#home121255 .cy-custom *{-webkit-box-sizing:inherit;box-sizing:inherit}
#home121255 .cy-custom *::before,#home121255 .cy-custom *::after{-webkit-box-sizing:inherit;box-sizing:inherit}
#home121255 .cy-custom .container,#home121255 .cy-custom .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width: 576px){
    #home121255 .cy-custom .container{max-width:540px}
}
@media (min-width: 768px){
    #home121255 .cy-custom .container{max-width:720px}
}
@media (min-width: 992px){
    #home121255 .cy-custom .container{max-width:960px}
}
@media (min-width: 1200px){
    #home121255 .cy-custom .container{max-width:1140px}
}
#home121255 .cy-custom .row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
#home121255 .cy-custom .no-gutters{margin-right:0;margin-left:0}
#home121255 .cy-custom .no-gutters>.col,#home121255 .cy-custom .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}
#home121255 .cy-custom .col-1,#home121255 .cy-custom .col-2,#home121255 .cy-custom .col-3,#home121255 .cy-custom .col-4,#home121255 .cy-custom .col-5,#home121255 .cy-custom .col-6,#home121255 .cy-custom .col-7,#home121255 .cy-custom .col-8,#home121255 .cy-custom .col-9,#home121255 .cy-custom .col-10,#home121255 .cy-custom .col-11,#home121255 .cy-custom .col-12,#home121255 .cy-custom .col,#home121255 .cy-custom .col-auto,#home121255 .cy-custom .col-sm-1,#home121255 .cy-custom .col-sm-2,#home121255 .cy-custom .col-sm-3,#home121255 .cy-custom .col-sm-4,#home121255 .cy-custom .col-sm-5,#home121255 .cy-custom .col-sm-6,#home121255 .cy-custom .col-sm-7,#home121255 .cy-custom .col-sm-8,#home121255 .cy-custom .col-sm-9,#home121255 .cy-custom .col-sm-10,#home121255 .cy-custom .col-sm-11,#home121255 .cy-custom .col-sm-12,#home121255 .cy-custom .col-sm,#home121255 .cy-custom .col-sm-auto,#home121255 .cy-custom .col-md-1,#home121255 .cy-custom .col-md-2,#home121255 .cy-custom .col-md-3,#home121255 .cy-custom .col-md-4,#home121255 .cy-custom .col-md-5,#home121255 .cy-custom .col-md-6,#home121255 .cy-custom .col-md-7,#home121255 .cy-custom .col-md-8,#home121255 .cy-custom .col-md-9,#home121255 .cy-custom .col-md-10,#home121255 .cy-custom .col-md-11,#home121255 .cy-custom .col-md-12,#home121255 .cy-custom .col-md,#home121255 .cy-custom .col-md-auto,#home121255 .cy-custom .col-lg-1,#home121255 .cy-custom .col-lg-2,#home121255 .cy-custom .col-lg-3,#home121255 .cy-custom .col-lg-4,#home121255 .cy-custom .col-lg-5,#home121255 .cy-custom .col-lg-6,#home121255 .cy-custom .col-lg-7,#home121255 .cy-custom .col-lg-8,#home121255 .cy-custom .col-lg-9,#home121255 .cy-custom .col-lg-10,#home121255 .cy-custom .col-lg-11,#home121255 .cy-custom .col-lg-12,#home121255 .cy-custom .col-lg,#home121255 .cy-custom .col-lg-auto,#home121255 .cy-custom .col-xl-1,#home121255 .cy-custom .col-xl-2,#home121255 .cy-custom .col-xl-3,#home121255 .cy-custom .col-xl-4,#home121255 .cy-custom .col-xl-5,#home121255 .cy-custom .col-xl-6,#home121255 .cy-custom .col-xl-7,#home121255 .cy-custom .col-xl-8,#home121255 .cy-custom .col-xl-9,#home121255 .cy-custom .col-xl-10,#home121255 .cy-custom .col-xl-11,#home121255 .cy-custom .col-xl-12,#home121255 .cy-custom .col-xl,#home121255 .cy-custom .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
#home121255 .cy-custom .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
#home121255 .cy-custom .col-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
#home121255 .cy-custom .col-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
#home121255 .cy-custom .col-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
#home121255 .cy-custom .col-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
#home121255 .cy-custom .col-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
#home121255 .cy-custom .col-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
#home121255 .cy-custom .col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
#home121255 .cy-custom .col-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
#home121255 .cy-custom .col-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
#home121255 .cy-custom .col-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
#home121255 .cy-custom .col-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
#home121255 .cy-custom .col-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
#home121255 .cy-custom .col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
#home121255 .cy-custom .order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
#home121255 .cy-custom .order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
#home121255 .cy-custom .order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
#home121255 .cy-custom .order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
#home121255 .cy-custom .order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
#home121255 .cy-custom .order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
#home121255 .cy-custom .order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
#home121255 .cy-custom .order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
#home121255 .cy-custom .order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
#home121255 .cy-custom .order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
#home121255 .cy-custom .order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
#home121255 .cy-custom .order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
#home121255 .cy-custom .order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
#home121255 .cy-custom .order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
#home121255 .cy-custom .order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
#home121255 .cy-custom .offset-1{margin-left:8.333333%}
#home121255 .cy-custom .offset-2{margin-left:16.666667%}
#home121255 .cy-custom .offset-3{margin-left:25%}
#home121255 .cy-custom .offset-4{margin-left:33.333333%}
#home121255 .cy-custom .offset-5{margin-left:41.666667%}
#home121255 .cy-custom .offset-6{margin-left:50%}
#home121255 .cy-custom .offset-7{margin-left:58.333333%}
#home121255 .cy-custom .offset-8{margin-left:66.666667%}
#home121255 .cy-custom .offset-9{margin-left:75%}
#home121255 .cy-custom .offset-10{margin-left:83.333333%}
#home121255 .cy-custom .offset-11{margin-left:91.666667%}
@media (min-width: 576px){
    #home121255 .cy-custom .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home121255 .cy-custom .col-sm-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home121255 .cy-custom .col-sm-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home121255 .cy-custom .col-sm-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home121255 .cy-custom .col-sm-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home121255 .cy-custom .col-sm-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home121255 .cy-custom .col-sm-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home121255 .cy-custom .col-sm-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home121255 .cy-custom .col-sm-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home121255 .cy-custom .col-sm-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home121255 .cy-custom .col-sm-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home121255 .cy-custom .col-sm-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home121255 .cy-custom .col-sm-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home121255 .cy-custom .col-sm-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home121255 .cy-custom .order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home121255 .cy-custom .order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home121255 .cy-custom .order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home121255 .cy-custom .order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home121255 .cy-custom .order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home121255 .cy-custom .order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home121255 .cy-custom .order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home121255 .cy-custom .order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home121255 .cy-custom .order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home121255 .cy-custom .order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home121255 .cy-custom .order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home121255 .cy-custom .order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home121255 .cy-custom .order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home121255 .cy-custom .order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home121255 .cy-custom .order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home121255 .cy-custom .offset-sm-0{margin-left:0}
    #home121255 .cy-custom .offset-sm-1{margin-left:8.333333%}
    #home121255 .cy-custom .offset-sm-2{margin-left:16.666667%}
    #home121255 .cy-custom .offset-sm-3{margin-left:25%}
    #home121255 .cy-custom .offset-sm-4{margin-left:33.333333%}
    #home121255 .cy-custom .offset-sm-5{margin-left:41.666667%}
    #home121255 .cy-custom .offset-sm-6{margin-left:50%}
    #home121255 .cy-custom .offset-sm-7{margin-left:58.333333%}
    #home121255 .cy-custom .offset-sm-8{margin-left:66.666667%}
    #home121255 .cy-custom .offset-sm-9{margin-left:75%}
    #home121255 .cy-custom .offset-sm-10{margin-left:83.333333%}
    #home121255 .cy-custom .offset-sm-11{margin-left:91.666667%}
}
@media (min-width: 768px){
    #home121255 .cy-custom .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home121255 .cy-custom .col-md-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home121255 .cy-custom .col-md-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home121255 .cy-custom .col-md-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home121255 .cy-custom .col-md-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home121255 .cy-custom .col-md-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home121255 .cy-custom .col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home121255 .cy-custom .col-md-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home121255 .cy-custom .col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home121255 .cy-custom .col-md-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home121255 .cy-custom .col-md-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home121255 .cy-custom .col-md-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home121255 .cy-custom .col-md-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home121255 .cy-custom .col-md-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home121255 .cy-custom .order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home121255 .cy-custom .order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home121255 .cy-custom .order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home121255 .cy-custom .order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home121255 .cy-custom .order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home121255 .cy-custom .order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home121255 .cy-custom .order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home121255 .cy-custom .order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home121255 .cy-custom .order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home121255 .cy-custom .order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home121255 .cy-custom .order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home121255 .cy-custom .order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home121255 .cy-custom .order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home121255 .cy-custom .order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home121255 .cy-custom .order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home121255 .cy-custom .offset-md-0{margin-left:0}
    #home121255 .cy-custom .offset-md-1{margin-left:8.333333%}
    #home121255 .cy-custom .offset-md-2{margin-left:16.666667%}
    #home121255 .cy-custom .offset-md-3{margin-left:25%}
    #home121255 .cy-custom .offset-md-4{margin-left:33.333333%}
    #home121255 .cy-custom .offset-md-5{margin-left:41.666667%}
    #home121255 .cy-custom .offset-md-6{margin-left:50%}
    #home121255 .cy-custom .offset-md-7{margin-left:58.333333%}
    #home121255 .cy-custom .offset-md-8{margin-left:66.666667%}
    #home121255 .cy-custom .offset-md-9{margin-left:75%}
    #home121255 .cy-custom .offset-md-10{margin-left:83.333333%}
    #home121255 .cy-custom .offset-md-11{margin-left:91.666667%}
}
@media (min-width: 992px){
    #home121255 .cy-custom .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home121255 .cy-custom .col-lg-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home121255 .cy-custom .col-lg-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home121255 .cy-custom .col-lg-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home121255 .cy-custom .col-lg-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home121255 .cy-custom .col-lg-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home121255 .cy-custom .col-lg-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home121255 .cy-custom .col-lg-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home121255 .cy-custom .col-lg-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home121255 .cy-custom .col-lg-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home121255 .cy-custom .col-lg-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home121255 .cy-custom .col-lg-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home121255 .cy-custom .col-lg-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home121255 .cy-custom .col-lg-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home121255 .cy-custom .order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home121255 .cy-custom .order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home121255 .cy-custom .order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home121255 .cy-custom .order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home121255 .cy-custom .order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home121255 .cy-custom .order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home121255 .cy-custom .order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home121255 .cy-custom .order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home121255 .cy-custom .order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home121255 .cy-custom .order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home121255 .cy-custom .order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home121255 .cy-custom .order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home121255 .cy-custom .order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home121255 .cy-custom .order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home121255 .cy-custom .order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home121255 .cy-custom .offset-lg-0{margin-left:0}
    #home121255 .cy-custom .offset-lg-1{margin-left:8.333333%}
    #home121255 .cy-custom .offset-lg-2{margin-left:16.666667%}
    #home121255 .cy-custom .offset-lg-3{margin-left:25%}
    #home121255 .cy-custom .offset-lg-4{margin-left:33.333333%}
    #home121255 .cy-custom .offset-lg-5{margin-left:41.666667%}
    #home121255 .cy-custom .offset-lg-6{margin-left:50%}
    #home121255 .cy-custom .offset-lg-7{margin-left:58.333333%}
    #home121255 .cy-custom .offset-lg-8{margin-left:66.666667%}
    #home121255 .cy-custom .offset-lg-9{margin-left:75%}
    #home121255 .cy-custom .offset-lg-10{margin-left:83.333333%}
    #home121255 .cy-custom .offset-lg-11{margin-left:91.666667%}
}
@media (min-width: 1200px){
    #home121255 .cy-custom .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home121255 .cy-custom .col-xl-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home121255 .cy-custom .col-xl-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home121255 .cy-custom .col-xl-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home121255 .cy-custom .col-xl-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home121255 .cy-custom .col-xl-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home121255 .cy-custom .col-xl-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home121255 .cy-custom .col-xl-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home121255 .cy-custom .col-xl-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home121255 .cy-custom .col-xl-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home121255 .cy-custom .col-xl-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home121255 .cy-custom .col-xl-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home121255 .cy-custom .col-xl-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home121255 .cy-custom .col-xl-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home121255 .cy-custom .order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home121255 .cy-custom .order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home121255 .cy-custom .order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home121255 .cy-custom .order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home121255 .cy-custom .order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home121255 .cy-custom .order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home121255 .cy-custom .order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home121255 .cy-custom .order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home121255 .cy-custom .order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home121255 .cy-custom .order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home121255 .cy-custom .order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home121255 .cy-custom .order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home121255 .cy-custom .order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home121255 .cy-custom .order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home121255 .cy-custom .order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home121255 .cy-custom .offset-xl-0{margin-left:0}
    #home121255 .cy-custom .offset-xl-1{margin-left:8.333333%}
    #home121255 .cy-custom .offset-xl-2{margin-left:16.666667%}
    #home121255 .cy-custom .offset-xl-3{margin-left:25%}
    #home121255 .cy-custom .offset-xl-4{margin-left:33.333333%}
    #home121255 .cy-custom .offset-xl-5{margin-left:41.666667%}
    #home121255 .cy-custom .offset-xl-6{margin-left:50%}
    #home121255 .cy-custom .offset-xl-7{margin-left:58.333333%}
    #home121255 .cy-custom .offset-xl-8{margin-left:66.666667%}
    #home121255 .cy-custom .offset-xl-9{margin-left:75%}
    #home121255 .cy-custom .offset-xl-10{margin-left:83.333333%}
    #home121255 .cy-custom .offset-xl-11{margin-left:91.666667%}
}
#home121255 .cy-custom .d-none{display:none !important}
#home121255 .cy-custom .d-inline{display:inline !important}
#home121255 .cy-custom .d-inline-block{display:inline-block !important}
#home121255 .cy-custom .d-block{display:block !important}
#home121255 .cy-custom .d-table{display:table !important}
#home121255 .cy-custom .d-table-row{display:table-row !important}
#home121255 .cy-custom .d-table-cell{display:table-cell !important}
#home121255 .cy-custom .d-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
#home121255 .cy-custom .d-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
@media (min-width: 576px){
    #home121255 .cy-custom .d-sm-none{display:none !important}
    #home121255 .cy-custom .d-sm-inline{display:inline !important}
    #home121255 .cy-custom .d-sm-inline-block{display:inline-block !important}
    #home121255 .cy-custom .d-sm-block{display:block !important}
    #home121255 .cy-custom .d-sm-table{display:table !important}
    #home121255 .cy-custom .d-sm-table-row{display:table-row !important}
    #home121255 .cy-custom .d-sm-table-cell{display:table-cell !important}
    #home121255 .cy-custom .d-sm-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home121255 .cy-custom .d-sm-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 768px){
    #home121255 .cy-custom .d-md-none{display:none !important}
    #home121255 .cy-custom .d-md-inline{display:inline !important}
    #home121255 .cy-custom .d-md-inline-block{display:inline-block !important}
    #home121255 .cy-custom .d-md-block{display:block !important}#home121255 .cy-custom .d-md-table{display:table !important}
    #home121255 .cy-custom .d-md-table-row{display:table-row !important}
    #home121255 .cy-custom .d-md-table-cell{display:table-cell !important}
    #home121255 .cy-custom .d-md-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home121255 .cy-custom .d-md-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 992px){
    #home121255 .cy-custom .d-lg-none{display:none !important}
    #home121255 .cy-custom .d-lg-inline{display:inline !important}
    #home121255 .cy-custom .d-lg-inline-block{display:inline-block !important}
    #home121255 .cy-custom .d-lg-block{display:block !important}
    #home121255 .cy-custom .d-lg-table{display:table !important}
    #home121255 .cy-custom .d-lg-table-row{display:table-row !important}
    #home121255 .cy-custom .d-lg-table-cell{display:table-cell !important}
    #home121255 .cy-custom .d-lg-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home121255 .cy-custom .d-lg-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 1200px){
    #home121255 .cy-custom .d-xl-none{display:none !important}
    #home121255 .cy-custom .d-xl-inline{display:inline !important}
    #home121255 .cy-custom .d-xl-inline-block{display:inline-block !important}#home121255 .cy-custom .d-xl-block{display:block !important}
    #home121255 .cy-custom .d-xl-table{display:table !important}
    #home121255 .cy-custom .d-xl-table-row{display:table-row !important}#home121255 .cy-custom .d-xl-table-cell{display:table-cell !important}
    #home121255 .cy-custom .d-xl-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home121255 .cy-custom .d-xl-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media print{
    #home121255 .cy-custom .d-print-none{display:none !important}
    #home121255 .cy-custom .d-print-inline{display:inline !important}
    #home121255 .cy-custom .d-print-inline-block{display:inline-block !important}
    #home121255 .cy-custom .d-print-block{display:block !important}
    #home121255 .cy-custom .d-print-table{display:table !important}
    #home121255 .cy-custom .d-print-table-row{display:table-row !important}
    #home121255 .cy-custom .d-print-table-cell{display:table-cell !important}
    #home121255 .cy-custom .d-print-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home121255 .cy-custom .d-print-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
#home121255 .cy-custom .flex-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
#home121255 .cy-custom .flex-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
#home121255 .cy-custom .flex-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
#home121255 .cy-custom .flex-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
#home121255 .cy-custom .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
#home121255 .cy-custom .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
#home121255 .cy-custom .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
#home121255 .cy-custom .flex-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
#home121255 .cy-custom .flex-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
#home121255 .cy-custom .flex-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
#home121255 .cy-custom .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
#home121255 .cy-custom .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
#home121255 .cy-custom .justify-content-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
#home121255 .cy-custom .justify-content-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
#home121255 .cy-custom .justify-content-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
#home121255 .cy-custom .justify-content-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
#home121255 .cy-custom .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
#home121255 .cy-custom .align-items-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
#home121255 .cy-custom .align-items-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
#home121255 .cy-custom .align-items-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
#home121255 .cy-custom .align-items-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
#home121255 .cy-custom .align-items-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
#home121255 .cy-custom .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
#home121255 .cy-custom .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
#home121255 .cy-custom .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}
#home121255 .cy-custom .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
#home121255 .cy-custom .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
#home121255 .cy-custom .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
#home121255 .cy-custom .align-self-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
#home121255 .cy-custom .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
#home121255 .cy-custom .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
#home121255 .cy-custom .align-self-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
#home121255 .cy-custom .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
#home121255 .cy-custom .align-self-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
@media (min-width: 576px){
    #home121255 .cy-custom .flex-sm-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home121255 .cy-custom .flex-sm-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home121255 .cy-custom .flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home121255 .cy-custom .flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home121255 .cy-custom .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home121255 .cy-custom .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home121255 .cy-custom .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home121255 .cy-custom .flex-sm-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home121255 .cy-custom .flex-sm-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home121255 .cy-custom .flex-sm-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home121255 .cy-custom .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home121255 .cy-custom .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home121255 .cy-custom .justify-content-sm-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home121255 .cy-custom .justify-content-sm-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home121255 .cy-custom .justify-content-sm-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home121255 .cy-custom .justify-content-sm-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home121255 .cy-custom .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home121255 .cy-custom .align-items-sm-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home121255 .cy-custom .align-items-sm-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home121255 .cy-custom .align-items-sm-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home121255 .cy-custom .align-items-sm-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home121255 .cy-custom .align-items-sm-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
    #home121255 .cy-custom .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
    #home121255 .cy-custom .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
    #home121255 .cy-custom .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}
    #home121255 .cy-custom .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
    #home121255 .cy-custom .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
    #home121255 .cy-custom .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
    #home121255 .cy-custom .align-self-sm-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
    #home121255 .cy-custom .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
    #home121255 .cy-custom .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
    #home121255 .cy-custom .align-self-sm-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
    #home121255 .cy-custom .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
    #home121255 .cy-custom .align-self-sm-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
}
@media (min-width: 768px){
    #home121255 .cy-custom .flex-md-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home121255 .cy-custom .flex-md-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home121255 .cy-custom .flex-md-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home121255 .cy-custom .flex-md-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home121255 .cy-custom .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home121255 .cy-custom .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home121255 .cy-custom .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home121255 .cy-custom .flex-md-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home121255 .cy-custom .flex-md-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home121255 .cy-custom .flex-md-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home121255 .cy-custom .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home121255 .cy-custom .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home121255 .cy-custom .justify-content-md-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home121255 .cy-custom .justify-content-md-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home121255 .cy-custom .justify-content-md-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home121255 .cy-custom .justify-content-md-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home121255 .cy-custom .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home121255 .cy-custom .align-items-md-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home121255 .cy-custom .align-items-md-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home121255 .cy-custom .align-items-md-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home121255 .cy-custom .align-items-md-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home121255 .cy-custom .align-items-md-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
    #home121255 .cy-custom .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
    #home121255 .cy-custom .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
    #home121255 .cy-custom .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}
    #home121255 .cy-custom .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
    #home121255 .cy-custom .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
    #home121255 .cy-custom .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
    #home121255 .cy-custom .align-self-md-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
    #home121255 .cy-custom .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
    #home121255 .cy-custom .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
    #home121255 .cy-custom .align-self-md-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
    #home121255 .cy-custom .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
    #home121255 .cy-custom .align-self-md-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
}
@media (min-width: 992px){
    #home121255 .cy-custom .flex-lg-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home121255 .cy-custom .flex-lg-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home121255 .cy-custom .flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home121255 .cy-custom .flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home121255 .cy-custom .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home121255 .cy-custom .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home121255 .cy-custom .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home121255 .cy-custom .flex-lg-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home121255 .cy-custom .flex-lg-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home121255 .cy-custom .flex-lg-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home121255 .cy-custom .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home121255 .cy-custom .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home121255 .cy-custom .justify-content-lg-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home121255 .cy-custom .justify-content-lg-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home121255 .cy-custom .justify-content-lg-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home121255 .cy-custom .justify-content-lg-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home121255 .cy-custom .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home121255 .cy-custom .align-items-lg-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home121255 .cy-custom .align-items-lg-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home121255 .cy-custom .align-items-lg-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home121255 .cy-custom .align-items-lg-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home121255 .cy-custom .align-items-lg-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}#home121255 .cy-custom .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#home121255 .cy-custom .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#home121255 .cy-custom .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}#home121255 .cy-custom .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#home121255 .cy-custom .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#home121255 .cy-custom .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#home121255 .cy-custom .align-self-lg-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}#home121255 .cy-custom .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#home121255 .cy-custom .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#home121255 .cy-custom .align-self-lg-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}#home121255 .cy-custom .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#home121255 .cy-custom .align-self-lg-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){#home121255 .cy-custom .flex-xl-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}#home121255 .cy-custom .flex-xl-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}#home121255 .cy-custom .flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}#home121255 .cy-custom .flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}#home121255 .cy-custom .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#home121255 .cy-custom .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#home121255 .cy-custom .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#home121255 .cy-custom .flex-xl-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}#home121255 .cy-custom .flex-xl-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}#home121255 .cy-custom .flex-xl-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}#home121255 .cy-custom .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#home121255 .cy-custom .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#home121255 .cy-custom .justify-content-xl-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}#home121255 .cy-custom .justify-content-xl-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}#home121255 .cy-custom .justify-content-xl-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}#home121255 .cy-custom .justify-content-xl-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}#home121255 .cy-custom .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#home121255 .cy-custom .align-items-xl-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}#home121255 .cy-custom .align-items-xl-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}#home121255 .cy-custom .align-items-xl-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}#home121255 .cy-custom .align-items-xl-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}#home121255 .cy-custom .align-items-xl-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}#home121255 .cy-custom .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#home121255 .cy-custom .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#home121255 .cy-custom .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}#home121255 .cy-custom .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#home121255 .cy-custom .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#home121255 .cy-custom .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#home121255 .cy-custom .align-self-xl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}#home121255 .cy-custom .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#home121255 .cy-custom .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#home121255 .cy-custom .align-self-xl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}#home121255 .cy-custom .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#home121255 .cy-custom .align-self-xl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}
#home121255 .cy-custom .container{width:100%;max-width:1400px}
#home121255 .cy-custom h2{font-family:"Playfair Display",serif;font-size:60px;font-weight:300;margin-top:10px}#home121255 .cy-custom h4{font-family:"Raleway","Montserrat","Open Sans",Helvetica,sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:20px;font-weight:300;margin:0}
#home121255 .cy-custom p{font-size:17px;line-height:1.9;margin-bottom:20px}
#home121255 .cy-custom .btn {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 13px;
	font-weight: 400;
	padding: 15px 30px 15px 35px !important;
	border: 1px solid #000;
	height: unset;
	line-height: 20px !important;
	color: #000;
	margin-top: 20px;
	border-radius: 0;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	max-width: 100%;
}
.fa-fw {
        text-align: center;
        width: 1.25em;
    }
    .fa, .fas {
        font-family: "FontAwesome";
        font-weight: 900;
    }
    .fa-fw {
        text-align: center;
        width: 1.25em;
    }.fa, .fas, .far, .fal, .fad, .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
#home121255 .cy-custom .btn:hover{background:#000;color:#fff}
#home121255 .cy-custom .btn.alt{border:1px solid #fff;color:#fff}
#home121255 .cy-custom .btn.alt:hover{background:#fff;color:#000}
#home121255 .cy-custom .tagline{color:#000;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px;position:absolute}
#home121255 .cy-custom .tagline:before{content:"";position:absolute;left:0;top:50%;width:50px;border-top:1px solid #000;margin-left:-60px}
#home121255 .cy-custom .tagline.left{top:50%;left:50px;-webkit-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translateX(-50%);-webkit-transform-origin:0 0;transform-origin:0 0}
#home121255 #action_bar {height: 60px;background: rgba(0,0,0,0.4);margin-top: -60px;position: absolute;bottom: 0;width: 100%;z-index: 995}
#home121255 #action_bar .inner{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1400px;margin:0 auto;height:60px}
#home121255 #action_bar .inner .bar-left{width:65%;z-index:9;padding-left:30px}
#home121255 #action_bar .inner .bar-right{width:35%;border-left:1px solid rgba(255,255,255,0.5);z-index:9;padding-left:30px}
#home121255 #action_bar .inner a{line-height:60px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px;display:inline-block;text-decoration:none}
#home121255 #action_bar .inner a .iconfont{display:inline-block;-webkit-transform:rotate(90deg) translateX(3px);transform:rotate(90deg) translateX(3px)}
#home121255 #action_bar .inner a:hover{text-decoration:underline}
#home121255 #welcome_box {
	background: /*url(https://cy-boomtown-assets.s3.amazonaws.com/sites/valleegoldteam.com/images/vgt-logo-bg.jpg) bottom no-repeat,*/#fff;
	background-size: contain;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 25px;
	color: #151515;
}
#home121255 #welcome_box.cy-custom div.container div.row{box-sizing: border-box}
#home121255 #welcome_box .content-box .heading{padding-left:30px;margin-left:-30px;border-left:1px solid #151515;margin-bottom:25px; width: 100%;}
#home121255 #welcome_box .content-box .heading h2{color:#3b593e}
#home121255 #welcome_box .lenders{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap; flex-flow: column; align-items: center}
#home121255 #welcome_box .lenders a.welcome-call-btn{background: #000; color: #fff; margin: 0}
#home121255 #welcome_box .lenders a.welcome-call-btn:hover{background: #fff; color: #000;}
#home121255 #welcome_box .lenders img{max-height:90px;width:auto;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
#home121255 #welcome_box .image-box{padding-right:0;padding-left:100px}
#home121255 #welcome_box .image-box img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    max-width: 43vw;
}
#home121255 #welcome_box .lenders a {width: fit-content; text-decoration: none}
#home121255 .full-banner{padding:13vw 30px;text-align:center;color:#fff;background-size:cover !important;position:relative;margin-bottom: 
1px; margin-top: 25px; background-position: bottom;}
#home121255 .full-banner:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);z-index:1}
#home121255 .full-banner .inner{position:relative;z-index:9}
#home121255 .full-banner .icon{margin-bottom:25px; filter: invert()}
#home121255 .full-banner h2{margin-bottom:0;line-height:1}
#home121255 .full-banner h4{margin-bottom:10px}
#home121255 .full-banner .btn{margin-top:70px}
#home121255 .half-banners{display:-webkit-box;display:-ms-flexbox;display:flex; gap:1px;}
#home121255 .half-banners .banner{padding:13vw 30px;text-align:center;color:#fff;background-size:cover !important;width:50%;position:relative;    background-position: center;}
#home121255 .half-banners .banner:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);z-index:1}
#home121255 .half-banners .banner .inner{position:relative;z-index:9}
#home121255 .half-banners .banner .icon{margin-bottom:25px; filter: invert()}
#home121255 .half-banners .banner h2{margin-bottom:0;line-height:1}
#home121255 .half-banners .banner h4{margin-bottom:10px}
#home121255 .half-banners .banner .btn{margin-top:70px}
#home121255 #neighborhood_heading {
    /* padding-top: 30px; */
    text-align: center;
}
#home121255 #neighborhoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-sizing: border-box
}
#home121255 #neighborhoods a {
    display: block;
    width: calc(100% / 3);
    position: relative;
    background: #000;
    overflow: hidden;
    border: 1px solid #fff;
}

#home121255 #neighborhoods a:after {
    content: "";
   /* background: url(https://cdn.sitephotos.sierrastatic.com/3659_logo_rg-logo--20220928044229.png) center no-repeat;*/
    background-size: contain;
    width: 100px;
    height: 26px;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    right: 30px;
    bottom: 30px;
}
#home121255 #neighborhoods a .inner {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
#home121255 #neighborhoods a .inner .title {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;
}
#home121255 #neighborhoods a img {
    width: 100%;
    opacity: 0.7;
    filter: brightness(.7);
    display: block;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
    margin: 0!important;
}
#home121255 #neighborhoods a:hover img {
    transform: scale(1.1) !important;
    opacity: 1;
    filter: brightness(1);
    display: block;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
   
}
.listings-two .featured-listing:hover img{
    transform: scale(1.1) !important;
    opacity: 1;
    filter: brightness(1);
    display: block;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;}
.listings-two .featured-listing img{    
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;}
#home121255 #youtube_heading,#home121255 #instagram_heading{text-align:center;padding-bottom:10px}
#home121255 #stats{background:#131313;background-size:contain;padding-top:75px;padding-bottom:75px;color:#fff;text-align:center}
#home121255 #stats #stat_list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:50px 0 50px 0;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap; box-sizing: border-box}
#home121255 #stats #stat_list li{list-style:none;width:calc(100% / 3);padding:25px}
#home121255 #stats #stat_list li .num, #home121255 #stats #stat_list li .number{font-size:55px;color:#3b593e;display:block;font-weight:600;margin-bottom:15px}
#home121255 #stats #stat_list li .number{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
#home121255 #stats #stat_list li .label{display:block;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px}
#home-contact{background-size: cover;
background-position: bottom right;
margin-top:50px;}
.connect-container {
	padding: 90px;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: #06060669;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.connect-border {
	display: flex;
	justify-content: center;
	border: 1px solid #fff;
	padding: 0px;
	margin: 0 auto;
}
.contact-logo{
    width: 250px;
    margin: 0 auto;
}
.contact-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    align-items: center;
}
#home-contact > div > div > div.form-col > h2, #home-contact > div > div > div.form-col > h5{color:#fff;}
.contact-address{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    letter-spacing: .135rem;
}
#home-contact .contact-phone,
#home-contact .contact-email{
    text-decoration: none;
    color: #fff;
}
#home-contact .form-col {
	padding: 0 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}
#home-contact .form-col h2{
font-family: "Playfair Display",serif;
  font-size: 60px;
  font-weight: 300;
  margin-top: 10px;
}
#home-contact .form-col .control-label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
 #form-holder .si-content-area h2,
 #form-holder > form > div:nth-child(1){
    display: none;
}
 #form-holder{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	text-align: left;
     justify-content: center;
}
#form-holder > form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
#form-holder input{
    background-color: unset;
    border: unset;
    border-bottom: solid 1px;
    border-bottom-color: #fff;
    color: #fff;
	border-radius: 6px;
}

#form-holder.fade-left div#pageComponent559303 div.si-container.si-form div.si-row form#sicmForm559303.js-contact-form div.form-group.si-form__column label.control-label{color: #fff;}
#form-holder > form > div.input-content > div > div.v-input.input-box.question
{
	height:120px;
	width: 100%;
	
}
#form-holder .si-form__full {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
	color: #fff;
}
.submit-box{
	text-align: center;
}
input.submit{
	width: auto;
	border: 1px solid #257CE1;
	padding: 10px 15px;
	border-radius: 6px;
	background:#257CE1;
	margin-bottom:15px;
}
input.submit:hover{
	border: 1px solid #257CE1;
	background-color: #175FAC;	
}
.v-input .input-container .label-top {
	position: absolute;
	font: 14px var(--font-normal);
	left: 10px;
	top: 60%;
	transform: translateY(-20%);
	color: #fff;
	text-transform: capitalize;
	background: transparent;
	padding: 0 20px 0 3px;
	transition: 0.4s all ease;
	opacity: 0;
	z-index: -1;
}
.btgf-field{
	padding: 3px 0;
}

.btgf-submit--justify-start {
    justify-content: end!important;
	margin-top: 5px;
}



textarea.form-control{
	 border: unset!important;
    border-bottom: solid 1px #fff!important;
	background-color: unset!important;
	box-shadow: none!important;
}
#home-contact > div > div > div.contact-col > h4{
    margin-bottom: 0;
    letter-spacing: .135rem;
}
#home-contact > div > div > div.contact-col > h5{
    margin-top: 0;
    letter-spacing: .135rem;
}
#home-contact > div > div > div.contact-col > a.contact-phone.text-blue,
#home-contact > div > div > div.contact-col > a.contact-email.text-white{
    letter-spacing: .135rem;
}


.contact-pic{
    border-radius: 100%;
    width: 170px;
    margin-top: 20px;
}
#home121255 #reviews{background:url(https://cy-boomtown-assets.s3.amazonaws.com/sites/valleegoldteam.com/images/vgt-logo-bg.jpg) bottom no-repeat,#1f1f1f;background-size:contain;padding-top:100px;padding-bottom:100px;margin-bottom:75px;color:#fff;text-align:center}
#home121255 #reviews .elfsight-holder{padding-left:30px;padding-right:30px}
#home121255 #footer{background:#1f1f1f;color:#fff;padding:25px 0}
#home121255 #footer .container{text-align:center}
#home121255 #footer .bt-footer__tenant-logo{display:inline-block;padding:0 30px}
#home121255 #footer .bt-footer__link{color:#3b593e}
#home121255 #footer .bt-footer-nav__menu .bt-footer-nav__menu-item a{color:#3b593e;font-size:13px}
#home121255 #footer .bt-footer__disclaimer{text-align:left}
#home121255 .video__play-button {
	background-color: rgba(255,255,255,0.00);
	bottom: -28px;
	box-shadow: none;
}
@media (max-width: 1650px){
    #home121255 #welcome_box{padding-left:140px}
    #hero_cta_bar .r-logo {
	display: none
}
    .home header {
	min-height: 750px;
	height: fit-content;
}
}
@media (max-width: 1199px){
    #home121255 #welcome_box .image-box{padding-left:40px}
    #home121255 #stats #stat_list li .num{font-size:45px}
        #work_with_us{height:auto}
    #work_with_us .heading-left h2{font-size:50px}
}
@media (max-width: 991px){
     #work_with_us{max-height:none}
    #work_with_us .row{display:block}
     #work_with_us .heading-left{padding-bottom:30px}
   
    #home121255 .cy-custom h2{font-size:50px}
    #home121255 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-subtitle{margin-top:0}
    #home121255 #action_bar{height:100px;margin-top:-100px}
    #home121255 #action_bar .inner{-ms-flex-wrap:wrap;flex-wrap:wrap}
    #home121255 #action_bar .inner .bar-left,#home121255 #action_bar .inner .bar-right{width:100%;border-left:none}
    #home121255 #welcome_box { padding-left: 90px;}
    #home121255 #welcome_box .image-box,#home121255 #welcome_box .content-box{width:100%;-webkit-box-flex:100% !important;-ms-flex:100% !important;flex:100%!important;max-width:100%;padding-left:0;padding-right:30px;display: flex; flex-wrap: wrap; justify-content: center;}
    #home121255 #welcome_box .image-box{margin-top:45px;padding-left:0}
    #home121255 #welcome_box .image-box img{max-width:90%;border-radius:6px}
    #home121255 #welcome_box .lenders {
    justify-content: center;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -ms-flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
}
    #home121255 #action_bar .inner a {line-height: 50px;}
    #home121255 #neighborhoods a {width:50%}
    #info_banner.expanded {
	height: 65px;
	padding: 12px;
}
}
@media (max-width: 800px){
    #home121255 .md-hero.broker.banner-with-search-btn .banner-button .btn-item{width:auto}
    .si-bgp--center, #home121255 .hero {
    padding-top: 0;
    height: 61vw;
    max-height: 100vh;
    min-height: 482px;
}
}
@media (max-width: 767px){
    #home121255 #stats #stat_list li{width:50%}
    #home121255 .md-featured-area.template6 .style-container .city-style{min-width:calc(100% / 2 - 1px);padding-top:38%}
    #home121255 .half-banners{-ms-flex-wrap:wrap;flex-wrap:wrap}
    #home121255 .half-banners .banner{width:100%}
    #neighborhoods > a > img{margin:0!important}
    #hero_cta_bar {
	transform: none;
	background: #000;
	margin-bottom: 0;
	height: auto;
	padding-right: 0;
}
    .home header {
	min-height: 300px;
	height: 50vh;
}
#hero_cta_bar .container .cta {
	width: 100%;
	padding: 10px;
}
    #hero_cta_bar .container {
    display: flex;
    align-items: end;
    max-width: 1300px!important;
    width: 100%!important;
    margin-left: 0px;
}

    #hero_cta_bar .container {
	flex-wrap: wrap;
}
    #info_banner p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin: 0!important;
    padding-right: 10px;
    color: #fff;
}
}

@media (max-width: 600px){
    #hero_cta_bar .r-logo {
	display: none;

}
    #home121255 #action_bar .inner a{letter-spacing:2px}
    #home121255 .hero .wp-block-image img{height:auto;max-width:80%;margin:0 auto;display:block}
    #home121255 #neighborhood_heading {padding-top: 30px;}
    #home121255 #neighborhoods a{width:100%;}
    #home121255 #neighborhoods {margin-bottom: 1px;}
    #home121255 .full-banner {margin-bottom: 1px;}
    #home121255 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-title div{font-size:16px}
    #home121255 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-subtitle div span{font-size:14vw}
    #home121255 .cy-custom .tagline.left{white-space:nowrap;left:20px;top:30%}
    #home121255 .cy-custom h2{font-size:10vw}
    #home121255 .cy-custom h4{font-size:3.5vw}
    #home121255 #welcome_box{padding-left:45px; padding-top: 50px;margin-bottom: 1px;}
    #home121255 #welcome_box .lenders {margin-top: 20px;gap: 10px;}
    #home121255 .md-featured-area.template6 .style-container .city-style{height:auto}
    #home121255 .md-featured-area.template6 .style-container .city-style .mask{background-color:rgba(25,25,25,0.7)}
    #home121255 .md-featured-area.template6 .style-container .city-style .mask .city-detail .position-box .style-title{font-size:15px}
    #home121255 #stats #stat_list li{width:100%}
    #home121255 .cy-custom .btn {
	letter-spacing: 6px;
}
    .connect-container {
	padding: 25px 0;

}
.connect-border {
    border:none;
	padding: 0px;
	
}
    #home-contact {
    margin-top: 1px;
}
}
@media (max-width: 450px){
    #work_with_us{padding:60px 0}
    .nav-phone {font-size: 1rem;}
    #home121255 .md-featured-area.template6 .style-container .city-style{min-width:100%;padding-top:66%}
    #home121255 #action_bar .inner a {font-size: 13px;}
}
.featured-listing .featured-listing-info h3{
  color: #0EB1AF!important;
}

.swiper-button-next, .swiper-button-prev{
  background-color: #0EB1AF;
  padding-left: 25px;
  padding-right: 25px;
border-radius: 5px;
top: var(--swiper-navigation-top-offset, 40%)!important;
}

.swiper-button-next::after, .swiper-button-prev::after{
  scale: .5;
}

.swiper-button-next, .swiper-button-prev{
  color: white!important;

  scale: .8;
}

.swiper-area-listings img{
  filter: brightness(.7);
}

.listings-two .swiper-slide .featured-listing:last-of-type{
  margin-top: 1px;
}


.featured-listings-header{
  /* background-color: black; */
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}




.featured-listing-wrapper{
  padding-bottom: 30px;
  position: relative;
  background-color: white!important;
}

.featured-listing{
  position: relative;
}
.featured-listing img{
  width: 100%;
}

.featured-listing-info{
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0, .5);
  transition: .5s;
}

.featured-listing-info h3 {
  color: white!important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.featured-listing-info h3.cy-featured-address{
  color: white!important;
  font-weight: 500;
  font-size: 20px;

}

.featured-listing-info .cy-featured-address{
  margin-top: 10px;
  margin-bottom: 10px;
}

.featured-listing-info > *{
  max-width: 550px;
  margin: auto;
}

.featured-listing-info h4{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
}

.featured-listing:hover .featured-listing-info{
  padding-top: 5vh;
  padding-bottom: 5vh;
  transition: .5s;
}

.cy-featured-beds::after, .cy-featured-baths::after, .cy-featured-sqft::after{
  content: '\2022';
  padding-left: 5px;
}

.featured-listing-info h4 .cy-featured-mls{
  font-size: 90%;
  font-weight: 300;
  padding-top: 15px;
}
.featured-listing:hover .cy-hidden{
  line-height: auto;
  opacity: 100%;
  margin-top: 0;
}


.listings-two .featured-listing:hover img{
  transition: .5s;

}
.listings-two .featured-listing{
  overflow: hidden;
  display: flex;
}

/* .listings-two .featured-listing:hover .area-back{
  scale: 1.1;
  transition: .5s;
} */
#swiper-wrapper-6f6139f26c6f2148 > div.swiper-slide > a{
  color: #fff!important;
}
section.cy-featured-listings.listings-two > div.featured-listings-header > div:nth-child(1){
  text-align: center;
}

section.cy-featured-listings.listings-two > div.featured-listings-header > div:nth-child(1) > h4 {
  font-family: "Raleway", "Montserrat", "Open Sans", Helvetica, sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 10px;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

section.cy-featured-listings.listings-two > div.featured-listings-header > div:nth-child(1) > h2{
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 300;
  margin-top: 10px;
}

section.cy-featured-listings.listings-two > div.featured-listing-wrapper > div.featured-see-all > h4
{
  margin-block: 60px;
  text-align: center;
}

section.cy-featured-listings.listings-two > div.featured-listing-wrapper > div.featured-see-all > h4 > a {
  border: 1px solid black;
  padding: 12px 33px 12px 33px;
  text-align: center;
  background-color: transparent;
  color: black;
  letter-spacing: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 1s;
  line-height: normal;
}
section.cy-featured-listings.listings-two{
  overflow: hidden;
}

.featured-listing{
  position: relative;
  overflow: hidden;
}
.featured-area-info
{
  width: 90%;
  height: 70%;
  left: 5%;
  top: 15%;
  transition: 1s;
  border: 1px solid transparent;
  color: white;
  position: absolute;
}

div.swiper-slide > a:hover > div > div{
 
  transition: .5s;
  
}

.featured-area-info .cy-h4{
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.area-back{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.nextpr{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  margin-left: 30px;
  align-self: center;
}

.nextpr div{
  width: 80px;
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
.listing-button-prev::before, .area-button-prev::before{
  content: '<';
  position: absolute;
  font-size: 200%;
  left: -30px;
  top: -50%;
}

.listing-button-next::before, .area-button-next::before{
  content: '>';
  position: absolute;
  font-size: 200%;
  right: -30px;
  top: -50%;
}