.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #34538d !important;
}
.bg-success {
  background-color: #14af07 !important;
}
.bg-info {
  background-color: #e85d1f !important;
}
.bg-warning {
  background-color: #fcb34a !important;
}
.bg-danger {
  background-color: #a10909 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #34538d !important;
  border-color: #34538d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d2e4e !important;
  border-color: #1d2e4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d2e4e !important;
  border-color: #1d2e4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b9106 !important;
  border-color: #2b9106 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #123e03 !important;
  border-color: #123e03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #123e03 !important;
  border-color: #123e03 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e85d1f !important;
  border-color: #e85d1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a03d10 !important;
  border-color: #a03d10 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a03d10 !important;
  border-color: #a03d10 !important;
}
.btn-success,
.btn-success:active {
  background-color: #14af07 !important;
  border-color: #14af07 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a5c04 !important;
  border-color: #0a5c04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a5c04 !important;
  border-color: #0a5c04 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcb34a !important;
  border-color: #fcb34a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eb8c04 !important;
  border-color: #eb8c04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #eb8c04 !important;
  border-color: #eb8c04 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a10909 !important;
  border-color: #a10909 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4f0404 !important;
  border-color: #4f0404 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4f0404 !important;
  border-color: #4f0404 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #34538d;
  color: #34538d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d2e4e !important;
  background-color: transparent!important;
  border-color: #1d2e4e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #34538d !important;
  border-color: #34538d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2b9106;
  color: #2b9106;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #123e03 !important;
  background-color: transparent!important;
  border-color: #123e03 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b9106 !important;
  border-color: #2b9106 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e85d1f;
  color: #e85d1f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a03d10 !important;
  background-color: transparent!important;
  border-color: #a03d10 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e85d1f !important;
  border-color: #e85d1f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #14af07;
  color: #14af07;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a5c04 !important;
  background-color: transparent!important;
  border-color: #0a5c04 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #14af07 !important;
  border-color: #14af07 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fcb34a;
  color: #fcb34a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eb8c04 !important;
  background-color: transparent!important;
  border-color: #eb8c04 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fcb34a !important;
  border-color: #fcb34a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a10909;
  color: #a10909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4f0404 !important;
  background-color: transparent!important;
  border-color: #4f0404 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a10909 !important;
  border-color: #a10909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #34538d !important;
}
.text-secondary {
  color: #2b9106 !important;
}
.text-success {
  color: #14af07 !important;
}
.text-info {
  color: #e85d1f !important;
}
.text-warning {
  color: #fcb34a !important;
}
.text-danger {
  color: #a10909 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #192742 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0e2f02 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #094d03 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #92370f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dc8304 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #400404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #34538d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e85d1f;
}
.alert-warning {
  background-color: #fcb34a;
}
.alert-danger {
  background-color: #a10909;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #34538d;
  border-color: #34538d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #34538d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7593cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4df73e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbe3d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f43636;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #34538d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #34538d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #34538d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #34538d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #34538d;
  border-bottom-color: #34538d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #34538d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2b9106 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2334538d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u0wu62CRXQ {
  background-image: url("../../../assets/images/contrafile-1080x1080.jpg");
}
.cid-u0wu62CRXQ .slider-text-two {
  background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 3px solid #ffffff;
  outline-offset: -30px;
  box-shadow: 0px 0px 15px 6px #cebfaf;
  -moz-box-shadow: 0px 0px 15px 6px #cebfaf;
  -webkit-box-shadow: 0px 0px 15px 6px #cebfaf;
}
.cid-u0wu62CRXQ .mbr-section-title {
  color: #ffffff;
}
.cid-u0wu62CRXQ .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-u0wu62CRXQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u0wu62CRXQ .mbr-figure img {
  height: 100%;
  border-radius: 213px;
  -webkit-border-radius: 213px;
  -moz-border-radius: 213px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0wu62CRXQ .slider-text-two {
    outline: 15px solid rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-u0wu62CRXQ .mbr-figure img {
    width: 80% !important;
  }
}
.cid-u0wu62CRXQ .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-u0wu62CRXQ .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-u0wu62CRXQ .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-u0wu62CRXQ H3 {
  color: #ffffff;
}
.cid-tSQPhq1H7G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6b1619;
}
.cid-tSQPhq1H7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSQPhq1H7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSQPhq1H7G .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-tSQPhq1H7G .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSQPhq1H7G .mbr-iconfont {
  font-size: 3rem;
  color: #fcb34a;
  padding-right: 2rem;
}
.cid-tSQPhq1H7G .content-head {
  max-width: 800px;
}
.cid-tSQPhq1H7G .card-title {
  color: #ffffff;
}
.cid-tSQPhq1H7G .card-text {
  color: #ffffff;
}
.cid-uVtYZhAO5T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6b1619;
}
.cid-uVtYZhAO5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtYZhAO5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtYZhAO5T .content-wrapper {
  background: #912727;
}
@media (max-width: 991px) {
  .cid-uVtYZhAO5T .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVtYZhAO5T .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVtYZhAO5T .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtYZhAO5T .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uVtYZhAO5T .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uVtYZhAO5T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVtYZhAO5T .card-title {
  color: #ffffff;
}
.cid-uVtYZhAO5T .mbr-text,
.cid-uVtYZhAO5T .mbr-section-btn {
  color: #ffffff;
}
.cid-tXHMSvN6ao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #6b1619;
}
.cid-tXHMSvN6ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXHMSvN6ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXHMSvN6ao .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tXHMSvN6ao .team-card:hover {
  transform: translateY(-10px);
}
.cid-tXHMSvN6ao .card-wrap {
  background: #510303;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tXHMSvN6ao .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXHMSvN6ao .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tXHMSvN6ao .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXHMSvN6ao .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tXHMSvN6ao .social-row {
  text-align: center;
}
.cid-tXHMSvN6ao .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tXHMSvN6ao .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tXHMSvN6ao .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tXHMSvN6ao .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tXHMSvN6ao .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tXHMSvN6ao .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXHMSvN6ao .embla__button--next,
.cid-tXHMSvN6ao .embla__button--prev {
  display: flex;
}
.cid-tXHMSvN6ao .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXHMSvN6ao .embla__button {
    display: none;
  }
}
.cid-tXHMSvN6ao .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXHMSvN6ao .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXHMSvN6ao .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXHMSvN6ao .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXHMSvN6ao .embla__button {
    top: auto;
  }
}
.cid-tXHMSvN6ao .embla {
  position: relative;
  width: 100%;
}
.cid-tXHMSvN6ao .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXHMSvN6ao .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXHMSvN6ao .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXHMSvN6ao .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXHMSvN6ao .mbr-role,
.cid-tXHMSvN6ao .social-row {
  color: #fcb34a;
}
.cid-tXHMSvN6ao .mbr-section-title {
  color: #ffe161;
}
.cid-tXHMSvN6ao .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSQPkSSEC8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #510303;
}
.cid-tSQPkSSEC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSQPkSSEC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSQPkSSEC8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tSQPkSSEC8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tSQPkSSEC8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tSQPkSSEC8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSQPkSSEC8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tSQPkSSEC8 .content-head {
  max-width: 800px;
}
.cid-tSQPkSSEC8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTIvYUD54o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6b1619;
}
.cid-tTIvYUD54o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIvYUD54o .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tTIvYUD54o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIvYUD54o .item-wrapper {
  background: #510303;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tTIvYUD54o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tTIvYUD54o .card-title,
.cid-tTIvYUD54o .iconfont-wrapper {
  color: #000000;
}
.cid-tTIvYUD54o .card-text {
  color: #000000;
}
.cid-tTIvYUD54o .content-head {
  max-width: 800px;
}
.cid-tTIvYUD54o .mbr-section-title {
  color: #000000;
}
.cid-tTIvYUD54o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTIvYUD54o .card-title,
.cid-tTIvYUD54o .img-wrapper {
  color: #ffffff;
}
.cid-uVundYtMfE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #912727;
}
.cid-uVundYtMfE img,
.cid-uVundYtMfE .item-img {
  width: 100%;
}
.cid-uVundYtMfE .item:focus,
.cid-uVundYtMfE span:focus {
  outline: none;
}
.cid-uVundYtMfE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVundYtMfE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVundYtMfE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVundYtMfE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVundYtMfE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVundYtMfE .mbr-section-title {
  color: #ffffff;
}
.cid-uVundYtMfE .mbr-text,
.cid-uVundYtMfE .mbr-section-btn {
  text-align: center;
}
.cid-uVundYtMfE .item-title {
  text-align: center;
}
.cid-uVundYtMfE .item-subtitle {
  text-align: left;
}
.cid-u0pRW0jH4A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/restaurantealtashoras-pratoapresentacao.png-1024x1024.png");
}
.cid-u0pRW0jH4A .slider-text-two {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 2px solid #ffffff;
  outline-offset: -10px;
  box-shadow: 0px 0px -1px -16px #cebfaf;
  -moz-box-shadow: 0px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: 0px 0px -1px -16px #cebfaf;
}
.cid-u0pRW0jH4A .mbr-section-title {
  color: #ffffff;
}
.cid-u0pRW0jH4A .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-u0pRW0jH4A .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u0pRW0jH4A .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0pRW0jH4A .slider-text-two {
    outline: 15px solid rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-u0pRW0jH4A .mbr-figure img {
    width: 80% !important;
  }
}
.cid-u0pRW0jH4A .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-u0pRW0jH4A .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-u0pRW0jH4A .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-u0pRW0jH4A H3 {
  color: #ffffff;
}
.cid-u0pOJ6nzD9 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u0pOJ6nzD9 .icon-bar a:hover {
  background-color: #fa980a;
  margin-left: -50px;
  width: 100px;
}
.cid-u0pOJ6nzD9 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-u0pOJ6nzD9 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .custom1 {
  background: #020d47;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-u0pOJ6nzD9 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u0pOJ6nzD9 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#ca2828, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u0pOJ6nzD9 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #ca2828);
}
.cid-u0pOJ6nzD9 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u0pOJ6nzD9 P {
  color: #232323;
}
.cid-u0pOJ6nzD9 DIV {
  color: #ffffff;
}
.cid-u0pOJ6nzD9 H10 {
  color: #767676;
}
.cid-u0pOJ6nzD9 .hidden {
  display: none;
}
.cid-u0pTQz1zu9 .float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 24px;
  right: 7px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 64px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-u0pTQz1zu9 .my-float {
  margin-top: 16px;
}
.cid-u0pTQz1zu9 P {
  color: #232323;
}
.cid-u0pTQz1zu9 DIV {
  color: #ffffff;
}
.cid-u0pTQz1zu9 H10 {
  color: #767676;
}
.cid-u0pTQz1zu9 .hidden {
  display: none;
}
.cid-u0q5GcdQVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
