@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Istok Web', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Istok Web', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Rubik', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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 2.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: #fff200 !important;
}
.bg-success {
  background-color: #e6c63b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff200 !important;
  border-color: #fff200 !important;
  color: #000000 !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: #a8a000 !important;
  border-color: #a8a000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a8a000 !important;
  border-color: #a8a000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !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: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: transparent;
  color: #fff200;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8a000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fff200 !important;
  border-color: #fff200 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #70706c !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #e6c63b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #999100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a68b15 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #fff200;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color:indianred;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff200;
  border-color: #fff200;
  color: #191800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff200;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', 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: #fff200 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', 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: #fff200;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff200;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff200;
}
.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: #fff200;
  border-bottom-color: #fff200;
}
.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: #000000 !important;
  background-color: #fff200 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !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='%23fff200' %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-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-sptIDrRE4x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sptIDrRE4x .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sptIDrRE4x .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sptIDrRE4x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sptIDrRE4x .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sptIDrRE4x .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqNystI28z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqNystI28z .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sqNystI28z .item .icon-wrap {
  text-align: center;
}
.cid-sqNystI28z .item span {
  font-size: 2rem;
  color: #000000;
  line-height: 60px;
}
.cid-sqNystI28z .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 40%;
  color: #fff200;
}
.cid-sqNystI28z .item.first:before {
  display: none;
}
.cid-sqNystI28z .item.five:before {
  display: none;
}
.cid-sqNystI28z .icon-box {
  background: #fff200;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sqNystI28z .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sqNystI28z .mbr-iconfont {
  color: #fff200 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sqNystI28z .item:before {
    display: none;
  }
  .cid-sqNystI28z .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqNystI28z .card-title,
.cid-sqNystI28z .card-box {
  text-align: center;
}
.cid-spubkzAaOB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spubkzAaOB img,
.cid-spubkzAaOB .item-img {
  width: 100%;
}
.cid-spubkzAaOB .item:focus,
.cid-spubkzAaOB span:focus {
  outline: none;
}
.cid-spubkzAaOB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spubkzAaOB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spubkzAaOB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spubkzAaOB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spubkzAaOB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spubkzAaOB .mbr-section-title {
  color: #232323;
}
.cid-spuc0Hzk6E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-spuc0Hzk6E img {
  width: 120px;
  margin: auto;
}
.cid-spuc0Hzk6E .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spuc0Hzk6E .card {
    max-width: 12.5%;
  }
}
.cid-spucfqS5Ny {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spucfqS5Ny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spucfqS5Ny .row {
  flex-direction: row-reverse;
}
.cid-spucfqS5Ny img {
  width: 100%;
}
.cid-sptFBFBS5C .navbar {
  background: #353535;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sptFBFBS5C .navbar-dropdown.bg-color.transparent.opened {
  background: #353535;
}
.cid-sptFBFBS5C a {
  font-style: normal;
}
.cid-sptFBFBS5C .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sptFBFBS5C .show {
  overflow: visible;
}
.cid-sptFBFBS5C .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sptFBFBS5C .dropdown-item:active {
  background-color: transparent;
}
.cid-sptFBFBS5C .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sptFBFBS5C .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sptFBFBS5C .nav-item:focus,
.cid-sptFBFBS5C .nav-link:focus {
  outline: none;
}
.cid-sptFBFBS5C .btn {
  padding: 0.7rem 1rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sptFBFBS5C .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sptFBFBS5C .menu-logo {
  margin-right: 0px;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sptFBFBS5C .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 76%;
  width: 100%;
}
.cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sptFBFBS5C .dropdown .dropdown-menu {
  background: #353535;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sptFBFBS5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sptFBFBS5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sptFBFBS5C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sptFBFBS5C .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sptFBFBS5C .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sptFBFBS5C .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sptFBFBS5C .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sptFBFBS5C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sptFBFBS5C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sptFBFBS5C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sptFBFBS5C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sptFBFBS5C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sptFBFBS5C button.navbar-toggler:focus {
  outline: none;
}
.cid-sptFBFBS5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sptFBFBS5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sptFBFBS5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptFBFBS5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptFBFBS5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sptFBFBS5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sptFBFBS5C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sptFBFBS5C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sptFBFBS5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sptFBFBS5C .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sptFBFBS5C .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptFBFBS5C .collapsed .btn {
  display: -webkit-flex;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse.collapsing,
.cid-sptFBFBS5C .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sptFBFBS5C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sptFBFBS5C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sptFBFBS5C .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sptFBFBS5C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sptFBFBS5C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sptFBFBS5C .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sptFBFBS5C .collapsed button.navbar-toggler {
  display: block;
}
.cid-sptFBFBS5C .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sptFBFBS5C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptFBFBS5C .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sptFBFBS5C .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sptFBFBS5C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sptFBFBS5C .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sptFBFBS5C.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptFBFBS5C img {
    height: 3.8rem !important;
  }
  .cid-sptFBFBS5C .btn {
    display: -webkit-flex;
  }
  .cid-sptFBFBS5C button.navbar-toggler {
    display: block;
  }
  .cid-sptFBFBS5C .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sptFBFBS5C .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptFBFBS5C .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sptFBFBS5C .navbar-collapse.collapsing,
  .cid-sptFBFBS5C .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sptFBFBS5C .navbar-collapse.collapsing .navbar-nav,
  .cid-sptFBFBS5C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sptFBFBS5C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sptFBFBS5C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sptFBFBS5C .navbar-collapse.collapsing .navbar-buttons,
  .cid-sptFBFBS5C .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sptFBFBS5C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sptFBFBS5C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sptFBFBS5C .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sptFBFBS5C .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sptFBFBS5C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sptFBFBS5C .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sptFBFBS5C .nav-link {
    justify-content: start !important;
  }
  .cid-sptFBFBS5C .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sptFBFBS5C .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sptFBFBS5C .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sptFBFBS5C .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sptFBFBS5C .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sptFBFBS5C .nav-link:hover,
.cid-sptFBFBS5C .dropdown-item:hover {
  color: #e6c63b !important;
}
@media (min-width: 1500px) {
  .cid-sptFBFBS5C .navbar-toggleable-sm .navbar-collapse {
    max-width: 73% !important;
    padding-right: 5rem;
  }
  .cid-sptFBFBS5C .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-spud1o75JF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-spud1o75JF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-spud1o75JF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-spud1o75JF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-spud1o75JF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-spud1o75JF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-spud1o75JF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spud1o75JF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spud1o75JF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-spud1o75JF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spud1o75JF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spud1o75JF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-spud1o75JF .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-sptVhOjH93 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sptVhOjH93 .mbr-text,
.cid-sptVhOjH93 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sptVhOjH93 .mbr-section-title,
  .cid-sptVhOjH93 .mbr-section-btn,
  .cid-sptVhOjH93 .mbr-text {
    text-align: center;
  }
}
.cid-sptVGtB0LD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sptVGtB0LD img,
.cid-sptVGtB0LD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sptVGtB0LD .item:focus,
.cid-sptVGtB0LD span:focus {
  outline: none;
}
.cid-sptVGtB0LD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sptVGtB0LD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sptVGtB0LD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sptVGtB0LD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sptVGtB0LD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sptVGtB0LD .mbr-section-title {
  color: #232323;
}
.cid-sptVGtB0LD .mbr-text,
.cid-sptVGtB0LD .mbr-section-btn {
  text-align: left;
}
.cid-sptVGtB0LD .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sptVGtB0LD .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sqNHGEXxI9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqNHGEXxI9 img,
.cid-sqNHGEXxI9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sqNHGEXxI9 .item:focus,
.cid-sqNHGEXxI9 span:focus {
  outline: none;
}
.cid-sqNHGEXxI9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqNHGEXxI9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqNHGEXxI9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNHGEXxI9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqNHGEXxI9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqNHGEXxI9 .mbr-section-title {
  color: #232323;
}
.cid-sqNHGEXxI9 .mbr-text,
.cid-sqNHGEXxI9 .mbr-section-btn {
  text-align: left;
}
.cid-sqNHGEXxI9 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sqNHGEXxI9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sptVhU70XT .navbar {
  background: #353535;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sptVhU70XT .navbar-dropdown.bg-color.transparent.opened {
  background: #353535;
}
.cid-sptVhU70XT a {
  font-style: normal;
}
.cid-sptVhU70XT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sptVhU70XT .show {
  overflow: visible;
}
.cid-sptVhU70XT .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sptVhU70XT .dropdown-item:active {
  background-color: transparent;
}
.cid-sptVhU70XT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sptVhU70XT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sptVhU70XT .nav-item:focus,
.cid-sptVhU70XT .nav-link:focus {
  outline: none;
}
.cid-sptVhU70XT .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sptVhU70XT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sptVhU70XT .menu-logo {
  margin-right: auto;
}
.cid-sptVhU70XT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sptVhU70XT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sptVhU70XT .dropdown .dropdown-menu {
  background: #353535;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sptVhU70XT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sptVhU70XT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sptVhU70XT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sptVhU70XT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sptVhU70XT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sptVhU70XT .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sptVhU70XT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sptVhU70XT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sptVhU70XT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sptVhU70XT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sptVhU70XT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sptVhU70XT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sptVhU70XT button.navbar-toggler:focus {
  outline: none;
}
.cid-sptVhU70XT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sptVhU70XT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sptVhU70XT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptVhU70XT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptVhU70XT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sptVhU70XT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sptVhU70XT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sptVhU70XT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sptVhU70XT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sptVhU70XT .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sptVhU70XT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptVhU70XT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sptVhU70XT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sptVhU70XT .collapsed .navbar-collapse.collapsing,
.cid-sptVhU70XT .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sptVhU70XT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sptVhU70XT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sptVhU70XT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sptVhU70XT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sptVhU70XT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sptVhU70XT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sptVhU70XT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sptVhU70XT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sptVhU70XT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sptVhU70XT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sptVhU70XT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sptVhU70XT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptVhU70XT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sptVhU70XT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sptVhU70XT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sptVhU70XT .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sptVhU70XT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptVhU70XT img {
    height: 3.8rem !important;
  }
  .cid-sptVhU70XT .btn {
    display: -webkit-flex;
  }
  .cid-sptVhU70XT button.navbar-toggler {
    display: block;
  }
  .cid-sptVhU70XT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sptVhU70XT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptVhU70XT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sptVhU70XT .navbar-collapse.collapsing,
  .cid-sptVhU70XT .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sptVhU70XT .navbar-collapse.collapsing .navbar-nav,
  .cid-sptVhU70XT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sptVhU70XT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sptVhU70XT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sptVhU70XT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sptVhU70XT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sptVhU70XT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sptVhU70XT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sptVhU70XT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sptVhU70XT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sptVhU70XT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sptVhU70XT .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sptVhU70XT .nav-link {
    justify-content: start !important;
  }
  .cid-sptVhU70XT .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sptVhU70XT .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sptVhU70XT .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sptVhU70XT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sptVhU70XT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sptVhU70XT .nav-link:hover,
.cid-sptVhU70XT .dropdown-item:hover {
  color: #e6c63b !important;
}
@media (min-width: 1500px) {
  .cid-sptVhU70XT .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sptVhU70XT .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-spud1o75JF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-spud1o75JF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-spud1o75JF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-spud1o75JF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-spud1o75JF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-spud1o75JF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-spud1o75JF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spud1o75JF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spud1o75JF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-spud1o75JF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spud1o75JF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spud1o75JF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-spud1o75JF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sptZ4IYCTx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-sptZ4IYCTx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sptZ4IYCTx .mbr-text,
.cid-sptZ4IYCTx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sptZ4IYCTx .mbr-section-title,
  .cid-sptZ4IYCTx .mbr-section-btn,
  .cid-sptZ4IYCTx .mbr-text {
    text-align: center;
  }
}
.cid-spu06cHuqd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-spu06cHuqd .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-spu06cHuqd .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-spu06cHuqd .image-block:hover:before {
  opacity: 0.4;
}
.cid-spu06cHuqd .image-block:hover .wrap {
  opacity: 1;
}
.cid-spu06cHuqd .image-block:hover img {
  transform: scale(1.05);
}
.cid-spu06cHuqd h4 {
  letter-spacing: 2px;
}
.cid-spu06cHuqd figcaption {
  position: relative;
}
.cid-spu06cHuqd figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-spu06cHuqd img {
  width: 95%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-spu06cHuqd .image-block {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-spu06cHuqd .wrap {
    opacity: 1!important;
  }
  .cid-spu06cHuqd .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-spu1ExZQZ8 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spu1ExZQZ8 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spu1ExZQZ8 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
  text-align: left;
}
.cid-spu1ExZQZ8 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-spu1ExZQZ8 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-spu1ExZQZ8 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-spu1ExZQZ8 .panel-group {
  width: 100%;
}
.cid-spu1ExZQZ8 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-spu1ExZQZ8 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-spu1ExZQZ8 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #fff200;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-spu1ExZQZ8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-spu1ExZQZ8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-spu1ExZQZ8 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-spu1ExZQZ8 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-spu1ExZQZ8 .card .panel-body {
  background: #ffffff;
}
.cid-spu1ExZQZ8 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spu1ExZQZ8 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spu1ExZQZ8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-spu1ExZQZ8 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-spu1ExZQZ8 .header-text,
.cid-spu1ExZQZ8 .sign {
  color: #000000;
}
.cid-spvrWv5aj7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spvrWv5aj7 .mbr-section-subtitle {
  text-align: left;
}
.cid-spvrWv5aj7 .mbr-text {
  text-align: justify;
}
.cid-spLM7miwPj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spLM7miwPj .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-spLM7miwPj .carousel {
    min-height: 400px;
  }
  .cid-spLM7miwPj .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spLM7miwPj .carousel {
    min-height: 260px;
  }
  .cid-spLM7miwPj .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-spLM7miwPj .carousel {
    min-height: 220px;
  }
  .cid-spLM7miwPj .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-spLM7miwPj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-spLM7miwPj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-spLM7miwPj .carousel,
.cid-spLM7miwPj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spLM7miwPj .item-wrapper {
  width: 100%;
}
.cid-spLM7miwPj .carousel-caption {
  bottom: 40px;
}
.cid-spLM7miwPj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-spLM7miwPj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-spLM7miwPj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-spLM7miwPj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spLM7miwPj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spLM7miwPj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLM7miwPj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spLM7miwPj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spLM7miwPj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spLM7miwPj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spLM7miwPj .carousel-indicators li.active,
.cid-spLM7miwPj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spLM7miwPj .carousel-indicators li::after,
.cid-spLM7miwPj .carousel-indicators li::before {
  content: none;
}
.cid-spLM7miwPj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spLM7miwPj .carousel-indicators {
    display: none !important;
  }
}
.cid-spvrVjmdgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spvrVjmdgl blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-spLMcLBqOG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spLMcLBqOG img,
.cid-spLMcLBqOG .item-img {
  width: 100%;
}
.cid-spLMcLBqOG .item:focus,
.cid-spLMcLBqOG span:focus {
  outline: none;
}
.cid-spLMcLBqOG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spLMcLBqOG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spLMcLBqOG .item {
  padding: 0;
  margin: 0;
}
.cid-spLMcLBqOG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spLMcLBqOG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spLMcLBqOG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spLMcLBqOG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spLMcLBqOG .mbr-section-title {
  color: #232323;
}
.cid-spLMdylLwa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spLMdylLwa .item {
  padding-bottom: 2rem;
}
.cid-spLMdylLwa .item-wrapper {
  position: relative;
}
.cid-spLMdylLwa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-spLMdylLwa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spLMdylLwa .carousel-control,
.cid-spLMdylLwa .close {
  background: #1b1b1b;
}
.cid-spLMdylLwa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spLMdylLwa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spLMdylLwa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spLMdylLwa .carousel-control-next span {
  margin-left: 5px;
}
.cid-spLMdylLwa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spLMdylLwa .close::before {
  content: '\e91a';
}
.cid-spLMdylLwa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spLMdylLwa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spLMdylLwa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLMdylLwa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spLMdylLwa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spLMdylLwa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spLMdylLwa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spLMdylLwa .carousel-indicators li.active,
.cid-spLMdylLwa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spLMdylLwa .carousel-indicators li::after,
.cid-spLMdylLwa .carousel-indicators li::before {
  content: none;
}
.cid-spLMdylLwa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spLMdylLwa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spLMdylLwa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spLMdylLwa .carousel-indicators {
    display: none;
  }
}
.cid-spLMdylLwa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spLMdylLwa .carousel-inner > .active {
  display: block;
}
.cid-spLMdylLwa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLMdylLwa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spLMdylLwa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spLMdylLwa .carousel-control,
  .cid-spLMdylLwa .carousel-indicators,
  .cid-spLMdylLwa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spLMdylLwa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spLMdylLwa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spLMdylLwa .carousel-indicators .active,
.cid-spLMdylLwa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spLMdylLwa .carousel-indicators .active {
  background: #fff;
}
.cid-spLMdylLwa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spLMdylLwa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spLMdylLwa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spLMdylLwa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spLMdylLwa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spLMdylLwa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spLMdylLwa .carousel {
  width: 100%;
}
.cid-spLMdylLwa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spLMdylLwa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spLMdylLwa .modal.fade .modal-dialog,
.cid-spLMdylLwa .modal.in .modal-dialog {
  transform: none;
}
.cid-spLMdylLwa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spLMdylLwa H6 {
  text-align: center;
}
.cid-spLMgJSaVQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spLMgJSaVQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spLMgJSaVQ p {
  color: #767676;
  text-align: left;
}
.cid-spLMgJSaVQ .card-wrapper {
  height: 100%;
}
.cid-spLMgJSaVQ .container-fluid {
  max-width: 1600px;
}
.cid-spLMgJSaVQ .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-spLMgJSaVQ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-spLMgJSaVQ .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-spLMgJSaVQ .card:hover img {
  filter: blur(3px);
}
.cid-spLMgJSaVQ .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-spLMgJSaVQ .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-spLMgJSaVQ .mbr-iconfont {
    opacity: 1;
  }
  .cid-spLMgJSaVQ img {
    filter: blur(3px);
  }
}
.cid-spLMhZku69 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-spLMhZku69 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spLMhZku69 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spLMhZku69 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spLMhZku69 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spLMhZku69 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-spLMhZku69 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-spLMhZku69 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-spLMhZku69 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-spLMhZku69 .mbr-gallery-filter ul {
  display: block;
}
.cid-spLMhZku69 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-spLMhZku69 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-spLMhZku69 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-spLMhZku69 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-spLMhZku69 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-spLMhZku69 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-spLMhZku69 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-spLMhZku69 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-spLMhZku69 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-spLMhZku69 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-spLMhZku69 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-spLMhZku69 .icon-focus:before {
  content: '\e95e';
}
.cid-spLMhZku69 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-spLMhZku69 .mbr-section-title {
  margin: 0;
}
.cid-spLMhZku69 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-spLMhZku69 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-spvrTXMiep {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spvrTXMiep .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-spvrTXMiep .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spvrTXMiep .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spvrTXMiep .card-wrapper {
    padding: 4rem;
  }
}
.cid-spvrTXMiep .mbr-text,
.cid-spvrTXMiep .mbr-section-btn {
  color: #ffffff;
}
.cid-spvrTXMiep .card-title,
.cid-spvrTXMiep .card-box {
  text-align: left;
}
.cid-spu7DhLoWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spu7DhLoWg .google-map {
  height: 25rem;
  position: relative;
}
.cid-spu7DhLoWg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spu7DhLoWg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-spu7DhLoWg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spu7DhLoWg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spu7DhLoWg .container-fluid {
  padding: 0;
}
.cid-spu7DhLoWg .relative {
  position: relative;
  width: 100%;
}
.cid-spu7DhLoWg .mbr-section-title {
  color: #656565;
}
.cid-spu7DhLoWg .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-spu7DhLoWg .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-spu7DhLoWg .title {
  text-align: center;
  color: #ffffff;
}
.cid-spu7DhLoWg .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-spu7DhLoWg .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-spu8VKQ723 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spu8VKQ723 .mbr-text {
  color: #767676;
}
.cid-spu8VKQ723 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(212, 212, 212, 0.35);
}
.cid-spu8VKQ723 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-spu8VKQ723 .card-wrapper:hover .ico2 {
  color: #fff200 !important;
}
.cid-spu8VKQ723 .text-info:hover {
  color: inherit!important;
}
.cid-spu8VKQ723 .ico2 {
  color: #ffe161 !important;
  transition: all 0.6s;
}
.cid-spu8VKQ723 .card-box {
  padding: 0rem 1rem;
}
.cid-spu8VKQ723 .card-img {
  width: auto;
}
.cid-spu8VKQ723 .ico1 {
  font-size: 3rem !important;
}
.cid-spu8VKQ723 h3,
.cid-spu8VKQ723 h4 {
  padding: 0;
  margin: 0;
}
.cid-spu8VKQ723 .card-title,
.cid-spu8VKQ723 .card-img {
  color: #232323;
}
.cid-spu8VKQ723 H3 {
  color: #767676;
}
.cid-spu8VKQ723 H1 {
  color: #232323;
}
.cid-spu4YiZuIe {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spu4YiZuIe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spu4YiZuIe .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
}
.cid-spu4YiZuIe .form-group {
  margin-bottom: 1rem;
}
.cid-spu4YiZuIe .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-spu4YiZuIe .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-spu4YiZuIe .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-spu4YiZuIe .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-spu4YiZuIe .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-spu4YiZuIe .input-group-btn {
  width: 100%;
}
.cid-spu4YiZuIe textarea.form-control {
  min-height: 172px;
}
.cid-spu4YiZuIe .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-spu4YiZuIe .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spu4YiZuIe .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spu4YiZuIe .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-spu4YiZuIe .form1 {
    padding: 1.5rem;
  }
}
.cid-sptZ4RebPD .navbar {
  background: #353535;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sptZ4RebPD .navbar-dropdown.bg-color.transparent.opened {
  background: #353535;
}
.cid-sptZ4RebPD a {
  font-style: normal;
}
.cid-sptZ4RebPD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sptZ4RebPD .show {
  overflow: visible;
}
.cid-sptZ4RebPD .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sptZ4RebPD .dropdown-item:active {
  background-color: transparent;
}
.cid-sptZ4RebPD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sptZ4RebPD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sptZ4RebPD .nav-item:focus,
.cid-sptZ4RebPD .nav-link:focus {
  outline: none;
}
.cid-sptZ4RebPD .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sptZ4RebPD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sptZ4RebPD .menu-logo {
  margin-right: auto;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu {
  background: #353535;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sptZ4RebPD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sptZ4RebPD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sptZ4RebPD .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sptZ4RebPD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sptZ4RebPD button.navbar-toggler:focus {
  outline: none;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sptZ4RebPD .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sptZ4RebPD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptZ4RebPD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sptZ4RebPD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sptZ4RebPD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sptZ4RebPD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sptZ4RebPD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sptZ4RebPD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sptZ4RebPD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptZ4RebPD img {
    height: 3.8rem !important;
  }
  .cid-sptZ4RebPD .btn {
    display: -webkit-flex;
  }
  .cid-sptZ4RebPD button.navbar-toggler {
    display: block;
  }
  .cid-sptZ4RebPD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sptZ4RebPD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptZ4RebPD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing,
  .cid-sptZ4RebPD .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-nav,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sptZ4RebPD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sptZ4RebPD .nav-link {
    justify-content: start !important;
  }
  .cid-sptZ4RebPD .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sptZ4RebPD .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sptZ4RebPD .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sptZ4RebPD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sptZ4RebPD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sptZ4RebPD .nav-link:hover,
.cid-sptZ4RebPD .dropdown-item:hover {
  color: #e6c63b !important;
}
@media (min-width: 1500px) {
  .cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sptZ4RebPD .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-spud1o75JF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-spud1o75JF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-spud1o75JF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-spud1o75JF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-spud1o75JF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-spud1o75JF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-spud1o75JF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spud1o75JF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spud1o75JF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-spud1o75JF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spud1o75JF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spud1o75JF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-spud1o75JF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqNIkuF83Z {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-pixabay-279719-1-1920x1200.jpg");
}
.cid-sqNIkuF83Z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sqNIkuF83Z .mbr-text,
.cid-sqNIkuF83Z .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqNIkuF83Z .mbr-section-title,
  .cid-sqNIkuF83Z .mbr-section-btn,
  .cid-sqNIkuF83Z .mbr-text {
    text-align: center;
  }
}
.cid-sqNIkvZGOn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqNIkvZGOn img,
.cid-sqNIkvZGOn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sqNIkvZGOn .item:focus,
.cid-sqNIkvZGOn span:focus {
  outline: none;
}
.cid-sqNIkvZGOn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqNIkvZGOn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqNIkvZGOn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNIkvZGOn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqNIkvZGOn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqNIkvZGOn .mbr-section-title {
  color: #232323;
}
.cid-sqNIkvZGOn .mbr-text,
.cid-sqNIkvZGOn .mbr-section-btn {
  text-align: left;
}
.cid-sqNIkvZGOn .item-title {
  text-align: center;
  color: #ffe161;
}
.cid-sqNIkvZGOn .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sqNIkydeQF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqNIkydeQF img,
.cid-sqNIkydeQF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sqNIkydeQF .item:focus,
.cid-sqNIkydeQF span:focus {
  outline: none;
}
.cid-sqNIkydeQF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqNIkydeQF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqNIkydeQF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNIkydeQF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqNIkydeQF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqNIkydeQF .mbr-section-title {
  color: #232323;
}
.cid-sqNIkydeQF .mbr-text,
.cid-sqNIkydeQF .mbr-section-btn {
  text-align: center;
}
.cid-sqNIkydeQF .item-title {
  text-align: center;
  color: #6592e6;
}
.cid-sqNIkydeQF .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sqNIkA0iVO .navbar {
  background: #353535;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqNIkA0iVO .navbar-dropdown.bg-color.transparent.opened {
  background: #353535;
}
.cid-sqNIkA0iVO a {
  font-style: normal;
}
.cid-sqNIkA0iVO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqNIkA0iVO .show {
  overflow: visible;
}
.cid-sqNIkA0iVO .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sqNIkA0iVO .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNIkA0iVO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNIkA0iVO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sqNIkA0iVO .nav-item:focus,
.cid-sqNIkA0iVO .nav-link:focus {
  outline: none;
}
.cid-sqNIkA0iVO .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNIkA0iVO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNIkA0iVO .menu-logo {
  margin-right: auto;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNIkA0iVO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sqNIkA0iVO .dropdown .dropdown-menu {
  background: #353535;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNIkA0iVO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNIkA0iVO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNIkA0iVO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNIkA0iVO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNIkA0iVO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNIkA0iVO .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sqNIkA0iVO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNIkA0iVO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNIkA0iVO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNIkA0iVO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sqNIkA0iVO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNIkA0iVO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sqNIkA0iVO button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNIkA0iVO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sqNIkA0iVO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNIkA0iVO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNIkA0iVO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNIkA0iVO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNIkA0iVO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNIkA0iVO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqNIkA0iVO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqNIkA0iVO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sqNIkA0iVO .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sqNIkA0iVO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNIkA0iVO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse.collapsing,
.cid-sqNIkA0iVO .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNIkA0iVO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNIkA0iVO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNIkA0iVO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNIkA0iVO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNIkA0iVO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqNIkA0iVO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sqNIkA0iVO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNIkA0iVO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNIkA0iVO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNIkA0iVO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sqNIkA0iVO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNIkA0iVO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNIkA0iVO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sqNIkA0iVO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNIkA0iVO img {
    height: 3.8rem !important;
  }
  .cid-sqNIkA0iVO .btn {
    display: -webkit-flex;
  }
  .cid-sqNIkA0iVO button.navbar-toggler {
    display: block;
  }
  .cid-sqNIkA0iVO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNIkA0iVO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNIkA0iVO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNIkA0iVO .navbar-collapse.collapsing,
  .cid-sqNIkA0iVO .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sqNIkA0iVO .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNIkA0iVO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNIkA0iVO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNIkA0iVO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNIkA0iVO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNIkA0iVO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNIkA0iVO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNIkA0iVO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNIkA0iVO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqNIkA0iVO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNIkA0iVO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNIkA0iVO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sqNIkA0iVO .nav-link {
    justify-content: start !important;
  }
  .cid-sqNIkA0iVO .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sqNIkA0iVO .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sqNIkA0iVO .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sqNIkA0iVO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNIkA0iVO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNIkA0iVO .nav-link:hover,
.cid-sqNIkA0iVO .dropdown-item:hover {
  color: #e6c63b !important;
}
@media (min-width: 1500px) {
  .cid-sqNIkA0iVO .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sqNIkA0iVO .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sqNLRcoMGf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqNLRcoMGf img,
.cid-sqNLRcoMGf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sqNLRcoMGf .item:focus,
.cid-sqNLRcoMGf span:focus {
  outline: none;
}
.cid-sqNLRcoMGf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqNLRcoMGf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqNLRcoMGf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNLRcoMGf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqNLRcoMGf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqNLRcoMGf .mbr-section-title {
  color: #232323;
}
.cid-sqNLRcoMGf .mbr-text,
.cid-sqNLRcoMGf .mbr-section-btn {
  text-align: center;
}
.cid-sqNLRcoMGf .item-title {
  text-align: center;
  color: #6592e6;
}
.cid-sqNLRcoMGf .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sqNIkADEco {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sqNIkADEco .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sqNIkADEco .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sqNIkADEco .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sqNIkADEco .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqNIkADEco .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqNIkADEco .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqNIkADEco .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sqNIkADEco .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqNIkADEco .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqNIkADEco .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sqNIkADEco .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNIkADEco .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNIkADEco .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqNIkADEco .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sptZ4RebPD .navbar {
  background: #353535;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sptZ4RebPD .navbar-dropdown.bg-color.transparent.opened {
  background: #353535;
}
.cid-sptZ4RebPD a {
  font-style: normal;
}
.cid-sptZ4RebPD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sptZ4RebPD .show {
  overflow: visible;
}
.cid-sptZ4RebPD .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sptZ4RebPD .dropdown-item:active {
  background-color: transparent;
}
.cid-sptZ4RebPD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sptZ4RebPD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sptZ4RebPD .nav-item:focus,
.cid-sptZ4RebPD .nav-link:focus {
  outline: none;
}
.cid-sptZ4RebPD .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sptZ4RebPD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sptZ4RebPD .menu-logo {
  margin-right: auto;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu {
  background: #353535;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sptZ4RebPD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sptZ4RebPD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sptZ4RebPD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sptZ4RebPD .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sptZ4RebPD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sptZ4RebPD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sptZ4RebPD button.navbar-toggler:focus {
  outline: none;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sptZ4RebPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sptZ4RebPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sptZ4RebPD .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sptZ4RebPD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptZ4RebPD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sptZ4RebPD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sptZ4RebPD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sptZ4RebPD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sptZ4RebPD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sptZ4RebPD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sptZ4RebPD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sptZ4RebPD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sptZ4RebPD .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sptZ4RebPD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptZ4RebPD img {
    height: 3.8rem !important;
  }
  .cid-sptZ4RebPD .btn {
    display: -webkit-flex;
  }
  .cid-sptZ4RebPD button.navbar-toggler {
    display: block;
  }
  .cid-sptZ4RebPD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sptZ4RebPD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sptZ4RebPD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing,
  .cid-sptZ4RebPD .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-nav,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sptZ4RebPD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sptZ4RebPD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sptZ4RebPD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sptZ4RebPD .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sptZ4RebPD .nav-link {
    justify-content: start !important;
  }
  .cid-sptZ4RebPD .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sptZ4RebPD .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sptZ4RebPD .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sptZ4RebPD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sptZ4RebPD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sptZ4RebPD .nav-link:hover,
.cid-sptZ4RebPD .dropdown-item:hover {
  color: #e6c63b !important;
}
@media (min-width: 1500px) {
  .cid-sptZ4RebPD .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sptZ4RebPD .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sr4ZD23kCD {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-sr4ZD23kCD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sr4ZD23kCD .mbr-text,
.cid-sr4ZD23kCD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sr4ZD23kCD .mbr-section-title,
  .cid-sr4ZD23kCD .mbr-section-btn,
  .cid-sr4ZD23kCD .mbr-text {
    text-align: center;
  }
}
.cid-sr4ZtwoszF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr4ZtwoszF *:focus {
  outline: none;
}
.cid-sr4ZtwoszF .form-group {
  margin-bottom: 2rem;
}
.cid-sr4ZtwoszF .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sr4ZtwoszF .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sr4ZtwoszF .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sr4ZtwoszF .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sr4ZtwoszF .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sr4ZtwoszF .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sr4ZtwoszF input.form-control {
  padding: 1px 0;
}
.cid-sr4ZtwoszF .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sr4ZtwoszF .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sr4ZtwoszF .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sr4ZtwoszF .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sr4ZtwoszF .first-column,
  .cid-sr4ZtwoszF .form-1 {
    text-align: center;
  }
}
.cid-spud1o75JF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-spud1o75JF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-spud1o75JF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-spud1o75JF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-spud1o75JF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-spud1o75JF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-spud1o75JF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-spud1o75JF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-spud1o75JF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spud1o75JF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-spud1o75JF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spud1o75JF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spud1o75JF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-spud1o75JF .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width:767px){
    .imagenes{
        width:100%;
        height:200px !important;
        padding:10px;
    }
    .cid-spu06cHuqd img {
      width: 100%;
      height: 100%;
      transition: all 3s;
      object-fit: cover;
    }
    .centrar{
        margin: 0% 0% 0% 0%;
    }
    .centra{
          margin: 0% 0% 0% 0%;
    }
}
@media (min-width:768px){
    .ver1{
        display:block;
    }
    .ver2{
        display:none;
    }
}
@media (max-width:767px){
    .ver1{
        display:none;
    }
    .ver2{
        display:block;
    }
}
