body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #f7ed4a !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #f20b25 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #f7ed4a !important;
  background-color: transparent !important;
  border-color: #f7ed4a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f20b25 !important;
  border-color: #f20b25 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #f20b25 !important;
  background-color: transparent !important;
  border-color: #f20b25 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a9081a !important;
  border-color: #a9081a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #900716;
  color: #900716;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f20b25;
  border-color: #f20b25;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f20b25 !important;
  border-color: #f20b25 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #f7ed4a !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #f20b25 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7ed4a;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #f20b25;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdccd2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #255085 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ed4266 !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%;
}
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='%23255085' %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;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy432LoPaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy432LoPaq .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy432LoPaq .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy432LoPaq .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrx4EUfgL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/cathedral-cave-1920x1280-1-1920x1280.jpg");
  background-position: right;
}
.cid-tsrx4EUfgL .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrx4EUfgL .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrx4EUfgL .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrx4EUfgL img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrx4EUfgL .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GqZaKZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GqZaKZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GqZaKZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GqZaKZz .card-wrapper {
  width: 100%;
}
.cid-ty1GqZaKZz .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GqZaKZz .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GqZaKZz .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GqZaKZz .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GqZaKZz .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GqZaKZz .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GqZaKZz .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GqZaKZz .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GqZaKZz .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GqZaKZz .card-title {
    text-align: center !important;
  }
}
.cid-ty1GqZaKZz .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GqZaKZz .card-text {
    text-align: center !important;
  }
}
.cid-tsDvE6jYDy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsDvE6jYDy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsDvE6jYDy H2 {
  color: #ebeced;
}
.cid-tsDvE6jYDy H3 {
  color: #c1c1c1;
}
.cid-tsDvE6jYDy .mbr-text,
.cid-tsDvE6jYDy .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tsDvE6jYDy .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tsDvE6jYDy img {
  filter: invert(0.5);
  width: auto;
}
.cid-tsDvE6jYDy H1 {
  color: #c1c1c1;
}
#custom-html-1ad {
  background-color: #252b31;
}
#custom-html-1ad #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ad #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ad #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-toFrZS848y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toFrZS848y .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-toFrZS848y .wrapper {
    padding: 20px;
  }
}
.cid-toFrZS848y .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFrZS848y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFrZS848y .mbr-text.text1 {
  color: #ebeced;
}
.cid-toFrZS848y .mbr-text.text2 {
  color: #ebeced;
}
.cid-toFrZSliks {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-toFrZSliks .mbr-section-head {
  padding: 0 1rem;
}
.cid-toFrZSliks .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-toFrZSliks .team-card:hover {
  transform: translateY(-10px);
}
.cid-toFrZSliks .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-toFrZSliks .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-toFrZSliks .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-toFrZSliks .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toFrZSliks .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-toFrZSliks .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-toFrZSliks .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-toFrZSliks .embla__button--next,
.cid-toFrZSliks .embla__button--prev {
  display: flex;
}
.cid-toFrZSliks .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toFrZSliks .embla__button {
    display: none;
  }
}
.cid-toFrZSliks .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toFrZSliks .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-toFrZSliks .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFrZSliks .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toFrZSliks .embla__button {
    top: -10%;
  }
}
.cid-toFrZSliks .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-toFrZSliks .embla {
    margin-top: 80px;
  }
}
.cid-toFrZSliks .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toFrZSliks .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toFrZSliks .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toFrZSliks .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-toFrZSliks .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-toFrZSliks .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-toFrZSliks .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-toFrZSliks .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-toFrZSliks .mbr-text ul {
    display: block;
  }
}
.cid-toFrZSliks .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-toFrZSliks .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-toFrZSliks .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-toFrZSliks .item-wrapper {
  height: 100%;
}
.cid-toFrZSliks .item-wrapper .image-wrap {
  height: 100%;
}
.cid-toFrZSliks .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-toFrZSliks .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-ty7ofkTC81 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty7ofkTC81 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty7ofkTC81 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty7ofkTC81 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty7ofkTC81 .img-big {
  transition: all 1s;
}
.cid-ty7ofkTC81 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty7ofkTC81 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty7ofkTC81 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty7ofkTC81 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty7ofkTC81 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty7ofkTC81 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty7ofkTC81 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty7ofkTC81 .item:focus,
.cid-ty7ofkTC81 span:focus {
  outline: none;
}
.cid-ty7ofkTC81 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty7ofkTC81 .mbr-section-title {
  color: #ffffff;
}
.cid-ty7ofkTC81 .mbr-text,
.cid-ty7ofkTC81 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty7ofkTC81 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty7ofkTC81 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty7ofkTC81 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ty7ogzQurT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty7ogzQurT .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty7ogzQurT .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty7ogzQurT .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty7ogzQurT .img-big {
  transition: all 1s;
}
.cid-ty7ogzQurT .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty7ogzQurT .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty7ogzQurT .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty7ogzQurT .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty7ogzQurT .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty7ogzQurT .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty7ogzQurT .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty7ogzQurT .item:focus,
.cid-ty7ogzQurT span:focus {
  outline: none;
}
.cid-ty7ogzQurT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty7ogzQurT .mbr-section-title {
  color: #ffffff;
}
.cid-ty7ogzQurT .mbr-text,
.cid-ty7ogzQurT .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty7ogzQurT .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty7ogzQurT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty7ogzQurT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ty7oho6gys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty7oho6gys .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty7oho6gys .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty7oho6gys .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty7oho6gys .img-big {
  transition: all 1s;
}
.cid-ty7oho6gys .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty7oho6gys .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty7oho6gys .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty7oho6gys .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty7oho6gys .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty7oho6gys .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty7oho6gys .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty7oho6gys .item:focus,
.cid-ty7oho6gys span:focus {
  outline: none;
}
.cid-ty7oho6gys .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty7oho6gys .mbr-section-title {
  color: #ffffff;
}
.cid-ty7oho6gys .mbr-text,
.cid-ty7oho6gys .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty7oho6gys .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty7oho6gys .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty7oho6gys .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toFrZUDIku {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-toFrZUDIku .showAlerts {
  display: block !important;
}
.cid-toFrZUDIku .rowflexrev {
  display: -webkit-flex;
}
.cid-toFrZUDIku .title {
  margin-bottom: 2rem;
}
.cid-toFrZUDIku .mbr-section-subtitle {
  color: #767676;
}
.cid-toFrZUDIku textarea.form-control {
  min-height: 188px;
}
.cid-toFrZUDIku LABEL {
  color: #232323;
}
.cid-toFrZUDIku .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toFrZUDIku .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-toFrZUDIku .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toFrZUDIku .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toFrZUDIku .alert {
  margin-bottom: 0;
}
.cid-toFrZUDIku .alert-success {
  background-color: #70c770;
}
.cid-toFrZUDIku .alert-danger {
  background-color: #ff4a52;
}
.cid-toFrZUDIku .btn {
  display: inline-flex;
}
.cid-toFrZUDIku .hidden {
  display: none;
}
.cid-toFrZUDIku .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-toFrZUDIku .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-toFrZUDIku H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0oP4lG9O .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0oP4lG9O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0oP4lG9O .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-tL0oP4lG9O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0oP4lG9O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txQ5QeQT3A {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txQ5QeQT3A section {
  position: relative;
}
.cid-txQ5QeQT3A h4 {
  margin: 0;
}
.cid-txQ5QeQT3A img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txQ5QeQT3A a {
  font-weight: 300;
}
.cid-txQ5QeQT3A .img1 {
  color: #00bea3;
}
.cid-txQ5QeQT3A .img2 {
  color: #f1894c;
}
.cid-txQ5QeQT3A .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txQ5QeQT3A .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txQ5QeQT3A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txQ5QeQT3A .item,
.cid-txQ5QeQT3A .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txQ5QeQT3A .item h4,
.cid-txQ5QeQT3A .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txQ5QeQT3A .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txQ5QeQT3A .item {
    justify-content: left;
  }
}
.cid-txQ5QeQT3A .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ5QeQT3A .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ5QeQT3A .item-title DIV {
  text-align: left;
}
.cid-toFrZVyLvv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-toFrZVyLvv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-toFrZVyLvv section {
  position: relative;
}
.cid-toFrZVyLvv h4 {
  margin: 0;
}
.cid-toFrZVyLvv a {
  font-weight: 300;
}
.cid-toFrZVyLvv .row {
  align-items: center;
}
.cid-toFrZVyLvv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-toFrZVyLvv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-toFrZVyLvv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-toFrZVyLvv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-toFrZVyLvv .align-left {
    text-align: center;
  }
  .cid-toFrZVyLvv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-toFrZVyLvv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-toFrZVyLvv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-toFrZVyLvv .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-toFrZVyLvv H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43fLsepy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43fLsepy .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43fLsepy .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43fLsepy .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrxdNLbr2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/bone-cave-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsrxdNLbr2 .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrxdNLbr2 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrxdNLbr2 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrxdNLbr2 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrxdNLbr2 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GuRQXQr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GuRQXQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GuRQXQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GuRQXQr .card-wrapper {
  width: 100%;
}
.cid-ty1GuRQXQr .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GuRQXQr .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GuRQXQr .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GuRQXQr .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GuRQXQr .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GuRQXQr .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GuRQXQr .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GuRQXQr .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GuRQXQr .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GuRQXQr .card-title {
    text-align: center !important;
  }
}
.cid-ty1GuRQXQr .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GuRQXQr .card-text {
    text-align: center !important;
  }
}
.cid-tsDvPbjecS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsDvPbjecS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsDvPbjecS H2 {
  color: #ebeced;
}
.cid-tsDvPbjecS H3 {
  color: #c1c1c1;
}
.cid-tsDvPbjecS .mbr-text,
.cid-tsDvPbjecS .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tsDvPbjecS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tsDvPbjecS img {
  filter: invert(0.5);
  width: auto;
}
.cid-tsDvPbjecS H1 {
  color: #c1c1c1;
}
#custom-html-1ae {
  background-color: #252b31;
}
#custom-html-1ae #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ae #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ae #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-toHDLrMJMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toHDLrMJMS .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-toHDLrMJMS .wrapper {
    padding: 20px;
  }
}
.cid-toHDLrMJMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-toHDLrMJMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toHDLrMJMS .mbr-text.text1 {
  color: #ebeced;
}
.cid-toHDLrMJMS .mbr-text.text2 {
  color: #ebeced;
}
.cid-toHDLrXj4O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-toHDLrXj4O .mbr-section-head {
  padding: 0 1rem;
}
.cid-toHDLrXj4O .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-toHDLrXj4O .team-card:hover {
  transform: translateY(-10px);
}
.cid-toHDLrXj4O .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-toHDLrXj4O .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-toHDLrXj4O .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-toHDLrXj4O .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toHDLrXj4O .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-toHDLrXj4O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-toHDLrXj4O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-toHDLrXj4O .embla__button--next,
.cid-toHDLrXj4O .embla__button--prev {
  display: flex;
}
.cid-toHDLrXj4O .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toHDLrXj4O .embla__button {
    display: none;
  }
}
.cid-toHDLrXj4O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toHDLrXj4O .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-toHDLrXj4O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toHDLrXj4O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toHDLrXj4O .embla__button {
    top: -10%;
  }
}
.cid-toHDLrXj4O .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-toHDLrXj4O .embla {
    margin-top: 80px;
  }
}
.cid-toHDLrXj4O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toHDLrXj4O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toHDLrXj4O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toHDLrXj4O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-toHDLrXj4O .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-toHDLrXj4O .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-toHDLrXj4O .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-toHDLrXj4O .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-toHDLrXj4O .mbr-text ul {
    display: block;
  }
}
.cid-toHDLrXj4O .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-toHDLrXj4O .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-toHDLrXj4O .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-toHDLrXj4O .item-wrapper {
  height: 100%;
}
.cid-toHDLrXj4O .item-wrapper .image-wrap {
  height: 100%;
}
.cid-toHDLrXj4O .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-toHDLrXj4O .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyo4BJL8B8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyo4BJL8B8 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyo4BJL8B8 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyo4BJL8B8 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyo4BJL8B8 .img-big {
  transition: all 1s;
}
.cid-tyo4BJL8B8 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyo4BJL8B8 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyo4BJL8B8 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyo4BJL8B8 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyo4BJL8B8 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyo4BJL8B8 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyo4BJL8B8 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyo4BJL8B8 .item:focus,
.cid-tyo4BJL8B8 span:focus {
  outline: none;
}
.cid-tyo4BJL8B8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyo4BJL8B8 .mbr-section-title {
  color: #ffffff;
}
.cid-tyo4BJL8B8 .mbr-text,
.cid-tyo4BJL8B8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyo4BJL8B8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4BJL8B8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4BJL8B8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyo4Do9njR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyo4Do9njR .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyo4Do9njR .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyo4Do9njR .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyo4Do9njR .img-big {
  transition: all 1s;
}
.cid-tyo4Do9njR .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyo4Do9njR .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyo4Do9njR .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyo4Do9njR .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyo4Do9njR .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyo4Do9njR .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyo4Do9njR .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyo4Do9njR .item:focus,
.cid-tyo4Do9njR span:focus {
  outline: none;
}
.cid-tyo4Do9njR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyo4Do9njR .mbr-section-title {
  color: #ffffff;
}
.cid-tyo4Do9njR .mbr-text,
.cid-tyo4Do9njR .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyo4Do9njR .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4Do9njR .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4Do9njR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyo4EHB3fH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyo4EHB3fH .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyo4EHB3fH .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyo4EHB3fH .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyo4EHB3fH .img-big {
  transition: all 1s;
}
.cid-tyo4EHB3fH .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyo4EHB3fH .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyo4EHB3fH .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyo4EHB3fH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyo4EHB3fH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyo4EHB3fH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyo4EHB3fH .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyo4EHB3fH .item:focus,
.cid-tyo4EHB3fH span:focus {
  outline: none;
}
.cid-tyo4EHB3fH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyo4EHB3fH .mbr-section-title {
  color: #ffffff;
}
.cid-tyo4EHB3fH .mbr-text,
.cid-tyo4EHB3fH .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyo4EHB3fH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4EHB3fH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyo4EHB3fH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toHDLu4GDu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-toHDLu4GDu .showAlerts {
  display: block !important;
}
.cid-toHDLu4GDu .rowflexrev {
  display: -webkit-flex;
}
.cid-toHDLu4GDu .title {
  margin-bottom: 2rem;
}
.cid-toHDLu4GDu .mbr-section-subtitle {
  color: #767676;
}
.cid-toHDLu4GDu textarea.form-control {
  min-height: 188px;
}
.cid-toHDLu4GDu LABEL {
  color: #232323;
}
.cid-toHDLu4GDu .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toHDLu4GDu .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-toHDLu4GDu .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toHDLu4GDu .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toHDLu4GDu .alert {
  margin-bottom: 0;
}
.cid-toHDLu4GDu .alert-success {
  background-color: #70c770;
}
.cid-toHDLu4GDu .alert-danger {
  background-color: #ff4a52;
}
.cid-toHDLu4GDu .btn {
  display: inline-flex;
}
.cid-toHDLu4GDu .hidden {
  display: none;
}
.cid-toHDLu4GDu .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-toHDLu4GDu .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-toHDLu4GDu H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0oVRyqF2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0oVRyqF2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0oVRyqF2 .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-tL0oVRyqF2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0oVRyqF2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txQ7WtVaGp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txQ7WtVaGp section {
  position: relative;
}
.cid-txQ7WtVaGp h4 {
  margin: 0;
}
.cid-txQ7WtVaGp img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txQ7WtVaGp a {
  font-weight: 300;
}
.cid-txQ7WtVaGp .img1 {
  color: #00bea3;
}
.cid-txQ7WtVaGp .img2 {
  color: #f1894c;
}
.cid-txQ7WtVaGp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txQ7WtVaGp .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txQ7WtVaGp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txQ7WtVaGp .item,
.cid-txQ7WtVaGp .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txQ7WtVaGp .item h4,
.cid-txQ7WtVaGp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txQ7WtVaGp .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txQ7WtVaGp .item {
    justify-content: left;
  }
}
.cid-txQ7WtVaGp .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ7WtVaGp .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ7WtVaGp .item-title DIV {
  text-align: left;
}
.cid-toHDLuY9QC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-toHDLuY9QC .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-toHDLuY9QC section {
  position: relative;
}
.cid-toHDLuY9QC h4 {
  margin: 0;
}
.cid-toHDLuY9QC a {
  font-weight: 300;
}
.cid-toHDLuY9QC .row {
  align-items: center;
}
.cid-toHDLuY9QC .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-toHDLuY9QC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-toHDLuY9QC .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-toHDLuY9QC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-toHDLuY9QC .align-left {
    text-align: center;
  }
  .cid-toHDLuY9QC .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-toHDLuY9QC .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-toHDLuY9QC .item {
    padding-bottom: 0.5rem;
  }
}
.cid-toHDLuY9QC .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-toHDLuY9QC H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43nxpXKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43nxpXKB .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43nxpXKB .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43nxpXKB .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsryklWqcd {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-farm-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsryklWqcd .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsryklWqcd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsryklWqcd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsryklWqcd img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsryklWqcd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GxPtdxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GxPtdxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GxPtdxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GxPtdxT .card-wrapper {
  width: 100%;
}
.cid-ty1GxPtdxT .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GxPtdxT .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GxPtdxT .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GxPtdxT .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GxPtdxT .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GxPtdxT .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GxPtdxT .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GxPtdxT .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GxPtdxT .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GxPtdxT .card-title {
    text-align: center !important;
  }
}
.cid-ty1GxPtdxT .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GxPtdxT .card-text {
    text-align: center !important;
  }
}
.cid-toLpShhion {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-toLpShhion .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-toLpShhion H2 {
  color: #ebeced;
}
.cid-toLpShhion H3 {
  color: #c1c1c1;
}
.cid-toLpShhion .mbr-text,
.cid-toLpShhion .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-toLpShhion .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-toLpShhion img {
  filter: invert(0.5);
  width: auto;
}
.cid-toLpShhion H1 {
  color: #c1c1c1;
}
#custom-html-1af {
  background-color: #252b31;
}
#custom-html-1af #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1af #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1af #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-toLpShNwen {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-toLpShNwen .mbr-section-head {
  padding: 0 1rem;
}
.cid-toLpShNwen .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-toLpShNwen .team-card:hover {
  transform: translateY(-10px);
}
.cid-toLpShNwen .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-toLpShNwen .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-toLpShNwen .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-toLpShNwen .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toLpShNwen .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-toLpShNwen .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-toLpShNwen .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-toLpShNwen .embla__button--next,
.cid-toLpShNwen .embla__button--prev {
  display: flex;
}
.cid-toLpShNwen .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-toLpShNwen .embla__button {
    display: none;
  }
}
.cid-toLpShNwen .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-toLpShNwen .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-toLpShNwen .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toLpShNwen .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toLpShNwen .embla__button {
    top: -10%;
  }
}
.cid-toLpShNwen .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-toLpShNwen .embla {
    margin-top: 80px;
  }
}
.cid-toLpShNwen .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-toLpShNwen .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-toLpShNwen .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-toLpShNwen .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-toLpShNwen .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-toLpShNwen .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-toLpShNwen .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-toLpShNwen .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-toLpShNwen .mbr-text ul {
    display: block;
  }
}
.cid-toLpShNwen .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-toLpShNwen .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-toLpShNwen .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-toLpShNwen .item-wrapper {
  height: 100%;
}
.cid-toLpShNwen .item-wrapper .image-wrap {
  height: 100%;
}
.cid-toLpShNwen .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-toLpShNwen .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpdWdwGdRx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpdWdwGdRx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpdWdwGdRx H2 {
  color: #ebeced;
}
.cid-tpdWdwGdRx H3 {
  color: #c1c1c1;
}
.cid-tpdWdwGdRx .mbr-text,
.cid-tpdWdwGdRx .mbr-section-btn {
  color: #ebeced;
}
.cid-tpdWdwGdRx .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpdWdwGdRx .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpdWdwGdRx .photo {
    width: 100%;
  }
}
.cid-tpdWdwGdRx .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyovKjSVdm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyovKjSVdm .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyovKjSVdm .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyovKjSVdm .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyovKjSVdm .img-big {
  transition: all 1s;
}
.cid-tyovKjSVdm .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyovKjSVdm .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyovKjSVdm .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyovKjSVdm .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyovKjSVdm .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyovKjSVdm .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyovKjSVdm .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyovKjSVdm .item:focus,
.cid-tyovKjSVdm span:focus {
  outline: none;
}
.cid-tyovKjSVdm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyovKjSVdm .mbr-section-title {
  color: #ffffff;
}
.cid-tyovKjSVdm .mbr-text,
.cid-tyovKjSVdm .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyovKjSVdm .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyovKjSVdm .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyovKjSVdm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyow6neaKp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyow6neaKp .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyow6neaKp .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyow6neaKp .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyow6neaKp .img-big {
  transition: all 1s;
}
.cid-tyow6neaKp .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyow6neaKp .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyow6neaKp .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyow6neaKp .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyow6neaKp .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyow6neaKp .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyow6neaKp .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyow6neaKp .item:focus,
.cid-tyow6neaKp span:focus {
  outline: none;
}
.cid-tyow6neaKp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyow6neaKp .mbr-section-title {
  color: #ffffff;
}
.cid-tyow6neaKp .mbr-text,
.cid-tyow6neaKp .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyow6neaKp .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyow6neaKp .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyow6neaKp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyowsaDPjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyowsaDPjp .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyowsaDPjp .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyowsaDPjp .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyowsaDPjp .img-big {
  transition: all 1s;
}
.cid-tyowsaDPjp .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyowsaDPjp .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyowsaDPjp .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyowsaDPjp .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyowsaDPjp .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyowsaDPjp .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyowsaDPjp .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyowsaDPjp .item:focus,
.cid-tyowsaDPjp span:focus {
  outline: none;
}
.cid-tyowsaDPjp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyowsaDPjp .mbr-section-title {
  color: #ffffff;
}
.cid-tyowsaDPjp .mbr-text,
.cid-tyowsaDPjp .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyowsaDPjp .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyowsaDPjp .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyowsaDPjp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toLpSkgt3g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-toLpSkgt3g .showAlerts {
  display: block !important;
}
.cid-toLpSkgt3g .rowflexrev {
  display: -webkit-flex;
}
.cid-toLpSkgt3g .title {
  margin-bottom: 2rem;
}
.cid-toLpSkgt3g .mbr-section-subtitle {
  color: #767676;
}
.cid-toLpSkgt3g textarea.form-control {
  min-height: 188px;
}
.cid-toLpSkgt3g LABEL {
  color: #232323;
}
.cid-toLpSkgt3g .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toLpSkgt3g .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-toLpSkgt3g .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toLpSkgt3g .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toLpSkgt3g .alert {
  margin-bottom: 0;
}
.cid-toLpSkgt3g .alert-success {
  background-color: #70c770;
}
.cid-toLpSkgt3g .alert-danger {
  background-color: #ff4a52;
}
.cid-toLpSkgt3g .btn {
  display: inline-flex;
}
.cid-toLpSkgt3g .hidden {
  display: none;
}
.cid-toLpSkgt3g .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-toLpSkgt3g .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-toLpSkgt3g H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0p2BKH4X .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0p2BKH4X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0p2BKH4X .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-tL0p2BKH4X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0p2BKH4X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txQ9KDT0cr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txQ9KDT0cr section {
  position: relative;
}
.cid-txQ9KDT0cr h4 {
  margin: 0;
}
.cid-txQ9KDT0cr img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txQ9KDT0cr a {
  font-weight: 300;
}
.cid-txQ9KDT0cr .img1 {
  color: #00bea3;
}
.cid-txQ9KDT0cr .img2 {
  color: #f1894c;
}
.cid-txQ9KDT0cr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txQ9KDT0cr .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txQ9KDT0cr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txQ9KDT0cr .item,
.cid-txQ9KDT0cr .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txQ9KDT0cr .item h4,
.cid-txQ9KDT0cr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txQ9KDT0cr .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txQ9KDT0cr .item {
    justify-content: left;
  }
}
.cid-txQ9KDT0cr .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ9KDT0cr .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ9KDT0cr .item-title DIV {
  text-align: left;
}
.cid-toLpSljDeg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-toLpSljDeg .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-toLpSljDeg section {
  position: relative;
}
.cid-toLpSljDeg h4 {
  margin: 0;
}
.cid-toLpSljDeg a {
  font-weight: 300;
}
.cid-toLpSljDeg .row {
  align-items: center;
}
.cid-toLpSljDeg .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-toLpSljDeg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-toLpSljDeg .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-toLpSljDeg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-toLpSljDeg .align-left {
    text-align: center;
  }
  .cid-toLpSljDeg .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-toLpSljDeg .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-toLpSljDeg .item {
    padding-bottom: 0.5rem;
  }
}
.cid-toLpSljDeg .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-toLpSljDeg H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43uHQX94 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43uHQX94 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43uHQX94 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43uHQX94 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsryFZC490 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-playground-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsryFZC490 .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsryFZC490 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsryFZC490 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsryFZC490 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsryFZC490 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GC1HnUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GC1HnUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GC1HnUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GC1HnUc .card-wrapper {
  width: 100%;
}
.cid-ty1GC1HnUc .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GC1HnUc .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GC1HnUc .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GC1HnUc .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GC1HnUc .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GC1HnUc .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GC1HnUc .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GC1HnUc .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GC1HnUc .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GC1HnUc .card-title {
    text-align: center !important;
  }
}
.cid-ty1GC1HnUc .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GC1HnUc .card-text {
    text-align: center !important;
  }
}
.cid-tpeoqcZJO6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpeoqcZJO6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpeoqcZJO6 H2 {
  color: #ebeced;
}
.cid-tpeoqcZJO6 H3 {
  color: #c1c1c1;
}
.cid-tpeoqcZJO6 .mbr-text,
.cid-tpeoqcZJO6 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpeoqcZJO6 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpeoqcZJO6 img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpeoqcZJO6 H1 {
  color: #c1c1c1;
}
#custom-html-1ag {
  background-color: #252b31;
}
#custom-html-1ag #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ag #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ag #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpeoqdb2zw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tpeoqdb2zw .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpeoqdb2zw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpeoqdb2zw .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpeoqdb2zw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpeoqdb2zw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpeoqdb2zw .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpeoqdb2zw .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpeoqdb2zw .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpeoqdb2zw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpeoqdb2zw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpeoqdb2zw .embla__button--next,
.cid-tpeoqdb2zw .embla__button--prev {
  display: flex;
}
.cid-tpeoqdb2zw .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpeoqdb2zw .embla__button {
    display: none;
  }
}
.cid-tpeoqdb2zw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpeoqdb2zw .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpeoqdb2zw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpeoqdb2zw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpeoqdb2zw .embla__button {
    top: -10%;
  }
}
.cid-tpeoqdb2zw .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpeoqdb2zw .embla {
    margin-top: 80px;
  }
}
.cid-tpeoqdb2zw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpeoqdb2zw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpeoqdb2zw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpeoqdb2zw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpeoqdb2zw .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpeoqdb2zw .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpeoqdb2zw .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpeoqdb2zw .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpeoqdb2zw .mbr-text ul {
    display: block;
  }
}
.cid-tpeoqdb2zw .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpeoqdb2zw .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpeoqdb2zw .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpeoqdb2zw .item-wrapper {
  height: 100%;
}
.cid-tpeoqdb2zw .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpeoqdb2zw .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpeoqdb2zw .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyowWGmdw7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyowWGmdw7 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyowWGmdw7 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyowWGmdw7 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyowWGmdw7 .img-big {
  transition: all 1s;
}
.cid-tyowWGmdw7 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyowWGmdw7 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyowWGmdw7 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyowWGmdw7 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyowWGmdw7 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyowWGmdw7 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyowWGmdw7 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyowWGmdw7 .item:focus,
.cid-tyowWGmdw7 span:focus {
  outline: none;
}
.cid-tyowWGmdw7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyowWGmdw7 .mbr-section-title {
  color: #ffffff;
}
.cid-tyowWGmdw7 .mbr-text,
.cid-tyowWGmdw7 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyowWGmdw7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyowWGmdw7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyowWGmdw7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyox9wQojy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyox9wQojy .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyox9wQojy .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyox9wQojy .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyox9wQojy .img-big {
  transition: all 1s;
}
.cid-tyox9wQojy .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyox9wQojy .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyox9wQojy .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyox9wQojy .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyox9wQojy .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyox9wQojy .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyox9wQojy .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyox9wQojy .item:focus,
.cid-tyox9wQojy span:focus {
  outline: none;
}
.cid-tyox9wQojy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyox9wQojy .mbr-section-title {
  color: #ffffff;
}
.cid-tyox9wQojy .mbr-text,
.cid-tyox9wQojy .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyox9wQojy .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyox9wQojy .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyox9wQojy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoxHuO04j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoxHuO04j .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoxHuO04j .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoxHuO04j .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoxHuO04j .img-big {
  transition: all 1s;
}
.cid-tyoxHuO04j .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoxHuO04j .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoxHuO04j .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoxHuO04j .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoxHuO04j .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoxHuO04j .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoxHuO04j .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoxHuO04j .item:focus,
.cid-tyoxHuO04j span:focus {
  outline: none;
}
.cid-tyoxHuO04j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoxHuO04j .mbr-section-title {
  color: #ffffff;
}
.cid-tyoxHuO04j .mbr-text,
.cid-tyoxHuO04j .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoxHuO04j .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoxHuO04j .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoxHuO04j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpeoqeMzOt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpeoqeMzOt .showAlerts {
  display: block !important;
}
.cid-tpeoqeMzOt .rowflexrev {
  display: -webkit-flex;
}
.cid-tpeoqeMzOt .title {
  margin-bottom: 2rem;
}
.cid-tpeoqeMzOt .mbr-section-subtitle {
  color: #767676;
}
.cid-tpeoqeMzOt textarea.form-control {
  min-height: 188px;
}
.cid-tpeoqeMzOt LABEL {
  color: #232323;
}
.cid-tpeoqeMzOt .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpeoqeMzOt .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpeoqeMzOt .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpeoqeMzOt .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpeoqeMzOt .alert {
  margin-bottom: 0;
}
.cid-tpeoqeMzOt .alert-success {
  background-color: #70c770;
}
.cid-tpeoqeMzOt .alert-danger {
  background-color: #ff4a52;
}
.cid-tpeoqeMzOt .btn {
  display: inline-flex;
}
.cid-tpeoqeMzOt .hidden {
  display: none;
}
.cid-tpeoqeMzOt .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpeoqeMzOt .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpeoqeMzOt H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pd0KOe7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pd0KOe7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pd0KOe7 .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-tL0pd0KOe7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pd0KOe7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txQ9VhrwUn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txQ9VhrwUn section {
  position: relative;
}
.cid-txQ9VhrwUn h4 {
  margin: 0;
}
.cid-txQ9VhrwUn img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txQ9VhrwUn a {
  font-weight: 300;
}
.cid-txQ9VhrwUn .img1 {
  color: #00bea3;
}
.cid-txQ9VhrwUn .img2 {
  color: #f1894c;
}
.cid-txQ9VhrwUn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txQ9VhrwUn .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txQ9VhrwUn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txQ9VhrwUn .item,
.cid-txQ9VhrwUn .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txQ9VhrwUn .item h4,
.cid-txQ9VhrwUn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txQ9VhrwUn .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txQ9VhrwUn .item {
    justify-content: left;
  }
}
.cid-txQ9VhrwUn .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ9VhrwUn .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txQ9VhrwUn .item-title DIV {
  text-align: left;
}
.cid-tpeoqfLH4t {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpeoqfLH4t .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpeoqfLH4t section {
  position: relative;
}
.cid-tpeoqfLH4t h4 {
  margin: 0;
}
.cid-tpeoqfLH4t a {
  font-weight: 300;
}
.cid-tpeoqfLH4t .row {
  align-items: center;
}
.cid-tpeoqfLH4t .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpeoqfLH4t .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpeoqfLH4t .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpeoqfLH4t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpeoqfLH4t .align-left {
    text-align: center;
  }
  .cid-tpeoqfLH4t .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpeoqfLH4t .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpeoqfLH4t .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpeoqfLH4t .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpeoqfLH4t H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43CoypRO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43CoypRO .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43CoypRO .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43CoypRO .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsryZOwsXg {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shire-horse-centre-1920x1280-4-1920x1280.jpg");
  background-position: right;
}
.cid-tsryZOwsXg .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsryZOwsXg .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsryZOwsXg .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsryZOwsXg img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsryZOwsXg .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GFiiHEk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GFiiHEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GFiiHEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GFiiHEk .card-wrapper {
  width: 100%;
}
.cid-ty1GFiiHEk .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GFiiHEk .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GFiiHEk .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GFiiHEk .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GFiiHEk .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GFiiHEk .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GFiiHEk .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GFiiHEk .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GFiiHEk .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GFiiHEk .card-title {
    text-align: center !important;
  }
}
.cid-ty1GFiiHEk .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GFiiHEk .card-text {
    text-align: center !important;
  }
}
.cid-tper8yI6hn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tper8yI6hn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tper8yI6hn H2 {
  color: #ebeced;
}
.cid-tper8yI6hn H3 {
  color: #c1c1c1;
}
.cid-tper8yI6hn .mbr-text,
.cid-tper8yI6hn .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tper8yI6hn .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tper8yI6hn img {
  filter: invert(0.5);
  width: auto;
}
.cid-tper8yI6hn H1 {
  color: #c1c1c1;
}
#custom-html-1ah {
  background-color: #252b31;
}
#custom-html-1ah #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ah #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ah #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpfmGymGoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpfmGymGoZ .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tpfmGymGoZ .wrapper {
    padding: 20px;
  }
}
.cid-tpfmGymGoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpfmGymGoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpfmGymGoZ .mbr-text.text1 {
  color: #ebeced;
}
.cid-tpfmGymGoZ .mbr-text.text2 {
  color: #ebeced;
}
.cid-tper8z6DhI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tper8z6DhI .mbr-section-head {
  padding: 0 1rem;
}
.cid-tper8z6DhI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tper8z6DhI .team-card:hover {
  transform: translateY(-10px);
}
.cid-tper8z6DhI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tper8z6DhI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tper8z6DhI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tper8z6DhI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tper8z6DhI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tper8z6DhI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tper8z6DhI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tper8z6DhI .embla__button--next,
.cid-tper8z6DhI .embla__button--prev {
  display: flex;
}
.cid-tper8z6DhI .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tper8z6DhI .embla__button {
    display: none;
  }
}
.cid-tper8z6DhI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tper8z6DhI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tper8z6DhI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tper8z6DhI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tper8z6DhI .embla__button {
    top: -10%;
  }
}
.cid-tper8z6DhI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tper8z6DhI .embla {
    margin-top: 80px;
  }
}
.cid-tper8z6DhI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tper8z6DhI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tper8z6DhI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tper8z6DhI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tper8z6DhI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tper8z6DhI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tper8z6DhI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tper8z6DhI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tper8z6DhI .mbr-text ul {
    display: block;
  }
}
.cid-tper8z6DhI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tper8z6DhI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tper8z6DhI .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tper8z6DhI .item-wrapper {
  height: 100%;
}
.cid-tper8z6DhI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tper8z6DhI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tper8z6DhI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpfnxsyOuR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpfnxsyOuR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpfnxsyOuR H2 {
  color: #ebeced;
}
.cid-tpfnxsyOuR H3 {
  color: #c1c1c1;
}
.cid-tpfnxsyOuR .mbr-text,
.cid-tpfnxsyOuR .mbr-section-btn {
  color: #ebeced;
}
.cid-tpfnxsyOuR .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpfnxsyOuR .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpfnxsyOuR .photo {
    width: 100%;
  }
}
.cid-tpfnxsyOuR .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoyHelnF0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoyHelnF0 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoyHelnF0 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoyHelnF0 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoyHelnF0 .img-big {
  transition: all 1s;
}
.cid-tyoyHelnF0 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoyHelnF0 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoyHelnF0 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoyHelnF0 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoyHelnF0 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoyHelnF0 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoyHelnF0 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoyHelnF0 .item:focus,
.cid-tyoyHelnF0 span:focus {
  outline: none;
}
.cid-tyoyHelnF0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoyHelnF0 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoyHelnF0 .mbr-text,
.cid-tyoyHelnF0 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoyHelnF0 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoyHelnF0 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoyHelnF0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoyKXVBoE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoyKXVBoE .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoyKXVBoE .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoyKXVBoE .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoyKXVBoE .img-big {
  transition: all 1s;
}
.cid-tyoyKXVBoE .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoyKXVBoE .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoyKXVBoE .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoyKXVBoE .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoyKXVBoE .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoyKXVBoE .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoyKXVBoE .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoyKXVBoE .item:focus,
.cid-tyoyKXVBoE span:focus {
  outline: none;
}
.cid-tyoyKXVBoE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoyKXVBoE .mbr-section-title {
  color: #ffffff;
}
.cid-tyoyKXVBoE .mbr-text,
.cid-tyoyKXVBoE .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoyKXVBoE .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoyKXVBoE .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoyKXVBoE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyozopc9mk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyozopc9mk .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyozopc9mk .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyozopc9mk .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyozopc9mk .img-big {
  transition: all 1s;
}
.cid-tyozopc9mk .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyozopc9mk .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyozopc9mk .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyozopc9mk .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyozopc9mk .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyozopc9mk .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyozopc9mk .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyozopc9mk .item:focus,
.cid-tyozopc9mk span:focus {
  outline: none;
}
.cid-tyozopc9mk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyozopc9mk .mbr-section-title {
  color: #ffffff;
}
.cid-tyozopc9mk .mbr-text,
.cid-tyozopc9mk .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyozopc9mk .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyozopc9mk .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyozopc9mk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tper8AIwHQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tper8AIwHQ .showAlerts {
  display: block !important;
}
.cid-tper8AIwHQ .rowflexrev {
  display: -webkit-flex;
}
.cid-tper8AIwHQ .title {
  margin-bottom: 2rem;
}
.cid-tper8AIwHQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tper8AIwHQ textarea.form-control {
  min-height: 188px;
}
.cid-tper8AIwHQ LABEL {
  color: #232323;
}
.cid-tper8AIwHQ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tper8AIwHQ .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tper8AIwHQ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tper8AIwHQ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tper8AIwHQ .alert {
  margin-bottom: 0;
}
.cid-tper8AIwHQ .alert-success {
  background-color: #70c770;
}
.cid-tper8AIwHQ .alert-danger {
  background-color: #ff4a52;
}
.cid-tper8AIwHQ .btn {
  display: inline-flex;
}
.cid-tper8AIwHQ .hidden {
  display: none;
}
.cid-tper8AIwHQ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tper8AIwHQ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tper8AIwHQ H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pl97UZQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pl97UZQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pl97UZQ .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-tL0pl97UZQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pl97UZQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVC6i6Y1L {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVC6i6Y1L section {
  position: relative;
}
.cid-txVC6i6Y1L h4 {
  margin: 0;
}
.cid-txVC6i6Y1L img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVC6i6Y1L a {
  font-weight: 300;
}
.cid-txVC6i6Y1L .img1 {
  color: #00bea3;
}
.cid-txVC6i6Y1L .img2 {
  color: #f1894c;
}
.cid-txVC6i6Y1L .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVC6i6Y1L .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVC6i6Y1L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVC6i6Y1L .item,
.cid-txVC6i6Y1L .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVC6i6Y1L .item h4,
.cid-txVC6i6Y1L .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVC6i6Y1L .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVC6i6Y1L .item {
    justify-content: left;
  }
}
.cid-txVC6i6Y1L .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVC6i6Y1L .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVC6i6Y1L .item-title DIV {
  text-align: left;
}
.cid-tper8BSeWf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tper8BSeWf .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tper8BSeWf section {
  position: relative;
}
.cid-tper8BSeWf h4 {
  margin: 0;
}
.cid-tper8BSeWf a {
  font-weight: 300;
}
.cid-tper8BSeWf .row {
  align-items: center;
}
.cid-tper8BSeWf .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tper8BSeWf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tper8BSeWf .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tper8BSeWf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tper8BSeWf .align-left {
    text-align: center;
  }
  .cid-tper8BSeWf .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tper8BSeWf .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tper8BSeWf .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tper8BSeWf .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tper8BSeWf H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43L17Q2O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43L17Q2O .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43L17Q2O .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43L17Q2O .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrziccsrd {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/stone-circles-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsrziccsrd .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrziccsrd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrziccsrd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrziccsrd img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrziccsrd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GHYQKgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GHYQKgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GHYQKgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GHYQKgX .card-wrapper {
  width: 100%;
}
.cid-ty1GHYQKgX .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GHYQKgX .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GHYQKgX .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GHYQKgX .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GHYQKgX .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GHYQKgX .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GHYQKgX .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GHYQKgX .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GHYQKgX .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GHYQKgX .card-title {
    text-align: center !important;
  }
}
.cid-ty1GHYQKgX .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GHYQKgX .card-text {
    text-align: center !important;
  }
}
.cid-tpfiRoJw7F {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpfiRoJw7F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpfiRoJw7F H2 {
  color: #ebeced;
}
.cid-tpfiRoJw7F H3 {
  color: #c1c1c1;
}
.cid-tpfiRoJw7F .mbr-text,
.cid-tpfiRoJw7F .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpfiRoJw7F .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpfiRoJw7F img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpfiRoJw7F H1 {
  color: #c1c1c1;
}
#custom-html-1ai {
  background-color: #252b31;
}
#custom-html-1ai #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ai #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ai #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpflCMzzVz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpflCMzzVz .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tpflCMzzVz .wrapper {
    padding: 20px;
  }
}
.cid-tpflCMzzVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpflCMzzVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpflCMzzVz .mbr-text.text1 {
  color: #ebeced;
}
.cid-tpflCMzzVz .mbr-text.text2 {
  color: #ebeced;
}
.cid-tpfiRoUp3L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpfiRoUp3L .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpfiRoUp3L .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpfiRoUp3L .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpfiRoUp3L .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpfiRoUp3L .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpfiRoUp3L .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpfiRoUp3L .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpfiRoUp3L .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpfiRoUp3L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpfiRoUp3L .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpfiRoUp3L .embla__button--next,
.cid-tpfiRoUp3L .embla__button--prev {
  display: flex;
}
.cid-tpfiRoUp3L .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpfiRoUp3L .embla__button {
    display: none;
  }
}
.cid-tpfiRoUp3L .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpfiRoUp3L .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpfiRoUp3L .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpfiRoUp3L .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpfiRoUp3L .embla__button {
    top: -10%;
  }
}
.cid-tpfiRoUp3L .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpfiRoUp3L .embla {
    margin-top: 80px;
  }
}
.cid-tpfiRoUp3L .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpfiRoUp3L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpfiRoUp3L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpfiRoUp3L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpfiRoUp3L .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpfiRoUp3L .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpfiRoUp3L .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpfiRoUp3L .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpfiRoUp3L .mbr-text ul {
    display: block;
  }
}
.cid-tpfiRoUp3L .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpfiRoUp3L .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpfiRoUp3L .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpfiRoUp3L .item-wrapper {
  height: 100%;
}
.cid-tpfiRoUp3L .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpfiRoUp3L .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpfiRoUp3L .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyozT4EaDV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyozT4EaDV .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyozT4EaDV .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyozT4EaDV .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyozT4EaDV .img-big {
  transition: all 1s;
}
.cid-tyozT4EaDV .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyozT4EaDV .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyozT4EaDV .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyozT4EaDV .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyozT4EaDV .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyozT4EaDV .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyozT4EaDV .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyozT4EaDV .item:focus,
.cid-tyozT4EaDV span:focus {
  outline: none;
}
.cid-tyozT4EaDV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyozT4EaDV .mbr-section-title {
  color: #ffffff;
}
.cid-tyozT4EaDV .mbr-text,
.cid-tyozT4EaDV .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyozT4EaDV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyozT4EaDV .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyozT4EaDV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyozYhJMgg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyozYhJMgg .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyozYhJMgg .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyozYhJMgg .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyozYhJMgg .img-big {
  transition: all 1s;
}
.cid-tyozYhJMgg .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyozYhJMgg .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyozYhJMgg .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyozYhJMgg .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyozYhJMgg .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyozYhJMgg .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyozYhJMgg .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyozYhJMgg .item:focus,
.cid-tyozYhJMgg span:focus {
  outline: none;
}
.cid-tyozYhJMgg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyozYhJMgg .mbr-section-title {
  color: #ffffff;
}
.cid-tyozYhJMgg .mbr-text,
.cid-tyozYhJMgg .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyozYhJMgg .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyozYhJMgg .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyozYhJMgg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoA31R2WB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoA31R2WB .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoA31R2WB .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoA31R2WB .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoA31R2WB .img-big {
  transition: all 1s;
}
.cid-tyoA31R2WB .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoA31R2WB .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoA31R2WB .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoA31R2WB .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoA31R2WB .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoA31R2WB .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoA31R2WB .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoA31R2WB .item:focus,
.cid-tyoA31R2WB span:focus {
  outline: none;
}
.cid-tyoA31R2WB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoA31R2WB .mbr-section-title {
  color: #ffffff;
}
.cid-tyoA31R2WB .mbr-text,
.cid-tyoA31R2WB .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoA31R2WB .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoA31R2WB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoA31R2WB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpfiRqoI9C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpfiRqoI9C .showAlerts {
  display: block !important;
}
.cid-tpfiRqoI9C .rowflexrev {
  display: -webkit-flex;
}
.cid-tpfiRqoI9C .title {
  margin-bottom: 2rem;
}
.cid-tpfiRqoI9C .mbr-section-subtitle {
  color: #767676;
}
.cid-tpfiRqoI9C textarea.form-control {
  min-height: 188px;
}
.cid-tpfiRqoI9C LABEL {
  color: #232323;
}
.cid-tpfiRqoI9C .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpfiRqoI9C .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpfiRqoI9C .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpfiRqoI9C .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpfiRqoI9C .alert {
  margin-bottom: 0;
}
.cid-tpfiRqoI9C .alert-success {
  background-color: #70c770;
}
.cid-tpfiRqoI9C .alert-danger {
  background-color: #ff4a52;
}
.cid-tpfiRqoI9C .btn {
  display: inline-flex;
}
.cid-tpfiRqoI9C .hidden {
  display: none;
}
.cid-tpfiRqoI9C .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpfiRqoI9C .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpfiRqoI9C H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pv8hXed .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pv8hXed .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pv8hXed .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-tL0pv8hXed .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pv8hXed .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVCm25TXU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVCm25TXU section {
  position: relative;
}
.cid-txVCm25TXU h4 {
  margin: 0;
}
.cid-txVCm25TXU img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVCm25TXU a {
  font-weight: 300;
}
.cid-txVCm25TXU .img1 {
  color: #00bea3;
}
.cid-txVCm25TXU .img2 {
  color: #f1894c;
}
.cid-txVCm25TXU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVCm25TXU .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVCm25TXU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVCm25TXU .item,
.cid-txVCm25TXU .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVCm25TXU .item h4,
.cid-txVCm25TXU .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVCm25TXU .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVCm25TXU .item {
    justify-content: left;
  }
}
.cid-txVCm25TXU .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVCm25TXU .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVCm25TXU .item-title DIV {
  text-align: left;
}
.cid-tpfiRrnNQX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpfiRrnNQX .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpfiRrnNQX section {
  position: relative;
}
.cid-tpfiRrnNQX h4 {
  margin: 0;
}
.cid-tpfiRrnNQX a {
  font-weight: 300;
}
.cid-tpfiRrnNQX .row {
  align-items: center;
}
.cid-tpfiRrnNQX .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpfiRrnNQX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpfiRrnNQX .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpfiRrnNQX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpfiRrnNQX .align-left {
    text-align: center;
  }
  .cid-tpfiRrnNQX .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpfiRrnNQX .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpfiRrnNQX .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpfiRrnNQX .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpfiRrnNQX H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43TmoAqM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43TmoAqM .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43TmoAqM .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43TmoAqM .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrzBO4m8H {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/iron-age-farm-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsrzBO4m8H .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrzBO4m8H .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrzBO4m8H .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrzBO4m8H img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrzBO4m8H .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1GKJQBAe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1GKJQBAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1GKJQBAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1GKJQBAe .card-wrapper {
  width: 100%;
}
.cid-ty1GKJQBAe .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1GKJQBAe .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1GKJQBAe .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1GKJQBAe .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1GKJQBAe .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1GKJQBAe .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1GKJQBAe .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1GKJQBAe .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1GKJQBAe .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1GKJQBAe .card-title {
    text-align: center !important;
  }
}
.cid-ty1GKJQBAe .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1GKJQBAe .card-text {
    text-align: center !important;
  }
}
.cid-tpgLUfiUtB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpgLUfiUtB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpgLUfiUtB H2 {
  color: #ebeced;
}
.cid-tpgLUfiUtB H3 {
  color: #c1c1c1;
}
.cid-tpgLUfiUtB .mbr-text,
.cid-tpgLUfiUtB .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpgLUfiUtB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpgLUfiUtB img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpgLUfiUtB H1 {
  color: #c1c1c1;
}
#custom-html-1aj {
  background-color: #252b31;
}
#custom-html-1aj #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1aj #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1aj #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpgLUfwn4m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpgLUfwn4m .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tpgLUfwn4m .wrapper {
    padding: 20px;
  }
}
.cid-tpgLUfwn4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpgLUfwn4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpgLUfwn4m .mbr-text.text1 {
  color: #ebeced;
}
.cid-tpgLUfwn4m .mbr-text.text2 {
  color: #ebeced;
}
.cid-tpgLUfKRYe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpgLUfKRYe .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpgLUfKRYe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpgLUfKRYe .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpgLUfKRYe .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpgLUfKRYe .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpgLUfKRYe .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpgLUfKRYe .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpgLUfKRYe .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpgLUfKRYe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpgLUfKRYe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpgLUfKRYe .embla__button--next,
.cid-tpgLUfKRYe .embla__button--prev {
  display: flex;
}
.cid-tpgLUfKRYe .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpgLUfKRYe .embla__button {
    display: none;
  }
}
.cid-tpgLUfKRYe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpgLUfKRYe .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpgLUfKRYe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpgLUfKRYe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpgLUfKRYe .embla__button {
    top: -10%;
  }
}
.cid-tpgLUfKRYe .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpgLUfKRYe .embla {
    margin-top: 80px;
  }
}
.cid-tpgLUfKRYe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpgLUfKRYe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpgLUfKRYe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpgLUfKRYe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpgLUfKRYe .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpgLUfKRYe .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpgLUfKRYe .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpgLUfKRYe .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpgLUfKRYe .mbr-text ul {
    display: block;
  }
}
.cid-tpgLUfKRYe .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpgLUfKRYe .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpgLUfKRYe .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpgLUfKRYe .item-wrapper {
  height: 100%;
}
.cid-tpgLUfKRYe .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpgLUfKRYe .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpgLUfKRYe .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpqd0aibL6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpqd0aibL6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpqd0aibL6 H2 {
  color: #ebeced;
}
.cid-tpqd0aibL6 H3 {
  color: #c1c1c1;
}
.cid-tpqd0aibL6 .mbr-text,
.cid-tpqd0aibL6 .mbr-section-btn {
  color: #ebeced;
}
.cid-tpqd0aibL6 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpqd0aibL6 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpqd0aibL6 .photo {
    width: 100%;
  }
}
.cid-tpqd0aibL6 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoApFY2qa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoApFY2qa .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoApFY2qa .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoApFY2qa .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoApFY2qa .img-big {
  transition: all 1s;
}
.cid-tyoApFY2qa .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoApFY2qa .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoApFY2qa .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoApFY2qa .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoApFY2qa .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoApFY2qa .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoApFY2qa .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoApFY2qa .item:focus,
.cid-tyoApFY2qa span:focus {
  outline: none;
}
.cid-tyoApFY2qa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoApFY2qa .mbr-section-title {
  color: #ffffff;
}
.cid-tyoApFY2qa .mbr-text,
.cid-tyoApFY2qa .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoApFY2qa .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoApFY2qa .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoApFY2qa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoBvChmKH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoBvChmKH .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoBvChmKH .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoBvChmKH .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoBvChmKH .img-big {
  transition: all 1s;
}
.cid-tyoBvChmKH .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoBvChmKH .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoBvChmKH .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoBvChmKH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoBvChmKH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoBvChmKH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoBvChmKH .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoBvChmKH .item:focus,
.cid-tyoBvChmKH span:focus {
  outline: none;
}
.cid-tyoBvChmKH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoBvChmKH .mbr-section-title {
  color: #ffffff;
}
.cid-tyoBvChmKH .mbr-text,
.cid-tyoBvChmKH .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoBvChmKH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoBvChmKH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoBvChmKH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoAsqP9vq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoAsqP9vq .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoAsqP9vq .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoAsqP9vq .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoAsqP9vq .img-big {
  transition: all 1s;
}
.cid-tyoAsqP9vq .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoAsqP9vq .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoAsqP9vq .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoAsqP9vq .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoAsqP9vq .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoAsqP9vq .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoAsqP9vq .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoAsqP9vq .item:focus,
.cid-tyoAsqP9vq span:focus {
  outline: none;
}
.cid-tyoAsqP9vq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoAsqP9vq .mbr-section-title {
  color: #ffffff;
}
.cid-tyoAsqP9vq .mbr-text,
.cid-tyoAsqP9vq .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoAsqP9vq .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoAsqP9vq .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoAsqP9vq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpgLUh0Yb8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpgLUh0Yb8 .showAlerts {
  display: block !important;
}
.cid-tpgLUh0Yb8 .rowflexrev {
  display: -webkit-flex;
}
.cid-tpgLUh0Yb8 .title {
  margin-bottom: 2rem;
}
.cid-tpgLUh0Yb8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tpgLUh0Yb8 textarea.form-control {
  min-height: 188px;
}
.cid-tpgLUh0Yb8 LABEL {
  color: #232323;
}
.cid-tpgLUh0Yb8 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpgLUh0Yb8 .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpgLUh0Yb8 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpgLUh0Yb8 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpgLUh0Yb8 .alert {
  margin-bottom: 0;
}
.cid-tpgLUh0Yb8 .alert-success {
  background-color: #70c770;
}
.cid-tpgLUh0Yb8 .alert-danger {
  background-color: #ff4a52;
}
.cid-tpgLUh0Yb8 .btn {
  display: inline-flex;
}
.cid-tpgLUh0Yb8 .hidden {
  display: none;
}
.cid-tpgLUh0Yb8 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpgLUh0Yb8 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpgLUh0Yb8 H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pB4pve1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pB4pve1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pB4pve1 .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-tL0pB4pve1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pB4pve1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVLvEBPSr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVLvEBPSr section {
  position: relative;
}
.cid-txVLvEBPSr h4 {
  margin: 0;
}
.cid-txVLvEBPSr img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVLvEBPSr a {
  font-weight: 300;
}
.cid-txVLvEBPSr .img1 {
  color: #00bea3;
}
.cid-txVLvEBPSr .img2 {
  color: #f1894c;
}
.cid-txVLvEBPSr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVLvEBPSr .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVLvEBPSr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVLvEBPSr .item,
.cid-txVLvEBPSr .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVLvEBPSr .item h4,
.cid-txVLvEBPSr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVLvEBPSr .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVLvEBPSr .item {
    justify-content: left;
  }
}
.cid-txVLvEBPSr .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLvEBPSr .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLvEBPSr .item-title DIV {
  text-align: left;
}
.cid-tpgLUi29zF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpgLUi29zF .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpgLUi29zF section {
  position: relative;
}
.cid-tpgLUi29zF h4 {
  margin: 0;
}
.cid-tpgLUi29zF a {
  font-weight: 300;
}
.cid-tpgLUi29zF .row {
  align-items: center;
}
.cid-tpgLUi29zF .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpgLUi29zF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpgLUi29zF .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpgLUi29zF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpgLUi29zF .align-left {
    text-align: center;
  }
  .cid-tpgLUi29zF .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpgLUi29zF .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpgLUi29zF .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpgLUi29zF .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpgLUi29zF H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy43ZIrd1V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy43ZIrd1V .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy43ZIrd1V .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy43ZIrd1V .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrzW70soh {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dinosaurs-1920x1280-crop2-1920x1080.jpg");
  background-position: right;
}
.cid-tsrzW70soh .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrzW70soh .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrzW70soh .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrzW70soh img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrzW70soh .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1H6WImsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1H6WImsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1H6WImsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1H6WImsR .card-wrapper {
  width: 100%;
}
.cid-ty1H6WImsR .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1H6WImsR .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1H6WImsR .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1H6WImsR .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1H6WImsR .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1H6WImsR .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1H6WImsR .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1H6WImsR .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1H6WImsR .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1H6WImsR .card-title {
    text-align: center !important;
  }
}
.cid-ty1H6WImsR .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1H6WImsR .card-text {
    text-align: center !important;
  }
}
.cid-tpkculU2kb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpkculU2kb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpkculU2kb H2 {
  color: #ebeced;
}
.cid-tpkculU2kb H3 {
  color: #c1c1c1;
}
.cid-tpkculU2kb .mbr-text,
.cid-tpkculU2kb .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpkculU2kb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpkculU2kb img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpkculU2kb H1 {
  color: #c1c1c1;
}
#custom-html-1ak {
  background-color: #252b31;
}
#custom-html-1ak #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ak #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ak #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpkcum7l0n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tpkcum7l0n .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tpkcum7l0n .wrapper {
    padding: 20px;
  }
}
.cid-tpkcum7l0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpkcum7l0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpkcum7l0n .mbr-text.text1 {
  color: #ebeced;
}
.cid-tpkcum7l0n .mbr-text.text2 {
  color: #ebeced;
}
.cid-tpkcumjAeT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tpkcumjAeT .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpkcumjAeT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpkcumjAeT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpkcumjAeT .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpkcumjAeT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpkcumjAeT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpkcumjAeT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpkcumjAeT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpkcumjAeT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpkcumjAeT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpkcumjAeT .embla__button--next,
.cid-tpkcumjAeT .embla__button--prev {
  display: flex;
}
.cid-tpkcumjAeT .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpkcumjAeT .embla__button {
    display: none;
  }
}
.cid-tpkcumjAeT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpkcumjAeT .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpkcumjAeT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpkcumjAeT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpkcumjAeT .embla__button {
    top: -10%;
  }
}
.cid-tpkcumjAeT .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpkcumjAeT .embla {
    margin-top: 80px;
  }
}
.cid-tpkcumjAeT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpkcumjAeT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpkcumjAeT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpkcumjAeT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpkcumjAeT .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpkcumjAeT .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpkcumjAeT .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpkcumjAeT .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpkcumjAeT .mbr-text ul {
    display: block;
  }
}
.cid-tpkcumjAeT .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpkcumjAeT .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpkcumjAeT .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpkcumjAeT .item-wrapper {
  height: 100%;
}
.cid-tpkcumjAeT .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpkcumjAeT .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpkcumjAeT .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyoCgTmUf4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoCgTmUf4 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoCgTmUf4 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoCgTmUf4 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoCgTmUf4 .img-big {
  transition: all 1s;
}
.cid-tyoCgTmUf4 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoCgTmUf4 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoCgTmUf4 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoCgTmUf4 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoCgTmUf4 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoCgTmUf4 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoCgTmUf4 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoCgTmUf4 .item:focus,
.cid-tyoCgTmUf4 span:focus {
  outline: none;
}
.cid-tyoCgTmUf4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoCgTmUf4 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoCgTmUf4 .mbr-text,
.cid-tyoCgTmUf4 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoCgTmUf4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCgTmUf4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCgTmUf4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoCOkukuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoCOkukuj .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoCOkukuj .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoCOkukuj .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoCOkukuj .img-big {
  transition: all 1s;
}
.cid-tyoCOkukuj .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoCOkukuj .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoCOkukuj .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoCOkukuj .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoCOkukuj .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoCOkukuj .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoCOkukuj .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoCOkukuj .item:focus,
.cid-tyoCOkukuj span:focus {
  outline: none;
}
.cid-tyoCOkukuj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoCOkukuj .mbr-section-title {
  color: #ffffff;
}
.cid-tyoCOkukuj .mbr-text,
.cid-tyoCOkukuj .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoCOkukuj .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCOkukuj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCOkukuj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoCUDTIsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoCUDTIsV .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoCUDTIsV .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoCUDTIsV .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoCUDTIsV .img-big {
  transition: all 1s;
}
.cid-tyoCUDTIsV .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoCUDTIsV .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoCUDTIsV .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoCUDTIsV .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoCUDTIsV .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoCUDTIsV .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoCUDTIsV .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoCUDTIsV .item:focus,
.cid-tyoCUDTIsV span:focus {
  outline: none;
}
.cid-tyoCUDTIsV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoCUDTIsV .mbr-section-title {
  color: #ffffff;
}
.cid-tyoCUDTIsV .mbr-text,
.cid-tyoCUDTIsV .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoCUDTIsV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCUDTIsV .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoCUDTIsV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpkcunEM2l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpkcunEM2l .showAlerts {
  display: block !important;
}
.cid-tpkcunEM2l .rowflexrev {
  display: -webkit-flex;
}
.cid-tpkcunEM2l .title {
  margin-bottom: 2rem;
}
.cid-tpkcunEM2l .mbr-section-subtitle {
  color: #767676;
}
.cid-tpkcunEM2l textarea.form-control {
  min-height: 188px;
}
.cid-tpkcunEM2l LABEL {
  color: #232323;
}
.cid-tpkcunEM2l .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpkcunEM2l .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpkcunEM2l .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpkcunEM2l .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpkcunEM2l .alert {
  margin-bottom: 0;
}
.cid-tpkcunEM2l .alert-success {
  background-color: #70c770;
}
.cid-tpkcunEM2l .alert-danger {
  background-color: #ff4a52;
}
.cid-tpkcunEM2l .btn {
  display: inline-flex;
}
.cid-tpkcunEM2l .hidden {
  display: none;
}
.cid-tpkcunEM2l .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpkcunEM2l .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpkcunEM2l H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pG9t1eW .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pG9t1eW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pG9t1eW .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-tL0pG9t1eW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pG9t1eW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVLFbalvP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVLFbalvP section {
  position: relative;
}
.cid-txVLFbalvP h4 {
  margin: 0;
}
.cid-txVLFbalvP img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVLFbalvP a {
  font-weight: 300;
}
.cid-txVLFbalvP .img1 {
  color: #00bea3;
}
.cid-txVLFbalvP .img2 {
  color: #f1894c;
}
.cid-txVLFbalvP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVLFbalvP .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVLFbalvP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVLFbalvP .item,
.cid-txVLFbalvP .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVLFbalvP .item h4,
.cid-txVLFbalvP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVLFbalvP .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVLFbalvP .item {
    justify-content: left;
  }
}
.cid-txVLFbalvP .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLFbalvP .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLFbalvP .item-title DIV {
  text-align: left;
}
.cid-tpkcuozQeX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpkcuozQeX .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpkcuozQeX section {
  position: relative;
}
.cid-tpkcuozQeX h4 {
  margin: 0;
}
.cid-tpkcuozQeX a {
  font-weight: 300;
}
.cid-tpkcuozQeX .row {
  align-items: center;
}
.cid-tpkcuozQeX .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpkcuozQeX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpkcuozQeX .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpkcuozQeX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpkcuozQeX .align-left {
    text-align: center;
  }
  .cid-tpkcuozQeX .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpkcuozQeX .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpkcuozQeX .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpkcuozQeX .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpkcuozQeX H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy446KLNls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy446KLNls .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy446KLNls .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy446KLNls .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrAhTJCyL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/museum-gallery-pics-2-750x500.jpg");
  background-position: right;
}
.cid-tsrAhTJCyL .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrAhTJCyL .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrAhTJCyL .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrAhTJCyL img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrAhTJCyL .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1Hjc3kBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1Hjc3kBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1Hjc3kBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1Hjc3kBf .card-wrapper {
  width: 100%;
}
.cid-ty1Hjc3kBf .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1Hjc3kBf .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1Hjc3kBf .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1Hjc3kBf .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1Hjc3kBf .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1Hjc3kBf .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1Hjc3kBf .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1Hjc3kBf .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1Hjc3kBf .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1Hjc3kBf .card-title {
    text-align: center !important;
  }
}
.cid-ty1Hjc3kBf .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1Hjc3kBf .card-text {
    text-align: center !important;
  }
}
.cid-tpqdI4SYNG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpqdI4SYNG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpqdI4SYNG H2 {
  color: #ebeced;
}
.cid-tpqdI4SYNG H3 {
  color: #c1c1c1;
}
.cid-tpqdI4SYNG .mbr-text,
.cid-tpqdI4SYNG .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpqdI4SYNG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpqdI4SYNG img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpqdI4SYNG H1 {
  color: #c1c1c1;
}
#custom-html-1al {
  background-color: #252b31;
}
#custom-html-1al #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1al #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1al #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpqdI54ivu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpqdI54ivu .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tpqdI54ivu .wrapper {
    padding: 20px;
  }
}
.cid-tpqdI54ivu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpqdI54ivu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpqdI54ivu .mbr-text.text1 {
  color: #ebeced;
}
.cid-tpqdI54ivu .mbr-text.text2 {
  color: #ebeced;
}
.cid-tpqdI5i8x8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpqdI5i8x8 .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpqdI5i8x8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpqdI5i8x8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpqdI5i8x8 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpqdI5i8x8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpqdI5i8x8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpqdI5i8x8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpqdI5i8x8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpqdI5i8x8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpqdI5i8x8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpqdI5i8x8 .embla__button--next,
.cid-tpqdI5i8x8 .embla__button--prev {
  display: flex;
}
.cid-tpqdI5i8x8 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpqdI5i8x8 .embla__button {
    display: none;
  }
}
.cid-tpqdI5i8x8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpqdI5i8x8 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpqdI5i8x8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpqdI5i8x8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpqdI5i8x8 .embla__button {
    top: -10%;
  }
}
.cid-tpqdI5i8x8 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpqdI5i8x8 .embla {
    margin-top: 80px;
  }
}
.cid-tpqdI5i8x8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpqdI5i8x8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpqdI5i8x8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpqdI5i8x8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpqdI5i8x8 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpqdI5i8x8 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpqdI5i8x8 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpqdI5i8x8 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpqdI5i8x8 .mbr-text ul {
    display: block;
  }
}
.cid-tpqdI5i8x8 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpqdI5i8x8 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpqdI5i8x8 .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpqdI5i8x8 .item-wrapper {
  height: 100%;
}
.cid-tpqdI5i8x8 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpqdI5i8x8 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpqdI5i8x8 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpqdI5GI2E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpqdI5GI2E .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpqdI5GI2E H2 {
  color: #ebeced;
}
.cid-tpqdI5GI2E H3 {
  color: #c1c1c1;
}
.cid-tpqdI5GI2E .mbr-text,
.cid-tpqdI5GI2E .mbr-section-btn {
  color: #ebeced;
}
.cid-tpqdI5GI2E .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpqdI5GI2E .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpqdI5GI2E .photo {
    width: 100%;
  }
}
.cid-tpqdI5GI2E .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoDm6cnHE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoDm6cnHE .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoDm6cnHE .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoDm6cnHE .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoDm6cnHE .img-big {
  transition: all 1s;
}
.cid-tyoDm6cnHE .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoDm6cnHE .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoDm6cnHE .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoDm6cnHE .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoDm6cnHE .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoDm6cnHE .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoDm6cnHE .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoDm6cnHE .item:focus,
.cid-tyoDm6cnHE span:focus {
  outline: none;
}
.cid-tyoDm6cnHE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoDm6cnHE .mbr-section-title {
  color: #ffffff;
}
.cid-tyoDm6cnHE .mbr-text,
.cid-tyoDm6cnHE .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoDm6cnHE .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDm6cnHE .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDm6cnHE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoDo4LJfc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoDo4LJfc .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoDo4LJfc .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoDo4LJfc .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoDo4LJfc .img-big {
  transition: all 1s;
}
.cid-tyoDo4LJfc .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoDo4LJfc .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoDo4LJfc .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoDo4LJfc .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoDo4LJfc .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoDo4LJfc .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoDo4LJfc .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoDo4LJfc .item:focus,
.cid-tyoDo4LJfc span:focus {
  outline: none;
}
.cid-tyoDo4LJfc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoDo4LJfc .mbr-section-title {
  color: #ffffff;
}
.cid-tyoDo4LJfc .mbr-text,
.cid-tyoDo4LJfc .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoDo4LJfc .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDo4LJfc .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDo4LJfc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoDqfsuWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoDqfsuWZ .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoDqfsuWZ .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoDqfsuWZ .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoDqfsuWZ .img-big {
  transition: all 1s;
}
.cid-tyoDqfsuWZ .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoDqfsuWZ .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoDqfsuWZ .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoDqfsuWZ .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoDqfsuWZ .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoDqfsuWZ .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoDqfsuWZ .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoDqfsuWZ .item:focus,
.cid-tyoDqfsuWZ span:focus {
  outline: none;
}
.cid-tyoDqfsuWZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoDqfsuWZ .mbr-section-title {
  color: #ffffff;
}
.cid-tyoDqfsuWZ .mbr-text,
.cid-tyoDqfsuWZ .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoDqfsuWZ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDqfsuWZ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoDqfsuWZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpqdI6VQEq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpqdI6VQEq .showAlerts {
  display: block !important;
}
.cid-tpqdI6VQEq .rowflexrev {
  display: -webkit-flex;
}
.cid-tpqdI6VQEq .title {
  margin-bottom: 2rem;
}
.cid-tpqdI6VQEq .mbr-section-subtitle {
  color: #767676;
}
.cid-tpqdI6VQEq textarea.form-control {
  min-height: 188px;
}
.cid-tpqdI6VQEq LABEL {
  color: #232323;
}
.cid-tpqdI6VQEq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqdI6VQEq .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpqdI6VQEq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqdI6VQEq .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqdI6VQEq .alert {
  margin-bottom: 0;
}
.cid-tpqdI6VQEq .alert-success {
  background-color: #70c770;
}
.cid-tpqdI6VQEq .alert-danger {
  background-color: #ff4a52;
}
.cid-tpqdI6VQEq .btn {
  display: inline-flex;
}
.cid-tpqdI6VQEq .hidden {
  display: none;
}
.cid-tpqdI6VQEq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpqdI6VQEq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpqdI6VQEq H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pNlO3Lb .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pNlO3Lb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pNlO3Lb .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-tL0pNlO3Lb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pNlO3Lb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVLPvy0gb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVLPvy0gb section {
  position: relative;
}
.cid-txVLPvy0gb h4 {
  margin: 0;
}
.cid-txVLPvy0gb img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVLPvy0gb a {
  font-weight: 300;
}
.cid-txVLPvy0gb .img1 {
  color: #00bea3;
}
.cid-txVLPvy0gb .img2 {
  color: #f1894c;
}
.cid-txVLPvy0gb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVLPvy0gb .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVLPvy0gb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVLPvy0gb .item,
.cid-txVLPvy0gb .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVLPvy0gb .item h4,
.cid-txVLPvy0gb .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVLPvy0gb .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVLPvy0gb .item {
    justify-content: left;
  }
}
.cid-txVLPvy0gb .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLPvy0gb .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVLPvy0gb .item-title DIV {
  text-align: left;
}
.cid-tpqdI8eeij {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpqdI8eeij .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpqdI8eeij section {
  position: relative;
}
.cid-tpqdI8eeij h4 {
  margin: 0;
}
.cid-tpqdI8eeij a {
  font-weight: 300;
}
.cid-tpqdI8eeij .row {
  align-items: center;
}
.cid-tpqdI8eeij .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpqdI8eeij .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpqdI8eeij .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpqdI8eeij .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpqdI8eeij .align-left {
    text-align: center;
  }
  .cid-tpqdI8eeij .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpqdI8eeij .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpqdI8eeij .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpqdI8eeij .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpqdI8eeij H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44cC92xk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44cC92xk .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44cC92xk .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44cC92xk .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrAtJjNof {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-gift-shop-1920x1280-1920x1280.jpg");
  background-position: right;
}
.cid-tsrAtJjNof .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrAtJjNof .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrAtJjNof .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrAtJjNof img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrAtJjNof .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1Hpyu5GL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1Hpyu5GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1Hpyu5GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1Hpyu5GL .card-wrapper {
  width: 100%;
}
.cid-ty1Hpyu5GL .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1Hpyu5GL .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1Hpyu5GL .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1Hpyu5GL .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1Hpyu5GL .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1Hpyu5GL .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1Hpyu5GL .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1Hpyu5GL .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1Hpyu5GL .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1Hpyu5GL .card-title {
    text-align: center !important;
  }
}
.cid-ty1Hpyu5GL .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1Hpyu5GL .card-text {
    text-align: center !important;
  }
}
.cid-tpqR38HR7Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpqR38HR7Z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpqR38HR7Z H2 {
  color: #ebeced;
}
.cid-tpqR38HR7Z H3 {
  color: #c1c1c1;
}
.cid-tpqR38HR7Z .mbr-text,
.cid-tpqR38HR7Z .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpqR38HR7Z .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpqR38HR7Z img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpqR38HR7Z H1 {
  color: #c1c1c1;
}
#custom-html-1am {
  background-color: #252b31;
}
#custom-html-1am #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1am #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1am #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpqR397gbt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpqR397gbt .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpqR397gbt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpqR397gbt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpqR397gbt .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpqR397gbt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpqR397gbt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpqR397gbt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpqR397gbt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpqR397gbt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpqR397gbt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpqR397gbt .embla__button--next,
.cid-tpqR397gbt .embla__button--prev {
  display: flex;
}
.cid-tpqR397gbt .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpqR397gbt .embla__button {
    display: none;
  }
}
.cid-tpqR397gbt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpqR397gbt .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpqR397gbt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpqR397gbt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpqR397gbt .embla__button {
    top: -10%;
  }
}
.cid-tpqR397gbt .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpqR397gbt .embla {
    margin-top: 80px;
  }
}
.cid-tpqR397gbt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpqR397gbt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpqR397gbt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpqR397gbt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpqR397gbt .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpqR397gbt .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpqR397gbt .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpqR397gbt .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpqR397gbt .mbr-text ul {
    display: block;
  }
}
.cid-tpqR397gbt .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpqR397gbt .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpqR397gbt .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpqR397gbt .item-wrapper {
  height: 100%;
}
.cid-tpqR397gbt .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpqR397gbt .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpqR397gbt .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpqR39x5gE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpqR39x5gE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpqR39x5gE H2 {
  color: #ebeced;
}
.cid-tpqR39x5gE H3 {
  color: #c1c1c1;
}
.cid-tpqR39x5gE .mbr-text,
.cid-tpqR39x5gE .mbr-section-btn {
  color: #ebeced;
}
.cid-tpqR39x5gE .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpqR39x5gE .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpqR39x5gE .photo {
    width: 100%;
  }
}
.cid-tpqR39x5gE .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoGE5yOKs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoGE5yOKs .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoGE5yOKs .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoGE5yOKs .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoGE5yOKs .img-big {
  transition: all 1s;
}
.cid-tyoGE5yOKs .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoGE5yOKs .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoGE5yOKs .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoGE5yOKs .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoGE5yOKs .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoGE5yOKs .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoGE5yOKs .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoGE5yOKs .item:focus,
.cid-tyoGE5yOKs span:focus {
  outline: none;
}
.cid-tyoGE5yOKs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoGE5yOKs .mbr-section-title {
  color: #ffffff;
}
.cid-tyoGE5yOKs .mbr-text,
.cid-tyoGE5yOKs .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoGE5yOKs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGE5yOKs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGE5yOKs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoGJRe2z7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoGJRe2z7 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoGJRe2z7 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoGJRe2z7 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoGJRe2z7 .img-big {
  transition: all 1s;
}
.cid-tyoGJRe2z7 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoGJRe2z7 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoGJRe2z7 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoGJRe2z7 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoGJRe2z7 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoGJRe2z7 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoGJRe2z7 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoGJRe2z7 .item:focus,
.cid-tyoGJRe2z7 span:focus {
  outline: none;
}
.cid-tyoGJRe2z7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoGJRe2z7 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoGJRe2z7 .mbr-text,
.cid-tyoGJRe2z7 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoGJRe2z7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGJRe2z7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGJRe2z7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoGLqT6wE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoGLqT6wE .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoGLqT6wE .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoGLqT6wE .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoGLqT6wE .img-big {
  transition: all 1s;
}
.cid-tyoGLqT6wE .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoGLqT6wE .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoGLqT6wE .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoGLqT6wE .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoGLqT6wE .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoGLqT6wE .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoGLqT6wE .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoGLqT6wE .item:focus,
.cid-tyoGLqT6wE span:focus {
  outline: none;
}
.cid-tyoGLqT6wE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoGLqT6wE .mbr-section-title {
  color: #ffffff;
}
.cid-tyoGLqT6wE .mbr-text,
.cid-tyoGLqT6wE .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoGLqT6wE .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGLqT6wE .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoGLqT6wE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpqR3aGkzS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpqR3aGkzS .showAlerts {
  display: block !important;
}
.cid-tpqR3aGkzS .rowflexrev {
  display: -webkit-flex;
}
.cid-tpqR3aGkzS .title {
  margin-bottom: 2rem;
}
.cid-tpqR3aGkzS .mbr-section-subtitle {
  color: #767676;
}
.cid-tpqR3aGkzS textarea.form-control {
  min-height: 188px;
}
.cid-tpqR3aGkzS LABEL {
  color: #232323;
}
.cid-tpqR3aGkzS .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqR3aGkzS .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpqR3aGkzS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqR3aGkzS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpqR3aGkzS .alert {
  margin-bottom: 0;
}
.cid-tpqR3aGkzS .alert-success {
  background-color: #70c770;
}
.cid-tpqR3aGkzS .alert-danger {
  background-color: #ff4a52;
}
.cid-tpqR3aGkzS .btn {
  display: inline-flex;
}
.cid-tpqR3aGkzS .hidden {
  display: none;
}
.cid-tpqR3aGkzS .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpqR3aGkzS .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpqR3aGkzS H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pRTE39W .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pRTE39W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pRTE39W .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-tL0pRTE39W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pRTE39W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVM2mLMVF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVM2mLMVF section {
  position: relative;
}
.cid-txVM2mLMVF h4 {
  margin: 0;
}
.cid-txVM2mLMVF img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVM2mLMVF a {
  font-weight: 300;
}
.cid-txVM2mLMVF .img1 {
  color: #00bea3;
}
.cid-txVM2mLMVF .img2 {
  color: #f1894c;
}
.cid-txVM2mLMVF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVM2mLMVF .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVM2mLMVF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVM2mLMVF .item,
.cid-txVM2mLMVF .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVM2mLMVF .item h4,
.cid-txVM2mLMVF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVM2mLMVF .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVM2mLMVF .item {
    justify-content: left;
  }
}
.cid-txVM2mLMVF .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVM2mLMVF .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVM2mLMVF .item-title DIV {
  text-align: left;
}
.cid-tpqR3bFUub {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpqR3bFUub .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpqR3bFUub section {
  position: relative;
}
.cid-tpqR3bFUub h4 {
  margin: 0;
}
.cid-tpqR3bFUub a {
  font-weight: 300;
}
.cid-tpqR3bFUub .row {
  align-items: center;
}
.cid-tpqR3bFUub .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpqR3bFUub .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpqR3bFUub .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpqR3bFUub .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpqR3bFUub .align-left {
    text-align: center;
  }
  .cid-tpqR3bFUub .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpqR3bFUub .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpqR3bFUub .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpqR3bFUub .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpqR3bFUub H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44jFlmIM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44jFlmIM .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44jFlmIM .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44jFlmIM .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrACjOI00 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/app-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-tsrACjOI00 .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrACjOI00 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrACjOI00 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrACjOI00 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrACjOI00 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1HO4bXOG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1HO4bXOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1HO4bXOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1HO4bXOG .card-wrapper {
  width: 100%;
}
.cid-ty1HO4bXOG .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1HO4bXOG .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1HO4bXOG .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1HO4bXOG .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1HO4bXOG .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1HO4bXOG .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1HO4bXOG .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1HO4bXOG .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1HO4bXOG .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1HO4bXOG .card-title {
    text-align: center !important;
  }
}
.cid-ty1HO4bXOG .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1HO4bXOG .card-text {
    text-align: center !important;
  }
}
.cid-tpI5U294a4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpI5U294a4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpI5U294a4 H2 {
  color: #ebeced;
}
.cid-tpI5U294a4 H3 {
  color: #c1c1c1;
}
.cid-tpI5U294a4 .mbr-text,
.cid-tpI5U294a4 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpI5U294a4 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpI5U294a4 img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpI5U294a4 H1 {
  color: #c1c1c1;
}
.cid-tpIe6jAlrP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tpIe6jAlrP .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tpIe6jAlrP .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tpIe6jAlrP .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tpIe6jAlrP .img-big {
  transition: all 1s;
}
.cid-tpIe6jAlrP .item-wrapper {
  background: #36404c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tpIe6jAlrP .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tpIe6jAlrP .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tpIe6jAlrP .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tpIe6jAlrP .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #c1c1c1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tpIe6jAlrP .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tpIe6jAlrP .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tpIe6jAlrP .item:focus,
.cid-tpIe6jAlrP span:focus {
  outline: none;
}
.cid-tpIe6jAlrP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpIe6jAlrP .mbr-section-title {
  color: #ffffff;
}
.cid-tpIe6jAlrP .mbr-text,
.cid-tpIe6jAlrP .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tpIe6jAlrP .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tpIe6jAlrP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tpIe6jAlrP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpI5U2ya6h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tpI5U2ya6h .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpI5U2ya6h .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpI5U2ya6h .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpI5U2ya6h .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpI5U2ya6h .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpI5U2ya6h .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpI5U2ya6h .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpI5U2ya6h .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpI5U2ya6h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpI5U2ya6h .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpI5U2ya6h .embla__button--next,
.cid-tpI5U2ya6h .embla__button--prev {
  display: flex;
}
.cid-tpI5U2ya6h .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpI5U2ya6h .embla__button {
    display: none;
  }
}
.cid-tpI5U2ya6h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpI5U2ya6h .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpI5U2ya6h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpI5U2ya6h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpI5U2ya6h .embla__button {
    top: -10%;
  }
}
.cid-tpI5U2ya6h .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpI5U2ya6h .embla {
    margin-top: 80px;
  }
}
.cid-tpI5U2ya6h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpI5U2ya6h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpI5U2ya6h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpI5U2ya6h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpI5U2ya6h .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpI5U2ya6h .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpI5U2ya6h .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpI5U2ya6h .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpI5U2ya6h .mbr-text ul {
    display: block;
  }
}
.cid-tpI5U2ya6h .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpI5U2ya6h .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpI5U2ya6h .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpI5U2ya6h .item-wrapper {
  height: 100%;
}
.cid-tpI5U2ya6h .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpI5U2ya6h .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpI5U2ya6h .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyoHgPFaU8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoHgPFaU8 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoHgPFaU8 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoHgPFaU8 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoHgPFaU8 .img-big {
  transition: all 1s;
}
.cid-tyoHgPFaU8 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoHgPFaU8 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoHgPFaU8 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoHgPFaU8 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoHgPFaU8 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoHgPFaU8 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoHgPFaU8 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoHgPFaU8 .item:focus,
.cid-tyoHgPFaU8 span:focus {
  outline: none;
}
.cid-tyoHgPFaU8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoHgPFaU8 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoHgPFaU8 .mbr-text,
.cid-tyoHgPFaU8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoHgPFaU8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHgPFaU8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHgPFaU8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoHiit12n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoHiit12n .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoHiit12n .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoHiit12n .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoHiit12n .img-big {
  transition: all 1s;
}
.cid-tyoHiit12n .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoHiit12n .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoHiit12n .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoHiit12n .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoHiit12n .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoHiit12n .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoHiit12n .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoHiit12n .item:focus,
.cid-tyoHiit12n span:focus {
  outline: none;
}
.cid-tyoHiit12n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoHiit12n .mbr-section-title {
  color: #ffffff;
}
.cid-tyoHiit12n .mbr-text,
.cid-tyoHiit12n .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoHiit12n .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHiit12n .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHiit12n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoHjacPlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoHjacPlx .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoHjacPlx .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoHjacPlx .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoHjacPlx .img-big {
  transition: all 1s;
}
.cid-tyoHjacPlx .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoHjacPlx .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoHjacPlx .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoHjacPlx .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoHjacPlx .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoHjacPlx .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoHjacPlx .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoHjacPlx .item:focus,
.cid-tyoHjacPlx span:focus {
  outline: none;
}
.cid-tyoHjacPlx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoHjacPlx .mbr-section-title {
  color: #ffffff;
}
.cid-tyoHjacPlx .mbr-text,
.cid-tyoHjacPlx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoHjacPlx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHjacPlx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoHjacPlx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpI5U43WBc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpI5U43WBc .showAlerts {
  display: block !important;
}
.cid-tpI5U43WBc .rowflexrev {
  display: -webkit-flex;
}
.cid-tpI5U43WBc .title {
  margin-bottom: 2rem;
}
.cid-tpI5U43WBc .mbr-section-subtitle {
  color: #767676;
}
.cid-tpI5U43WBc textarea.form-control {
  min-height: 188px;
}
.cid-tpI5U43WBc LABEL {
  color: #232323;
}
.cid-tpI5U43WBc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpI5U43WBc .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpI5U43WBc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpI5U43WBc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpI5U43WBc .alert {
  margin-bottom: 0;
}
.cid-tpI5U43WBc .alert-success {
  background-color: #70c770;
}
.cid-tpI5U43WBc .alert-danger {
  background-color: #ff4a52;
}
.cid-tpI5U43WBc .btn {
  display: inline-flex;
}
.cid-tpI5U43WBc .hidden {
  display: none;
}
.cid-tpI5U43WBc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpI5U43WBc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpI5U43WBc H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0pZh1UsS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0pZh1UsS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0pZh1UsS .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-tL0pZh1UsS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0pZh1UsS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVManfluH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVManfluH section {
  position: relative;
}
.cid-txVManfluH h4 {
  margin: 0;
}
.cid-txVManfluH img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVManfluH a {
  font-weight: 300;
}
.cid-txVManfluH .img1 {
  color: #00bea3;
}
.cid-txVManfluH .img2 {
  color: #f1894c;
}
.cid-txVManfluH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVManfluH .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVManfluH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVManfluH .item,
.cid-txVManfluH .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVManfluH .item h4,
.cid-txVManfluH .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVManfluH .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVManfluH .item {
    justify-content: left;
  }
}
.cid-txVManfluH .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVManfluH .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVManfluH .item-title DIV {
  text-align: left;
}
.cid-tpI5U523L4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpI5U523L4 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpI5U523L4 section {
  position: relative;
}
.cid-tpI5U523L4 h4 {
  margin: 0;
}
.cid-tpI5U523L4 a {
  font-weight: 300;
}
.cid-tpI5U523L4 .row {
  align-items: center;
}
.cid-tpI5U523L4 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpI5U523L4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpI5U523L4 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpI5U523L4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpI5U523L4 .align-left {
    text-align: center;
  }
  .cid-tpI5U523L4 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpI5U523L4 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpI5U523L4 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpI5U523L4 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpI5U523L4 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44q7jrUh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44q7jrUh .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44q7jrUh .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44q7jrUh .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrAKkIZXW {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-fossil-house-1920x1280-2-1920x1280.jpg");
  background-position: right;
}
.cid-tsrAKkIZXW .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrAKkIZXW .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrAKkIZXW .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrAKkIZXW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrAKkIZXW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1J2tbGXb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1J2tbGXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1J2tbGXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1J2tbGXb .card-wrapper {
  width: 100%;
}
.cid-ty1J2tbGXb .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1J2tbGXb .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1J2tbGXb .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1J2tbGXb .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1J2tbGXb .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1J2tbGXb .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1J2tbGXb .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1J2tbGXb .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1J2tbGXb .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1J2tbGXb .card-title {
    text-align: center !important;
  }
}
.cid-ty1J2tbGXb .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1J2tbGXb .card-text {
    text-align: center !important;
  }
}
.cid-tpNedqMp2T {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpNedqMp2T .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpNedqMp2T H2 {
  color: #ebeced;
}
.cid-tpNedqMp2T H3 {
  color: #c1c1c1;
}
.cid-tpNedqMp2T .mbr-text,
.cid-tpNedqMp2T .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpNedqMp2T .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpNedqMp2T img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpNedqMp2T H1 {
  color: #c1c1c1;
}
#custom-html-1an {
  background-color: #252b31;
}
#custom-html-1an #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1an #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1an #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpNedrcABD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpNedrcABD .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpNedrcABD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpNedrcABD .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpNedrcABD .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpNedrcABD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpNedrcABD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpNedrcABD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpNedrcABD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpNedrcABD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpNedrcABD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpNedrcABD .embla__button--next,
.cid-tpNedrcABD .embla__button--prev {
  display: flex;
}
.cid-tpNedrcABD .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpNedrcABD .embla__button {
    display: none;
  }
}
.cid-tpNedrcABD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpNedrcABD .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpNedrcABD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpNedrcABD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpNedrcABD .embla__button {
    top: -10%;
  }
}
.cid-tpNedrcABD .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpNedrcABD .embla {
    margin-top: 80px;
  }
}
.cid-tpNedrcABD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpNedrcABD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpNedrcABD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpNedrcABD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpNedrcABD .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpNedrcABD .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpNedrcABD .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpNedrcABD .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpNedrcABD .mbr-text ul {
    display: block;
  }
}
.cid-tpNedrcABD .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpNedrcABD .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpNedrcABD .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpNedrcABD .item-wrapper {
  height: 100%;
}
.cid-tpNedrcABD .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpNedrcABD .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpNedrcABD .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpNedrzJP5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpNedrzJP5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpNedrzJP5 H2 {
  color: #ebeced;
}
.cid-tpNedrzJP5 H3 {
  color: #c1c1c1;
}
.cid-tpNedrzJP5 .mbr-text,
.cid-tpNedrzJP5 .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-tpNedrzJP5 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpNedrzJP5 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpNedrzJP5 .photo {
    width: 100%;
  }
}
.cid-tpNedrzJP5 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoIgFWnJN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoIgFWnJN .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoIgFWnJN .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoIgFWnJN .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoIgFWnJN .img-big {
  transition: all 1s;
}
.cid-tyoIgFWnJN .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoIgFWnJN .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoIgFWnJN .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoIgFWnJN .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoIgFWnJN .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoIgFWnJN .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoIgFWnJN .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoIgFWnJN .item:focus,
.cid-tyoIgFWnJN span:focus {
  outline: none;
}
.cid-tyoIgFWnJN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoIgFWnJN .mbr-section-title {
  color: #ffffff;
}
.cid-tyoIgFWnJN .mbr-text,
.cid-tyoIgFWnJN .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoIgFWnJN .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoIgFWnJN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoIgFWnJN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoIFn9NvV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoIFn9NvV .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoIFn9NvV .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoIFn9NvV .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoIFn9NvV .img-big {
  transition: all 1s;
}
.cid-tyoIFn9NvV .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoIFn9NvV .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoIFn9NvV .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoIFn9NvV .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoIFn9NvV .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoIFn9NvV .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoIFn9NvV .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoIFn9NvV .item:focus,
.cid-tyoIFn9NvV span:focus {
  outline: none;
}
.cid-tyoIFn9NvV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoIFn9NvV .mbr-section-title {
  color: #ffffff;
}
.cid-tyoIFn9NvV .mbr-text,
.cid-tyoIFn9NvV .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoIFn9NvV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoIFn9NvV .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoIFn9NvV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoWibZ5Jz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoWibZ5Jz .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoWibZ5Jz .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoWibZ5Jz .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoWibZ5Jz .img-big {
  transition: all 1s;
}
.cid-tyoWibZ5Jz .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoWibZ5Jz .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoWibZ5Jz .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoWibZ5Jz .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoWibZ5Jz .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoWibZ5Jz .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoWibZ5Jz .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoWibZ5Jz .item:focus,
.cid-tyoWibZ5Jz span:focus {
  outline: none;
}
.cid-tyoWibZ5Jz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoWibZ5Jz .mbr-section-title {
  color: #ffffff;
}
.cid-tyoWibZ5Jz .mbr-text,
.cid-tyoWibZ5Jz .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoWibZ5Jz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoWibZ5Jz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoWibZ5Jz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpNedsDQuE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpNedsDQuE .showAlerts {
  display: block !important;
}
.cid-tpNedsDQuE .rowflexrev {
  display: -webkit-flex;
}
.cid-tpNedsDQuE .title {
  margin-bottom: 2rem;
}
.cid-tpNedsDQuE .mbr-section-subtitle {
  color: #767676;
}
.cid-tpNedsDQuE textarea.form-control {
  min-height: 188px;
}
.cid-tpNedsDQuE LABEL {
  color: #232323;
}
.cid-tpNedsDQuE .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNedsDQuE .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpNedsDQuE .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNedsDQuE .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNedsDQuE .alert {
  margin-bottom: 0;
}
.cid-tpNedsDQuE .alert-success {
  background-color: #70c770;
}
.cid-tpNedsDQuE .alert-danger {
  background-color: #ff4a52;
}
.cid-tpNedsDQuE .btn {
  display: inline-flex;
}
.cid-tpNedsDQuE .hidden {
  display: none;
}
.cid-tpNedsDQuE .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpNedsDQuE .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpNedsDQuE H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0q3Xculq .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0q3Xculq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0q3Xculq .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-tL0q3Xculq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0q3Xculq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVMj5Yb6e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVMj5Yb6e section {
  position: relative;
}
.cid-txVMj5Yb6e h4 {
  margin: 0;
}
.cid-txVMj5Yb6e img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVMj5Yb6e a {
  font-weight: 300;
}
.cid-txVMj5Yb6e .img1 {
  color: #00bea3;
}
.cid-txVMj5Yb6e .img2 {
  color: #f1894c;
}
.cid-txVMj5Yb6e .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVMj5Yb6e .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVMj5Yb6e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVMj5Yb6e .item,
.cid-txVMj5Yb6e .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVMj5Yb6e .item h4,
.cid-txVMj5Yb6e .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVMj5Yb6e .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVMj5Yb6e .item {
    justify-content: left;
  }
}
.cid-txVMj5Yb6e .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMj5Yb6e .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMj5Yb6e .item-title DIV {
  text-align: left;
}
.cid-tpNedtE0iD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpNedtE0iD .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpNedtE0iD section {
  position: relative;
}
.cid-tpNedtE0iD h4 {
  margin: 0;
}
.cid-tpNedtE0iD a {
  font-weight: 300;
}
.cid-tpNedtE0iD .row {
  align-items: center;
}
.cid-tpNedtE0iD .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpNedtE0iD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpNedtE0iD .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpNedtE0iD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpNedtE0iD .align-left {
    text-align: center;
  }
  .cid-tpNedtE0iD .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpNedtE0iD .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpNedtE0iD .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpNedtE0iD .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpNedtE0iD H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44wzuAvG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44wzuAvG .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44wzuAvG .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44wzuAvG .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrAUPefBO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/panning-for-gold-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-tsrAUPefBO .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrAUPefBO .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrAUPefBO .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrAUPefBO img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrAUPefBO .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1JdS3efx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1JdS3efx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1JdS3efx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1JdS3efx .card-wrapper {
  width: 100%;
}
.cid-ty1JdS3efx .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1JdS3efx .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1JdS3efx .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1JdS3efx .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1JdS3efx .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1JdS3efx .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1JdS3efx .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1JdS3efx .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1JdS3efx .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1JdS3efx .card-title {
    text-align: center !important;
  }
}
.cid-ty1JdS3efx .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1JdS3efx .card-text {
    text-align: center !important;
  }
}
.cid-tpNpmXUmRz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpNpmXUmRz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpNpmXUmRz H2 {
  color: #ebeced;
}
.cid-tpNpmXUmRz H3 {
  color: #c1c1c1;
}
.cid-tpNpmXUmRz .mbr-text,
.cid-tpNpmXUmRz .mbr-section-btn {
  color: #ebeced;
}
.cid-tpNpmXUmRz .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpNpmXUmRz .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpNpmXUmRz .photo {
    width: 100%;
  }
}
.cid-tpNpmXUmRz .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tpNpmXUmRz H1 {
  color: #c1c1c1;
}
#custom-html-1ao {
  background-color: #252b31;
}
#custom-html-1ao #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ao #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ao #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tpNpmXvbyV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tpNpmXvbyV .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpNpmXvbyV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpNpmXvbyV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpNpmXvbyV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpNpmXvbyV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpNpmXvbyV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpNpmXvbyV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpNpmXvbyV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpNpmXvbyV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpNpmXvbyV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpNpmXvbyV .embla__button--next,
.cid-tpNpmXvbyV .embla__button--prev {
  display: flex;
}
.cid-tpNpmXvbyV .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpNpmXvbyV .embla__button {
    display: none;
  }
}
.cid-tpNpmXvbyV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpNpmXvbyV .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpNpmXvbyV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpNpmXvbyV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpNpmXvbyV .embla__button {
    top: -10%;
  }
}
.cid-tpNpmXvbyV .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpNpmXvbyV .embla {
    margin-top: 80px;
  }
}
.cid-tpNpmXvbyV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpNpmXvbyV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpNpmXvbyV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpNpmXvbyV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpNpmXvbyV .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpNpmXvbyV .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpNpmXvbyV .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpNpmXvbyV .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpNpmXvbyV .mbr-text ul {
    display: block;
  }
}
.cid-tpNpmXvbyV .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpNpmXvbyV .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpNpmXvbyV .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpNpmXvbyV .item-wrapper {
  height: 100%;
}
.cid-tpNpmXvbyV .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpNpmXvbyV .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpNpmXvbyV .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyoX51tiiI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoX51tiiI .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoX51tiiI .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoX51tiiI .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoX51tiiI .img-big {
  transition: all 1s;
}
.cid-tyoX51tiiI .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoX51tiiI .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoX51tiiI .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoX51tiiI .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoX51tiiI .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoX51tiiI .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoX51tiiI .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoX51tiiI .item:focus,
.cid-tyoX51tiiI span:focus {
  outline: none;
}
.cid-tyoX51tiiI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoX51tiiI .mbr-section-title {
  color: #ffffff;
}
.cid-tyoX51tiiI .mbr-text,
.cid-tyoX51tiiI .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoX51tiiI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX51tiiI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX51tiiI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoX6IJ1Ht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoX6IJ1Ht .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoX6IJ1Ht .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoX6IJ1Ht .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoX6IJ1Ht .img-big {
  transition: all 1s;
}
.cid-tyoX6IJ1Ht .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoX6IJ1Ht .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoX6IJ1Ht .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoX6IJ1Ht .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoX6IJ1Ht .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoX6IJ1Ht .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoX6IJ1Ht .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoX6IJ1Ht .item:focus,
.cid-tyoX6IJ1Ht span:focus {
  outline: none;
}
.cid-tyoX6IJ1Ht .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoX6IJ1Ht .mbr-section-title {
  color: #ffffff;
}
.cid-tyoX6IJ1Ht .mbr-text,
.cid-tyoX6IJ1Ht .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoX6IJ1Ht .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX6IJ1Ht .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX6IJ1Ht .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoX7Xz7bH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoX7Xz7bH .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoX7Xz7bH .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoX7Xz7bH .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoX7Xz7bH .img-big {
  transition: all 1s;
}
.cid-tyoX7Xz7bH .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoX7Xz7bH .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoX7Xz7bH .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoX7Xz7bH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoX7Xz7bH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoX7Xz7bH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoX7Xz7bH .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoX7Xz7bH .item:focus,
.cid-tyoX7Xz7bH span:focus {
  outline: none;
}
.cid-tyoX7Xz7bH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoX7Xz7bH .mbr-section-title {
  color: #ffffff;
}
.cid-tyoX7Xz7bH .mbr-text,
.cid-tyoX7Xz7bH .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoX7Xz7bH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX7Xz7bH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoX7Xz7bH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpNpmZtGQG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpNpmZtGQG .showAlerts {
  display: block !important;
}
.cid-tpNpmZtGQG .rowflexrev {
  display: -webkit-flex;
}
.cid-tpNpmZtGQG .title {
  margin-bottom: 2rem;
}
.cid-tpNpmZtGQG .mbr-section-subtitle {
  color: #767676;
}
.cid-tpNpmZtGQG textarea.form-control {
  min-height: 188px;
}
.cid-tpNpmZtGQG LABEL {
  color: #232323;
}
.cid-tpNpmZtGQG .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNpmZtGQG .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpNpmZtGQG .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNpmZtGQG .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpNpmZtGQG .alert {
  margin-bottom: 0;
}
.cid-tpNpmZtGQG .alert-success {
  background-color: #70c770;
}
.cid-tpNpmZtGQG .alert-danger {
  background-color: #ff4a52;
}
.cid-tpNpmZtGQG .btn {
  display: inline-flex;
}
.cid-tpNpmZtGQG .hidden {
  display: none;
}
.cid-tpNpmZtGQG .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpNpmZtGQG .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpNpmZtGQG H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qad8hlr .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qad8hlr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qad8hlr .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-tL0qad8hlr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qad8hlr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVMr24NFF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVMr24NFF section {
  position: relative;
}
.cid-txVMr24NFF h4 {
  margin: 0;
}
.cid-txVMr24NFF img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVMr24NFF a {
  font-weight: 300;
}
.cid-txVMr24NFF .img1 {
  color: #00bea3;
}
.cid-txVMr24NFF .img2 {
  color: #f1894c;
}
.cid-txVMr24NFF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVMr24NFF .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVMr24NFF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVMr24NFF .item,
.cid-txVMr24NFF .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVMr24NFF .item h4,
.cid-txVMr24NFF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVMr24NFF .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVMr24NFF .item {
    justify-content: left;
  }
}
.cid-txVMr24NFF .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMr24NFF .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMr24NFF .item-title DIV {
  text-align: left;
}
.cid-tpNpn0SygA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpNpn0SygA .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpNpn0SygA section {
  position: relative;
}
.cid-tpNpn0SygA h4 {
  margin: 0;
}
.cid-tpNpn0SygA a {
  font-weight: 300;
}
.cid-tpNpn0SygA .row {
  align-items: center;
}
.cid-tpNpn0SygA .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpNpn0SygA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpNpn0SygA .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpNpn0SygA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpNpn0SygA .align-left {
    text-align: center;
  }
  .cid-tpNpn0SygA .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpNpn0SygA .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpNpn0SygA .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpNpn0SygA .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpNpn0SygA H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44DD9hcm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44DD9hcm .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44DD9hcm .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44DD9hcm .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrB4l3iiD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preview-theatre-1920x1080-3-1920x1280.jpg");
  background-position: right;
}
.cid-tsrB4l3iiD .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrB4l3iiD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrB4l3iiD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrB4l3iiD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrB4l3iiD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1JDKoG4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1JDKoG4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1JDKoG4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1JDKoG4h .card-wrapper {
  width: 100%;
}
.cid-ty1JDKoG4h .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1JDKoG4h .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1JDKoG4h .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1JDKoG4h .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1JDKoG4h .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1JDKoG4h .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1JDKoG4h .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1JDKoG4h .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1JDKoG4h .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1JDKoG4h .card-title {
    text-align: center !important;
  }
}
.cid-ty1JDKoG4h .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1JDKoG4h .card-text {
    text-align: center !important;
  }
}
.cid-tpODtoq23Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpODtoq23Y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpODtoq23Y H2 {
  color: #ebeced;
}
.cid-tpODtoq23Y H3 {
  color: #c1c1c1;
}
.cid-tpODtoq23Y .mbr-text,
.cid-tpODtoq23Y .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpODtoq23Y .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpODtoq23Y img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpODtoq23Y H1 {
  color: #c1c1c1;
}
.cid-tpODtoV2TY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpODtoV2TY .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpODtoV2TY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpODtoV2TY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpODtoV2TY .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpODtoV2TY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpODtoV2TY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpODtoV2TY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpODtoV2TY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpODtoV2TY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpODtoV2TY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpODtoV2TY .embla__button--next,
.cid-tpODtoV2TY .embla__button--prev {
  display: flex;
}
.cid-tpODtoV2TY .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpODtoV2TY .embla__button {
    display: none;
  }
}
.cid-tpODtoV2TY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpODtoV2TY .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpODtoV2TY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpODtoV2TY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpODtoV2TY .embla__button {
    top: -10%;
  }
}
.cid-tpODtoV2TY .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpODtoV2TY .embla {
    margin-top: 80px;
  }
}
.cid-tpODtoV2TY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpODtoV2TY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpODtoV2TY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpODtoV2TY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpODtoV2TY .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpODtoV2TY .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpODtoV2TY .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpODtoV2TY .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpODtoV2TY .mbr-text ul {
    display: block;
  }
}
.cid-tpODtoV2TY .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpODtoV2TY .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpODtoV2TY .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpODtoV2TY .item-wrapper {
  height: 100%;
}
.cid-tpODtoV2TY .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpODtoV2TY .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpODtoV2TY .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tpODtpkbcq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tpODtpkbcq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpODtpkbcq H2 {
  color: #ebeced;
}
.cid-tpODtpkbcq H3 {
  color: #c1c1c1;
}
.cid-tpODtpkbcq .mbr-text,
.cid-tpODtpkbcq .mbr-section-btn {
  color: #ebeced;
}
.cid-tpODtpkbcq .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tpODtpkbcq .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tpODtpkbcq .photo {
    width: 100%;
  }
}
.cid-tpODtpkbcq .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tyoZdQqiCl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZdQqiCl .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZdQqiCl .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZdQqiCl .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZdQqiCl .img-big {
  transition: all 1s;
}
.cid-tyoZdQqiCl .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZdQqiCl .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZdQqiCl .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZdQqiCl .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZdQqiCl .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZdQqiCl .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZdQqiCl .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZdQqiCl .item:focus,
.cid-tyoZdQqiCl span:focus {
  outline: none;
}
.cid-tyoZdQqiCl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZdQqiCl .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZdQqiCl .mbr-text,
.cid-tyoZdQqiCl .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZdQqiCl .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZdQqiCl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZdQqiCl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoZeXSuj4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZeXSuj4 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZeXSuj4 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZeXSuj4 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZeXSuj4 .img-big {
  transition: all 1s;
}
.cid-tyoZeXSuj4 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZeXSuj4 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZeXSuj4 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZeXSuj4 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZeXSuj4 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZeXSuj4 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZeXSuj4 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZeXSuj4 .item:focus,
.cid-tyoZeXSuj4 span:focus {
  outline: none;
}
.cid-tyoZeXSuj4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZeXSuj4 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZeXSuj4 .mbr-text,
.cid-tyoZeXSuj4 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZeXSuj4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZeXSuj4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZeXSuj4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoZfPxnZD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZfPxnZD .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZfPxnZD .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZfPxnZD .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZfPxnZD .img-big {
  transition: all 1s;
}
.cid-tyoZfPxnZD .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZfPxnZD .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZfPxnZD .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZfPxnZD .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZfPxnZD .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZfPxnZD .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZfPxnZD .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZfPxnZD .item:focus,
.cid-tyoZfPxnZD span:focus {
  outline: none;
}
.cid-tyoZfPxnZD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZfPxnZD .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZfPxnZD .mbr-text,
.cid-tyoZfPxnZD .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZfPxnZD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZfPxnZD .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZfPxnZD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpODtqDnnW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpODtqDnnW .showAlerts {
  display: block !important;
}
.cid-tpODtqDnnW .rowflexrev {
  display: -webkit-flex;
}
.cid-tpODtqDnnW .title {
  margin-bottom: 2rem;
}
.cid-tpODtqDnnW .mbr-section-subtitle {
  color: #767676;
}
.cid-tpODtqDnnW textarea.form-control {
  min-height: 188px;
}
.cid-tpODtqDnnW LABEL {
  color: #232323;
}
.cid-tpODtqDnnW .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpODtqDnnW .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpODtqDnnW .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpODtqDnnW .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpODtqDnnW .alert {
  margin-bottom: 0;
}
.cid-tpODtqDnnW .alert-success {
  background-color: #70c770;
}
.cid-tpODtqDnnW .alert-danger {
  background-color: #ff4a52;
}
.cid-tpODtqDnnW .btn {
  display: inline-flex;
}
.cid-tpODtqDnnW .hidden {
  display: none;
}
.cid-tpODtqDnnW .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpODtqDnnW .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpODtqDnnW H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qgRXprm .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qgRXprm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qgRXprm .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-tL0qgRXprm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qgRXprm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVMyipvpH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVMyipvpH section {
  position: relative;
}
.cid-txVMyipvpH h4 {
  margin: 0;
}
.cid-txVMyipvpH img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVMyipvpH a {
  font-weight: 300;
}
.cid-txVMyipvpH .img1 {
  color: #00bea3;
}
.cid-txVMyipvpH .img2 {
  color: #f1894c;
}
.cid-txVMyipvpH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVMyipvpH .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVMyipvpH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVMyipvpH .item,
.cid-txVMyipvpH .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVMyipvpH .item h4,
.cid-txVMyipvpH .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVMyipvpH .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVMyipvpH .item {
    justify-content: left;
  }
}
.cid-txVMyipvpH .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMyipvpH .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMyipvpH .item-title DIV {
  text-align: left;
}
.cid-tpODtrU1qH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpODtrU1qH .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpODtrU1qH section {
  position: relative;
}
.cid-tpODtrU1qH h4 {
  margin: 0;
}
.cid-tpODtrU1qH a {
  font-weight: 300;
}
.cid-tpODtrU1qH .row {
  align-items: center;
}
.cid-tpODtrU1qH .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpODtrU1qH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpODtrU1qH .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpODtrU1qH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpODtrU1qH .align-left {
    text-align: center;
  }
  .cid-tpODtrU1qH .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpODtrU1qH .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpODtrU1qH .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpODtrU1qH .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpODtrU1qH H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44K9Itgy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44K9Itgy .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44K9Itgy .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44K9Itgy .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrBciPn4r {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dinosaurs-gallery-pics-13-750x500.jpg");
  background-position: right;
}
.cid-tsrBciPn4r .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrBciPn4r .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrBciPn4r .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrBciPn4r img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrBciPn4r .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1KL0tca2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1KL0tca2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1KL0tca2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1KL0tca2 .card-wrapper {
  width: 100%;
}
.cid-ty1KL0tca2 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1KL0tca2 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1KL0tca2 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1KL0tca2 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1KL0tca2 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1KL0tca2 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1KL0tca2 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1KL0tca2 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1KL0tca2 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1KL0tca2 .card-title {
    text-align: center !important;
  }
}
.cid-ty1KL0tca2 .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1KL0tca2 .card-text {
    text-align: center !important;
  }
}
.cid-tCBTp00aAS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tCBTp00aAS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCBTp00aAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBTp00aAS .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCBTp00aAS .row {
  justify-content: center;
}
.cid-tCBTp00aAS .card-box {
  display: flex;
  align-items: center;
}
.cid-tCBTp00aAS .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCBTp00aAS .card-box {
    flex-direction: column;
  }
  .cid-tCBTp00aAS .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCBTp00aAS .card-link:hover a {
  background-image: none !important;
}
.cid-tCBTp00aAS .mbr-section-subtitle {
  color: #777777;
}
.cid-tCBTp00aAS .card-text {
  color: #1f357f;
}
.cid-tCBTp00aAS .card-title,
.cid-tCBTp00aAS .iconfont-wrapper {
  color: #ffffff;
}
.cid-tpVKrmX7lt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpVKrmX7lt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tpVKrmX7lt H2 {
  color: #ebeced;
}
.cid-tpVKrmX7lt H3 {
  color: #c1c1c1;
}
.cid-tpVKrmX7lt .mbr-text,
.cid-tpVKrmX7lt .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tpVKrmX7lt .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tpVKrmX7lt img {
  filter: invert(0.5);
  width: auto;
}
.cid-tpVKrmX7lt .list1 {
  color: #c1c1c1;
}
.cid-tpVKrmX7lt H1 {
  color: #c1c1c1;
}
.cid-tpVJ3IPdZj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpVJ3IPdZj .wrapper {
  background-color: transparent;
}
.cid-tpVJ3IPdZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVJ3IPdZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVJ3IPdZj .list1 {
  color: #c1c1c1;
}
.cid-tpVJ3IPdZj .list2 {
  color: #c1c1c1;
}
.cid-tpVJ3IPdZj .mbr-section-title {
  color: #ebeced;
}
.cid-tpUJUjC8NP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tpUJUjC8NP .mbr-section-head {
  padding: 0 1rem;
}
.cid-tpUJUjC8NP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpUJUjC8NP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpUJUjC8NP .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpUJUjC8NP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpUJUjC8NP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpUJUjC8NP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpUJUjC8NP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpUJUjC8NP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tpUJUjC8NP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tpUJUjC8NP .embla__button--next,
.cid-tpUJUjC8NP .embla__button--prev {
  display: flex;
}
.cid-tpUJUjC8NP .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpUJUjC8NP .embla__button {
    display: none;
  }
}
.cid-tpUJUjC8NP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpUJUjC8NP .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tpUJUjC8NP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpUJUjC8NP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpUJUjC8NP .embla__button {
    top: -10%;
  }
}
.cid-tpUJUjC8NP .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tpUJUjC8NP .embla {
    margin-top: 80px;
  }
}
.cid-tpUJUjC8NP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpUJUjC8NP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpUJUjC8NP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpUJUjC8NP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpUJUjC8NP .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tpUJUjC8NP .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tpUJUjC8NP .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tpUJUjC8NP .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tpUJUjC8NP .mbr-text ul {
    display: block;
  }
}
.cid-tpUJUjC8NP .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tpUJUjC8NP .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tpUJUjC8NP .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tpUJUjC8NP .item-wrapper {
  height: 100%;
}
.cid-tpUJUjC8NP .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tpUJUjC8NP .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tpUJUjC8NP .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tyoZDSZ9E2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZDSZ9E2 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZDSZ9E2 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZDSZ9E2 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZDSZ9E2 .img-big {
  transition: all 1s;
}
.cid-tyoZDSZ9E2 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZDSZ9E2 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZDSZ9E2 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZDSZ9E2 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZDSZ9E2 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZDSZ9E2 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZDSZ9E2 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZDSZ9E2 .item:focus,
.cid-tyoZDSZ9E2 span:focus {
  outline: none;
}
.cid-tyoZDSZ9E2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZDSZ9E2 .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZDSZ9E2 .mbr-text,
.cid-tyoZDSZ9E2 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZDSZ9E2 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZDSZ9E2 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZDSZ9E2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoZEYkGAz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZEYkGAz .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZEYkGAz .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZEYkGAz .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZEYkGAz .img-big {
  transition: all 1s;
}
.cid-tyoZEYkGAz .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZEYkGAz .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZEYkGAz .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZEYkGAz .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZEYkGAz .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZEYkGAz .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZEYkGAz .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZEYkGAz .item:focus,
.cid-tyoZEYkGAz span:focus {
  outline: none;
}
.cid-tyoZEYkGAz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZEYkGAz .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZEYkGAz .mbr-text,
.cid-tyoZEYkGAz .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZEYkGAz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZEYkGAz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZEYkGAz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tyoZFJ7wdh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tyoZFJ7wdh .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tyoZFJ7wdh .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tyoZFJ7wdh .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tyoZFJ7wdh .img-big {
  transition: all 1s;
}
.cid-tyoZFJ7wdh .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tyoZFJ7wdh .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tyoZFJ7wdh .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tyoZFJ7wdh .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tyoZFJ7wdh .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tyoZFJ7wdh .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tyoZFJ7wdh .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tyoZFJ7wdh .item:focus,
.cid-tyoZFJ7wdh span:focus {
  outline: none;
}
.cid-tyoZFJ7wdh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZFJ7wdh .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZFJ7wdh .mbr-text,
.cid-tyoZFJ7wdh .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tyoZFJ7wdh .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZFJ7wdh .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyoZFJ7wdh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tpUJUlftvf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tpUJUlftvf .showAlerts {
  display: block !important;
}
.cid-tpUJUlftvf .rowflexrev {
  display: -webkit-flex;
}
.cid-tpUJUlftvf .title {
  margin-bottom: 2rem;
}
.cid-tpUJUlftvf .mbr-section-subtitle {
  color: #767676;
}
.cid-tpUJUlftvf textarea.form-control {
  min-height: 188px;
}
.cid-tpUJUlftvf LABEL {
  color: #232323;
}
.cid-tpUJUlftvf .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpUJUlftvf .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tpUJUlftvf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpUJUlftvf .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tpUJUlftvf .alert {
  margin-bottom: 0;
}
.cid-tpUJUlftvf .alert-success {
  background-color: #70c770;
}
.cid-tpUJUlftvf .alert-danger {
  background-color: #ff4a52;
}
.cid-tpUJUlftvf .btn {
  display: inline-flex;
}
.cid-tpUJUlftvf .hidden {
  display: none;
}
.cid-tpUJUlftvf .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tpUJUlftvf .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tpUJUlftvf H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qlXA07e .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qlXA07e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qlXA07e .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-tL0qlXA07e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qlXA07e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVMG4JrQT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVMG4JrQT section {
  position: relative;
}
.cid-txVMG4JrQT h4 {
  margin: 0;
}
.cid-txVMG4JrQT img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVMG4JrQT a {
  font-weight: 300;
}
.cid-txVMG4JrQT .img1 {
  color: #00bea3;
}
.cid-txVMG4JrQT .img2 {
  color: #f1894c;
}
.cid-txVMG4JrQT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVMG4JrQT .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVMG4JrQT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVMG4JrQT .item,
.cid-txVMG4JrQT .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVMG4JrQT .item h4,
.cid-txVMG4JrQT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVMG4JrQT .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVMG4JrQT .item {
    justify-content: left;
  }
}
.cid-txVMG4JrQT .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMG4JrQT .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMG4JrQT .item-title DIV {
  text-align: left;
}
.cid-tpUJUmknJb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpUJUmknJb .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tpUJUmknJb section {
  position: relative;
}
.cid-tpUJUmknJb h4 {
  margin: 0;
}
.cid-tpUJUmknJb a {
  font-weight: 300;
}
.cid-tpUJUmknJb .row {
  align-items: center;
}
.cid-tpUJUmknJb .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tpUJUmknJb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tpUJUmknJb .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tpUJUmknJb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tpUJUmknJb .align-left {
    text-align: center;
  }
  .cid-tpUJUmknJb .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tpUJUmknJb .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tpUJUmknJb .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tpUJUmknJb .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tpUJUmknJb H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44PTjG4z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44PTjG4z .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44PTjG4z .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44PTjG4z .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tCCmEmQkHX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-tCCmEmQkHX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCmEmQkHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCmEmQkHX .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCCmEmQkHX .row {
  justify-content: center;
}
.cid-tCCmEmQkHX .card-box {
  display: flex;
  align-items: center;
}
.cid-tCCmEmQkHX .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCCmEmQkHX .card-box {
    flex-direction: column;
  }
  .cid-tCCmEmQkHX .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCCmEmQkHX .card-link:hover a {
  background-image: none !important;
}
.cid-tCCmEmQkHX .mbr-section-subtitle {
  color: #777777;
}
.cid-tCCmEmQkHX .card-text {
  color: #1f357f;
}
.cid-tCCmEmQkHX .card-title,
.cid-tCCmEmQkHX .iconfont-wrapper {
  color: #ffffff;
}
.cid-tqbxnZi2nI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tqbxnZi2nI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tqbxnZi2nI H2 {
  color: #ebeced;
}
.cid-tqbxnZi2nI H3 {
  color: #c1c1c1;
}
.cid-tqbxnZi2nI .mbr-text,
.cid-tqbxnZi2nI .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-tqbxnZi2nI .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tqbxnZi2nI .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tqbxnZi2nI .photo {
    width: 100%;
  }
}
.cid-tqbxnZi2nI .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tqbxnZi2nI H1 {
  color: #c1c1c1;
}
.cid-typ025TSLT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ025TSLT .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ025TSLT .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ025TSLT .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ025TSLT .img-big {
  transition: all 1s;
}
.cid-typ025TSLT .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ025TSLT .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ025TSLT .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ025TSLT .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ025TSLT .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ025TSLT .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ025TSLT .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ025TSLT .item:focus,
.cid-typ025TSLT span:focus {
  outline: none;
}
.cid-typ025TSLT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ025TSLT .mbr-section-title {
  color: #ffffff;
}
.cid-typ025TSLT .mbr-text,
.cid-typ025TSLT .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ025TSLT .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ025TSLT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ025TSLT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ034wRDw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-typ034wRDw .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ034wRDw .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ034wRDw .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ034wRDw .img-big {
  transition: all 1s;
}
.cid-typ034wRDw .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ034wRDw .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ034wRDw .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ034wRDw .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ034wRDw .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ034wRDw .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ034wRDw .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ034wRDw .item:focus,
.cid-typ034wRDw span:focus {
  outline: none;
}
.cid-typ034wRDw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ034wRDw .mbr-section-title {
  color: #ffffff;
}
.cid-typ034wRDw .mbr-text,
.cid-typ034wRDw .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ034wRDw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ034wRDw .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ034wRDw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ05md1sp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-typ05md1sp .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ05md1sp .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ05md1sp .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ05md1sp .img-big {
  transition: all 1s;
}
.cid-typ05md1sp .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ05md1sp .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ05md1sp .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ05md1sp .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ05md1sp .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ05md1sp .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ05md1sp .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ05md1sp .item:focus,
.cid-typ05md1sp span:focus {
  outline: none;
}
.cid-typ05md1sp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ05md1sp .mbr-section-title {
  color: #ffffff;
}
.cid-typ05md1sp .mbr-text,
.cid-typ05md1sp .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ05md1sp .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ05md1sp .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ05md1sp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tqbwWgeOLP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tqbwWgeOLP .showAlerts {
  display: block !important;
}
.cid-tqbwWgeOLP .rowflexrev {
  display: -webkit-flex;
}
.cid-tqbwWgeOLP .title {
  margin-bottom: 2rem;
}
.cid-tqbwWgeOLP .mbr-section-subtitle {
  color: #767676;
}
.cid-tqbwWgeOLP textarea.form-control {
  min-height: 188px;
}
.cid-tqbwWgeOLP LABEL {
  color: #232323;
}
.cid-tqbwWgeOLP .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbwWgeOLP .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tqbwWgeOLP .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbwWgeOLP .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbwWgeOLP .alert {
  margin-bottom: 0;
}
.cid-tqbwWgeOLP .alert-success {
  background-color: #70c770;
}
.cid-tqbwWgeOLP .alert-danger {
  background-color: #ff4a52;
}
.cid-tqbwWgeOLP .btn {
  display: inline-flex;
}
.cid-tqbwWgeOLP .hidden {
  display: none;
}
.cid-tqbwWgeOLP .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tqbwWgeOLP .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tqbwWgeOLP H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qpfCKYS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qpfCKYS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qpfCKYS .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-tL0qpfCKYS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qpfCKYS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVMOU9f9K {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVMOU9f9K section {
  position: relative;
}
.cid-txVMOU9f9K h4 {
  margin: 0;
}
.cid-txVMOU9f9K img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVMOU9f9K a {
  font-weight: 300;
}
.cid-txVMOU9f9K .img1 {
  color: #00bea3;
}
.cid-txVMOU9f9K .img2 {
  color: #f1894c;
}
.cid-txVMOU9f9K .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVMOU9f9K .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVMOU9f9K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVMOU9f9K .item,
.cid-txVMOU9f9K .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVMOU9f9K .item h4,
.cid-txVMOU9f9K .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVMOU9f9K .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVMOU9f9K .item {
    justify-content: left;
  }
}
.cid-txVMOU9f9K .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMOU9f9K .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVMOU9f9K .item-title DIV {
  text-align: left;
}
.cid-tqbwWhvdES {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqbwWhvdES .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqbwWhvdES section {
  position: relative;
}
.cid-tqbwWhvdES h4 {
  margin: 0;
}
.cid-tqbwWhvdES a {
  font-weight: 300;
}
.cid-tqbwWhvdES .row {
  align-items: center;
}
.cid-tqbwWhvdES .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqbwWhvdES .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqbwWhvdES .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqbwWhvdES .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqbwWhvdES .align-left {
    text-align: center;
  }
  .cid-tqbwWhvdES .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqbwWhvdES .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqbwWhvdES .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqbwWhvdES .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqbwWhvdES H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy44WuP0Ma {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy44WuP0Ma .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy44WuP0Ma .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy44WuP0Ma .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tCCnlfui55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-tCCnlfui55 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCnlfui55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCnlfui55 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCCnlfui55 .row {
  justify-content: center;
}
.cid-tCCnlfui55 .card-box {
  display: flex;
  align-items: center;
}
.cid-tCCnlfui55 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCCnlfui55 .card-box {
    flex-direction: column;
  }
  .cid-tCCnlfui55 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCCnlfui55 .card-link:hover a {
  background-image: none !important;
}
.cid-tCCnlfui55 .mbr-section-subtitle {
  color: #777777;
}
.cid-tCCnlfui55 .card-text {
  color: #1f357f;
}
.cid-tCCnlfui55 .card-title,
.cid-tCCnlfui55 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tqoqrUzKDa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tqoqrUzKDa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tqoqrUzKDa H2 {
  color: #ebeced;
}
.cid-tqoqrUzKDa H3 {
  color: #c1c1c1;
}
.cid-tqoqrUzKDa .mbr-text,
.cid-tqoqrUzKDa .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-tqoqrUzKDa .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tqoqrUzKDa .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tqoqrUzKDa .photo {
    width: 100%;
  }
}
.cid-tqoqrUzKDa .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tqoqrUzKDa .list1 {
  color: #ebeced;
}
.cid-tqoqrUzKDa H1 {
  color: #c1c1c1;
}
.cid-typ0EPXEtX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ0EPXEtX .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ0EPXEtX .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ0EPXEtX .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ0EPXEtX .img-big {
  transition: all 1s;
}
.cid-typ0EPXEtX .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ0EPXEtX .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ0EPXEtX .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ0EPXEtX .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ0EPXEtX .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ0EPXEtX .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ0EPXEtX .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ0EPXEtX .item:focus,
.cid-typ0EPXEtX span:focus {
  outline: none;
}
.cid-typ0EPXEtX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ0EPXEtX .mbr-section-title {
  color: #ffffff;
}
.cid-typ0EPXEtX .mbr-text,
.cid-typ0EPXEtX .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ0EPXEtX .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ0EPXEtX .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ0EPXEtX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ0FK0dnv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ0FK0dnv .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ0FK0dnv .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ0FK0dnv .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ0FK0dnv .img-big {
  transition: all 1s;
}
.cid-typ0FK0dnv .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ0FK0dnv .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ0FK0dnv .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ0FK0dnv .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ0FK0dnv .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ0FK0dnv .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ0FK0dnv .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ0FK0dnv .item:focus,
.cid-typ0FK0dnv span:focus {
  outline: none;
}
.cid-typ0FK0dnv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ0FK0dnv .mbr-section-title {
  color: #ffffff;
}
.cid-typ0FK0dnv .mbr-text,
.cid-typ0FK0dnv .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ0FK0dnv .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ0FK0dnv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ0FK0dnv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ0GrxEot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ0GrxEot .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ0GrxEot .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ0GrxEot .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ0GrxEot .img-big {
  transition: all 1s;
}
.cid-typ0GrxEot .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ0GrxEot .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ0GrxEot .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ0GrxEot .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ0GrxEot .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ0GrxEot .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ0GrxEot .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ0GrxEot .item:focus,
.cid-typ0GrxEot span:focus {
  outline: none;
}
.cid-typ0GrxEot .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ0GrxEot .mbr-section-title {
  color: #ffffff;
}
.cid-typ0GrxEot .mbr-text,
.cid-typ0GrxEot .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ0GrxEot .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ0GrxEot .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ0GrxEot .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tqbyPg8vfF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tqbyPg8vfF .showAlerts {
  display: block !important;
}
.cid-tqbyPg8vfF .rowflexrev {
  display: -webkit-flex;
}
.cid-tqbyPg8vfF .title {
  margin-bottom: 2rem;
}
.cid-tqbyPg8vfF .mbr-section-subtitle {
  color: #767676;
}
.cid-tqbyPg8vfF textarea.form-control {
  min-height: 188px;
}
.cid-tqbyPg8vfF LABEL {
  color: #232323;
}
.cid-tqbyPg8vfF .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbyPg8vfF .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tqbyPg8vfF .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbyPg8vfF .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqbyPg8vfF .alert {
  margin-bottom: 0;
}
.cid-tqbyPg8vfF .alert-success {
  background-color: #70c770;
}
.cid-tqbyPg8vfF .alert-danger {
  background-color: #ff4a52;
}
.cid-tqbyPg8vfF .btn {
  display: inline-flex;
}
.cid-tqbyPg8vfF .hidden {
  display: none;
}
.cid-tqbyPg8vfF .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tqbyPg8vfF .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tqbyPg8vfF H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qtd1E2p .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qtd1E2p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qtd1E2p .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-tL0qtd1E2p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qtd1E2p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVNfEVXMS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVNfEVXMS section {
  position: relative;
}
.cid-txVNfEVXMS h4 {
  margin: 0;
}
.cid-txVNfEVXMS img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVNfEVXMS a {
  font-weight: 300;
}
.cid-txVNfEVXMS .img1 {
  color: #00bea3;
}
.cid-txVNfEVXMS .img2 {
  color: #f1894c;
}
.cid-txVNfEVXMS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVNfEVXMS .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVNfEVXMS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVNfEVXMS .item,
.cid-txVNfEVXMS .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVNfEVXMS .item h4,
.cid-txVNfEVXMS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVNfEVXMS .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVNfEVXMS .item {
    justify-content: left;
  }
}
.cid-txVNfEVXMS .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVNfEVXMS .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVNfEVXMS .item-title DIV {
  text-align: left;
}
.cid-tqbyPhzZZv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqbyPhzZZv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqbyPhzZZv section {
  position: relative;
}
.cid-tqbyPhzZZv h4 {
  margin: 0;
}
.cid-tqbyPhzZZv a {
  font-weight: 300;
}
.cid-tqbyPhzZZv .row {
  align-items: center;
}
.cid-tqbyPhzZZv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqbyPhzZZv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqbyPhzZZv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqbyPhzZZv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqbyPhzZZv .align-left {
    text-align: center;
  }
  .cid-tqbyPhzZZv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqbyPhzZZv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqbyPhzZZv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqbyPhzZZv .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqbyPhzZZv H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy458E9SAs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy458E9SAs .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy458E9SAs .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy458E9SAs .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tCCn59fl5n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-tCCn59fl5n .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCn59fl5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCn59fl5n .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCCn59fl5n .row {
  justify-content: center;
}
.cid-tCCn59fl5n .card-box {
  display: flex;
  align-items: center;
}
.cid-tCCn59fl5n .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCCn59fl5n .card-box {
    flex-direction: column;
  }
  .cid-tCCn59fl5n .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCCn59fl5n .card-link:hover a {
  background-image: none !important;
}
.cid-tCCn59fl5n .mbr-section-subtitle {
  color: #777777;
}
.cid-tCCn59fl5n .card-text {
  color: #1f357f;
}
.cid-tCCn59fl5n .card-title,
.cid-tCCn59fl5n .iconfont-wrapper {
  color: #ffffff;
}
.cid-tDPUEpBXBf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tDPUEpBXBf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tDPUEpBXBf H2 {
  color: #ebeced;
}
.cid-tDPUEpBXBf H3 {
  color: #c1c1c1;
}
.cid-tDPUEpBXBf .mbr-text,
.cid-tDPUEpBXBf .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-tDPUEpBXBf .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tDPUEpBXBf .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tDPUEpBXBf .photo {
    width: 100%;
  }
}
.cid-tDPUEpBXBf .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tDPUEpBXBf .list1 {
  color: #ebeced;
  text-align: left;
}
.cid-tDPUEpBXBf H1 {
  color: #c1c1c1;
}
.cid-tqskgldmgY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tqskgldmgY .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tqskgldmgY .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tqskgldmgY .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tqskgldmgY .img-big {
  transition: all 1s;
}
.cid-tqskgldmgY .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tqskgldmgY .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tqskgldmgY .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tqskgldmgY .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tqskgldmgY .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #f20b25;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tqskgldmgY .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tqskgldmgY .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqskgldmgY .item:focus,
.cid-tqskgldmgY span:focus {
  outline: none;
}
.cid-tqskgldmgY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqskgldmgY .mbr-section-title {
  color: #ffffff;
}
.cid-tqskgldmgY .mbr-text,
.cid-tqskgldmgY .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tqskgldmgY .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqskgldmgY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqskgldmgY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tqzH3WAMf3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tqzH3WAMf3 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tqzH3WAMf3 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tqzH3WAMf3 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tqzH3WAMf3 .img-big {
  transition: all 1s;
}
.cid-tqzH3WAMf3 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tqzH3WAMf3 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tqzH3WAMf3 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tqzH3WAMf3 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tqzH3WAMf3 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #f20b25;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tqzH3WAMf3 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tqzH3WAMf3 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqzH3WAMf3 .item:focus,
.cid-tqzH3WAMf3 span:focus {
  outline: none;
}
.cid-tqzH3WAMf3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqzH3WAMf3 .mbr-section-title {
  color: #ffffff;
}
.cid-tqzH3WAMf3 .mbr-text,
.cid-tqzH3WAMf3 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tqzH3WAMf3 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqzH3WAMf3 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqzH3WAMf3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-typ15qVLeC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ15qVLeC .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ15qVLeC .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ15qVLeC .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ15qVLeC .img-big {
  transition: all 1s;
}
.cid-typ15qVLeC .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ15qVLeC .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ15qVLeC .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ15qVLeC .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ15qVLeC .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ15qVLeC .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ15qVLeC .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ15qVLeC .item:focus,
.cid-typ15qVLeC span:focus {
  outline: none;
}
.cid-typ15qVLeC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ15qVLeC .mbr-section-title {
  color: #ffffff;
}
.cid-typ15qVLeC .mbr-text,
.cid-typ15qVLeC .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ15qVLeC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ15qVLeC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ15qVLeC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ16cFhuZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ16cFhuZ .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ16cFhuZ .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ16cFhuZ .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ16cFhuZ .img-big {
  transition: all 1s;
}
.cid-typ16cFhuZ .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ16cFhuZ .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ16cFhuZ .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ16cFhuZ .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ16cFhuZ .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ16cFhuZ .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ16cFhuZ .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ16cFhuZ .item:focus,
.cid-typ16cFhuZ span:focus {
  outline: none;
}
.cid-typ16cFhuZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ16cFhuZ .mbr-section-title {
  color: #ffffff;
}
.cid-typ16cFhuZ .mbr-text,
.cid-typ16cFhuZ .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ16cFhuZ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ16cFhuZ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ16cFhuZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ16SFTAP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ16SFTAP .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ16SFTAP .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ16SFTAP .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ16SFTAP .img-big {
  transition: all 1s;
}
.cid-typ16SFTAP .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ16SFTAP .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ16SFTAP .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ16SFTAP .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ16SFTAP .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ16SFTAP .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ16SFTAP .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ16SFTAP .item:focus,
.cid-typ16SFTAP span:focus {
  outline: none;
}
.cid-typ16SFTAP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ16SFTAP .mbr-section-title {
  color: #ffffff;
}
.cid-typ16SFTAP .mbr-text,
.cid-typ16SFTAP .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ16SFTAP .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ16SFTAP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ16SFTAP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tqskgmxWum {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tqskgmxWum .showAlerts {
  display: block !important;
}
.cid-tqskgmxWum .rowflexrev {
  display: -webkit-flex;
}
.cid-tqskgmxWum .title {
  margin-bottom: 2rem;
}
.cid-tqskgmxWum .mbr-section-subtitle {
  color: #767676;
}
.cid-tqskgmxWum textarea.form-control {
  min-height: 188px;
}
.cid-tqskgmxWum LABEL {
  color: #232323;
}
.cid-tqskgmxWum .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqskgmxWum .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tqskgmxWum .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqskgmxWum .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqskgmxWum .alert {
  margin-bottom: 0;
}
.cid-tqskgmxWum .alert-success {
  background-color: #70c770;
}
.cid-tqskgmxWum .alert-danger {
  background-color: #ff4a52;
}
.cid-tqskgmxWum .btn {
  display: inline-flex;
}
.cid-tqskgmxWum .hidden {
  display: none;
}
.cid-tqskgmxWum .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tqskgmxWum .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tqskgmxWum H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qxqAjMz .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qxqAjMz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qxqAjMz .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-tL0qxqAjMz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qxqAjMz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVNO8bkq9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVNO8bkq9 section {
  position: relative;
}
.cid-txVNO8bkq9 h4 {
  margin: 0;
}
.cid-txVNO8bkq9 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVNO8bkq9 a {
  font-weight: 300;
}
.cid-txVNO8bkq9 .img1 {
  color: #00bea3;
}
.cid-txVNO8bkq9 .img2 {
  color: #f1894c;
}
.cid-txVNO8bkq9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVNO8bkq9 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVNO8bkq9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVNO8bkq9 .item,
.cid-txVNO8bkq9 .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVNO8bkq9 .item h4,
.cid-txVNO8bkq9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVNO8bkq9 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVNO8bkq9 .item {
    justify-content: left;
  }
}
.cid-txVNO8bkq9 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVNO8bkq9 .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVNO8bkq9 .item-title DIV {
  text-align: left;
}
.cid-tqskgnVuf5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqskgnVuf5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqskgnVuf5 section {
  position: relative;
}
.cid-tqskgnVuf5 h4 {
  margin: 0;
}
.cid-tqskgnVuf5 a {
  font-weight: 300;
}
.cid-tqskgnVuf5 .row {
  align-items: center;
}
.cid-tqskgnVuf5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqskgnVuf5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqskgnVuf5 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqskgnVuf5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqskgnVuf5 .align-left {
    text-align: center;
  }
  .cid-tqskgnVuf5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqskgnVuf5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqskgnVuf5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqskgnVuf5 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqskgnVuf5 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy45eWBFe6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy45eWBFe6 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy45eWBFe6 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy45eWBFe6 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tqAFm2A14y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tqAFm2A14y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tqAFm2A14y H2 {
  color: #ebeced;
}
.cid-tqAFm2A14y H3 {
  color: #c1c1c1;
}
.cid-tqAFm2A14y .mbr-text,
.cid-tqAFm2A14y .mbr-section-btn {
  color: #c1c1c1;
}
.cid-tqAFm2A14y .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tqAFm2A14y .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tqAFm2A14y .photo {
    width: 100%;
  }
}
.cid-tqAFm2A14y .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tqAFm2A14y .list1 {
  color: #ebeced;
}
.cid-tqAFm2A14y H1 {
  color: #ebeced;
}
.cid-tqAGbKddVj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tqAGbKddVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAGbKddVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAGbKddVj .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tqAGbKddVj .mbr-section-title {
  color: #FF014E;
}
.cid-tqAGbKddVj .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tqAGbKddVj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tqAGbKddVj .card {
  margin-top: 35px;
}
.cid-tqAGbKddVj .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tqAGbKddVj .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tqAGbKddVj .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #ee2524 0%, #ee2524 100%);
}
.cid-tqAGbKddVj .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #f7ed4a 0%, #fc636b 100%);
}
.cid-tqAGbKddVj .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tqAGbKddVj .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tqAGbKddVj .panel-group {
  border: none;
}
.cid-tqAGbKddVj .panel-body {
  padding: 20px 0 0;
}
.cid-tqAGbKddVj .panel-text {
  color: #878e99;
}
.cid-tqAGbKddVj .panel-title-edit {
  color: #c1c1c1;
}
.cid-tqAGbKddVj .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tqAGbKddVj .panel-text,
.cid-tqAGbKddVj .mbr-section-btn {
  color: #ffffff;
}
.cid-tqAGbKddVj .column {
  float: left;
  width: 50%;
}
.cid-tqAGbKddVj .row:after {
  content: "";
  display: table;
  clear: both;
}
.cid-tqAFm402pa {
  background-color: #252b31;
}
.cid-tqAFm402pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAFm402pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAFm402pa .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-tqAFm402pa .container {
  max-width: 1280px;
}
.cid-tqAFm402pa .row {
  justify-content: center;
}
.cid-tqAFm402pa .mbr-section-title {
  color: #212132;
}
.cid-tqAFm402pa .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-tqAFm402pa .mbr-section-title,
.cid-tqAFm402pa .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-typ1tdstzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ1tdstzj .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ1tdstzj .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ1tdstzj .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ1tdstzj .img-big {
  transition: all 1s;
}
.cid-typ1tdstzj .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ1tdstzj .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ1tdstzj .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ1tdstzj .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ1tdstzj .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ1tdstzj .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ1tdstzj .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ1tdstzj .item:focus,
.cid-typ1tdstzj span:focus {
  outline: none;
}
.cid-typ1tdstzj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ1tdstzj .mbr-section-title {
  color: #ffffff;
}
.cid-typ1tdstzj .mbr-text,
.cid-typ1tdstzj .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ1tdstzj .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ1tdstzj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ1tdstzj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ1udgvpx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ1udgvpx .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ1udgvpx .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ1udgvpx .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ1udgvpx .img-big {
  transition: all 1s;
}
.cid-typ1udgvpx .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ1udgvpx .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ1udgvpx .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ1udgvpx .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ1udgvpx .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ1udgvpx .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ1udgvpx .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ1udgvpx .item:focus,
.cid-typ1udgvpx span:focus {
  outline: none;
}
.cid-typ1udgvpx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ1udgvpx .mbr-section-title {
  color: #ffffff;
}
.cid-typ1udgvpx .mbr-text,
.cid-typ1udgvpx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ1udgvpx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ1udgvpx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ1udgvpx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ1vjWE4Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ1vjWE4Y .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ1vjWE4Y .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ1vjWE4Y .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ1vjWE4Y .img-big {
  transition: all 1s;
}
.cid-typ1vjWE4Y .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ1vjWE4Y .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ1vjWE4Y .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ1vjWE4Y .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ1vjWE4Y .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ1vjWE4Y .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ1vjWE4Y .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ1vjWE4Y .item:focus,
.cid-typ1vjWE4Y span:focus {
  outline: none;
}
.cid-typ1vjWE4Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ1vjWE4Y .mbr-section-title {
  color: #ffffff;
}
.cid-typ1vjWE4Y .mbr-text,
.cid-typ1vjWE4Y .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ1vjWE4Y .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ1vjWE4Y .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ1vjWE4Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tqAFm4G56o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tqAFm4G56o .showAlerts {
  display: block !important;
}
.cid-tqAFm4G56o .rowflexrev {
  display: -webkit-flex;
}
.cid-tqAFm4G56o .title {
  margin-bottom: 2rem;
}
.cid-tqAFm4G56o .mbr-section-subtitle {
  color: #767676;
}
.cid-tqAFm4G56o textarea.form-control {
  min-height: 188px;
}
.cid-tqAFm4G56o LABEL {
  color: #232323;
}
.cid-tqAFm4G56o .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqAFm4G56o .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tqAFm4G56o .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqAFm4G56o .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqAFm4G56o .alert {
  margin-bottom: 0;
}
.cid-tqAFm4G56o .alert-success {
  background-color: #70c770;
}
.cid-tqAFm4G56o .alert-danger {
  background-color: #ff4a52;
}
.cid-tqAFm4G56o .btn {
  display: inline-flex;
}
.cid-tqAFm4G56o .hidden {
  display: none;
}
.cid-tqAFm4G56o .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tqAFm4G56o .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tqAFm4G56o H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qAZF5M4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qAZF5M4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qAZF5M4 .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-tL0qAZF5M4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qAZF5M4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVO5ekUJI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVO5ekUJI section {
  position: relative;
}
.cid-txVO5ekUJI h4 {
  margin: 0;
}
.cid-txVO5ekUJI img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVO5ekUJI a {
  font-weight: 300;
}
.cid-txVO5ekUJI .img1 {
  color: #00bea3;
}
.cid-txVO5ekUJI .img2 {
  color: #f1894c;
}
.cid-txVO5ekUJI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVO5ekUJI .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVO5ekUJI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVO5ekUJI .item,
.cid-txVO5ekUJI .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVO5ekUJI .item h4,
.cid-txVO5ekUJI .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVO5ekUJI .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVO5ekUJI .item {
    justify-content: left;
  }
}
.cid-txVO5ekUJI .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVO5ekUJI .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVO5ekUJI .item-title DIV {
  text-align: left;
}
.cid-tqAFm61pVa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqAFm61pVa .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqAFm61pVa section {
  position: relative;
}
.cid-tqAFm61pVa h4 {
  margin: 0;
}
.cid-tqAFm61pVa a {
  font-weight: 300;
}
.cid-tqAFm61pVa .row {
  align-items: center;
}
.cid-tqAFm61pVa .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqAFm61pVa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqAFm61pVa .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqAFm61pVa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqAFm61pVa .align-left {
    text-align: center;
  }
  .cid-tqAFm61pVa .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqAFm61pVa .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqAFm61pVa .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqAFm61pVa .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqAFm61pVa H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy45mdNPFh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy45mdNPFh .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy45mdNPFh .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy45mdNPFh .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tqK3iZHqr9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tqK3iZHqr9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tqK3iZHqr9 H2 {
  color: #ebeced;
}
.cid-tqK3iZHqr9 H3 {
  color: #c1c1c1;
}
.cid-tqK3iZHqr9 .mbr-text,
.cid-tqK3iZHqr9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tqK3iZHqr9 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tqK3iZHqr9 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tqK3iZHqr9 .photo {
    width: 100%;
  }
}
.cid-tqK3iZHqr9 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tqK3iZHqr9 .list1 {
  color: #f7ed4a;
}
.cid-tqK3iZHqr9 H1 {
  color: #c1c1c1;
}
.cid-tqK3j09YVb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tqK3j09YVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK3j09YVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK3j09YVb .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tqK3j09YVb .mbr-section-title {
  color: #FF014E;
}
.cid-tqK3j09YVb .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tqK3j09YVb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tqK3j09YVb .card {
  margin-top: 35px;
}
.cid-tqK3j09YVb .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tqK3j09YVb .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tqK3j09YVb .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #ee2524 0%, #ee2524 100%);
}
.cid-tqK3j09YVb .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #f7ed4a 0%, #fc636b 100%);
}
.cid-tqK3j09YVb .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tqK3j09YVb .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tqK3j09YVb .panel-group {
  border: none;
}
.cid-tqK3j09YVb .panel-body {
  padding: 20px 0 0;
}
.cid-tqK3j09YVb .panel-text {
  color: #878e99;
}
.cid-tqK3j09YVb .panel-title-edit {
  color: #c1c1c1;
}
.cid-tqK3j09YVb .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tqK3j09YVb .panel-text,
.cid-tqK3j09YVb .mbr-section-btn {
  color: #ffffff;
}
.cid-tqK3j0IPUy {
  background-color: #252b31;
}
.cid-tqK3j0IPUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK3j0IPUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK3j0IPUy .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-tqK3j0IPUy .container {
  max-width: 1280px;
}
.cid-tqK3j0IPUy .row {
  justify-content: center;
}
.cid-tqK3j0IPUy .mbr-section-title {
  color: #212132;
}
.cid-tqK3j0IPUy .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-tqK3j0IPUy .mbr-section-title,
.cid-tqK3j0IPUy .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qEqtcm6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qEqtcm6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qEqtcm6 .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-tL0qEqtcm6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qEqtcm6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVOiN9ZSt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVOiN9ZSt section {
  position: relative;
}
.cid-txVOiN9ZSt h4 {
  margin: 0;
}
.cid-txVOiN9ZSt img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVOiN9ZSt a {
  font-weight: 300;
}
.cid-txVOiN9ZSt .img1 {
  color: #00bea3;
}
.cid-txVOiN9ZSt .img2 {
  color: #f1894c;
}
.cid-txVOiN9ZSt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVOiN9ZSt .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVOiN9ZSt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVOiN9ZSt .item,
.cid-txVOiN9ZSt .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVOiN9ZSt .item h4,
.cid-txVOiN9ZSt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVOiN9ZSt .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVOiN9ZSt .item {
    justify-content: left;
  }
}
.cid-txVOiN9ZSt .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOiN9ZSt .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOiN9ZSt .item-title DIV {
  text-align: left;
}
.cid-tqK3j3OEo7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqK3j3OEo7 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqK3j3OEo7 section {
  position: relative;
}
.cid-tqK3j3OEo7 h4 {
  margin: 0;
}
.cid-tqK3j3OEo7 a {
  font-weight: 300;
}
.cid-tqK3j3OEo7 .row {
  align-items: center;
}
.cid-tqK3j3OEo7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqK3j3OEo7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqK3j3OEo7 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqK3j3OEo7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqK3j3OEo7 .align-left {
    text-align: center;
  }
  .cid-tqK3j3OEo7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqK3j3OEo7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqK3j3OEo7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqK3j3OEo7 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqK3j3OEo7 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy45FHblvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy45FHblvQ .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy45FHblvQ .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy45FHblvQ .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tqKraZ0pIM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tqKraZ0pIM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tqKraZ0pIM H2 {
  color: #ebeced;
}
.cid-tqKraZ0pIM H3 {
  color: #c1c1c1;
}
.cid-tqKraZ0pIM .mbr-text,
.cid-tqKraZ0pIM .mbr-section-btn {
  color: #c1c1c1;
}
.cid-tqKraZ0pIM .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tqKraZ0pIM .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tqKraZ0pIM .photo {
    width: 100%;
  }
}
.cid-tqKraZ0pIM .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tqKraZ0pIM .list1 {
  color: #ebeced;
}
.cid-tqKraZ0pIM H1 {
  color: #c1c1c1;
}
.cid-tqKLLLuVvv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tqKLLLuVvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKLLLuVvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKLLLuVvv .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .col-title {
    margin-bottom: 40px;
  }
}
.cid-tqKLLLuVvv .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tqKLLLuVvv .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tqKLLLuVvv .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-tqKLLLuVvv .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .accordion-title-container {
    display: none;
  }
}
.cid-tqKLLLuVvv .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #5F6AD4;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tqKLLLuVvv .accordion-title {
    padding: 0 10px;
  }
}
.cid-tqKLLLuVvv .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-tqKLLLuVvv .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tqKLLLuVvv .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .card {
    width: 100%;
  }
}
.cid-tqKLLLuVvv .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-tqKLLLuVvv .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tqKLLLuVvv .card-border-top2 {
    display: none;
  }
}
.cid-tqKLLLuVvv .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #ee2524;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tqKLLLuVvv .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-tqKLLLuVvv .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-tqKLLLuVvv .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tqKLLLuVvv .panel-body {
  padding-bottom: 20px;
}
.cid-tqKLLLuVvv .panel-text {
  margin-bottom: 20px !important;
  color: #f7ed4a;
}
.cid-tqKLLLuVvv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tqKLLLuVvv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tqKLLLuVvv .panel-title-edit {
  color: #f5f5f7;
}
.cid-tqKrb0BHQx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tqKrb0BHQx .showAlerts {
  display: block !important;
}
.cid-tqKrb0BHQx .rowflexrev {
  display: -webkit-flex;
}
.cid-tqKrb0BHQx .title {
  margin-bottom: 2rem;
}
.cid-tqKrb0BHQx .mbr-section-subtitle {
  color: #767676;
}
.cid-tqKrb0BHQx textarea.form-control {
  min-height: 188px;
}
.cid-tqKrb0BHQx LABEL {
  color: #232323;
}
.cid-tqKrb0BHQx .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqKrb0BHQx .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tqKrb0BHQx .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqKrb0BHQx .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tqKrb0BHQx .alert {
  margin-bottom: 0;
}
.cid-tqKrb0BHQx .alert-success {
  background-color: #70c770;
}
.cid-tqKrb0BHQx .alert-danger {
  background-color: #ff4a52;
}
.cid-tqKrb0BHQx .btn {
  display: inline-flex;
}
.cid-tqKrb0BHQx .hidden {
  display: none;
}
.cid-tqKrb0BHQx .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tqKrb0BHQx .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tqKrb0BHQx H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qJfPYsT .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qJfPYsT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qJfPYsT .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-tL0qJfPYsT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qJfPYsT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVOrHlSJY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVOrHlSJY section {
  position: relative;
}
.cid-txVOrHlSJY h4 {
  margin: 0;
}
.cid-txVOrHlSJY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVOrHlSJY a {
  font-weight: 300;
}
.cid-txVOrHlSJY .img1 {
  color: #00bea3;
}
.cid-txVOrHlSJY .img2 {
  color: #f1894c;
}
.cid-txVOrHlSJY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVOrHlSJY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVOrHlSJY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVOrHlSJY .item,
.cid-txVOrHlSJY .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVOrHlSJY .item h4,
.cid-txVOrHlSJY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVOrHlSJY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVOrHlSJY .item {
    justify-content: left;
  }
}
.cid-txVOrHlSJY .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOrHlSJY .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOrHlSJY .item-title DIV {
  text-align: left;
}
.cid-tqKrb1GXav {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tqKrb1GXav .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tqKrb1GXav section {
  position: relative;
}
.cid-tqKrb1GXav h4 {
  margin: 0;
}
.cid-tqKrb1GXav a {
  font-weight: 300;
}
.cid-tqKrb1GXav .row {
  align-items: center;
}
.cid-tqKrb1GXav .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tqKrb1GXav .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tqKrb1GXav .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tqKrb1GXav .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tqKrb1GXav .align-left {
    text-align: center;
  }
  .cid-tqKrb1GXav .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqKrb1GXav .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tqKrb1GXav .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tqKrb1GXav .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tqKrb1GXav H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trkkybYngi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trkkybYngi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trkkybYngi a {
  font-style: normal;
}
.cid-trkkybYngi .show {
  overflow: visible;
}
.cid-trkkybYngi .dropdown-menu {
  max-height: 400px;
}
.cid-trkkybYngi .dropdown-item:active {
  background-color: transparent;
}
.cid-trkkybYngi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trkkybYngi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trkkybYngi .nav-item:focus,
.cid-trkkybYngi .nav-link:focus {
  outline: none;
}
.cid-trkkybYngi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trkkybYngi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trkkybYngi .menu-logo {
  margin-right: auto;
}
.cid-trkkybYngi .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-trkkybYngi .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-trkkybYngi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trkkybYngi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu {
  background: #000000;
  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-trkkybYngi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trkkybYngi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trkkybYngi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trkkybYngi .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-trkkybYngi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trkkybYngi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trkkybYngi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trkkybYngi button.navbar-toggler:focus {
  outline: none;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trkkybYngi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trkkybYngi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trkkybYngi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .collapsed .btn {
  display: -webkit-flex;
}
.cid-trkkybYngi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing,
.cid-trkkybYngi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trkkybYngi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trkkybYngi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trkkybYngi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trkkybYngi .collapsed button.navbar-toggler {
  display: block;
}
.cid-trkkybYngi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trkkybYngi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trkkybYngi .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-trkkybYngi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trkkybYngi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trkkybYngi .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-trkkybYngi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi img {
    height: 3.8rem !important;
  }
  .cid-trkkybYngi .btn {
    display: -webkit-flex;
  }
  .cid-trkkybYngi button.navbar-toggler {
    display: block;
  }
  .cid-trkkybYngi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trkkybYngi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing,
  .cid-trkkybYngi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trkkybYngi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trkkybYngi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trkkybYngi .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-trkkybYngi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trkkybYngi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trkkybYngi .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-trkkybYngi .nav-link {
    justify-content: start !important;
  }
  .cid-trkkybYngi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trkkybYngi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trkkybYngi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trkkybYngi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trkkybYngi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trkkybYngi .nav-link:hover,
.cid-trkkybYngi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trkkybYngi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trkkybYngi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy45MdMF2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy45MdMF2w .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy45MdMF2w .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy45MdMF2w .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsrBD8mGdl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/flitch-of-bacon-1920x1280.jpg");
  background-position: right;
}
.cid-tsrBD8mGdl .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsrBD8mGdl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsrBD8mGdl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsrBD8mGdl img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsrBD8mGdl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1LshKhHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1LshKhHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1LshKhHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1LshKhHJ .card-wrapper {
  width: 100%;
}
.cid-ty1LshKhHJ .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1LshKhHJ .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1LshKhHJ .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1LshKhHJ .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1LshKhHJ .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1LshKhHJ .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1LshKhHJ .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1LshKhHJ .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1LshKhHJ .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1LshKhHJ .card-title {
    text-align: center !important;
  }
}
.cid-ty1LshKhHJ .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1LshKhHJ .card-text {
    text-align: center !important;
  }
}
.cid-tsDw6O0Wan {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsDw6O0Wan .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsDw6O0Wan H2 {
  color: #ebeced;
}
.cid-tsDw6O0Wan H3 {
  color: #c1c1c1;
}
.cid-tsDw6O0Wan .mbr-text,
.cid-tsDw6O0Wan .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tsDw6O0Wan .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tsDw6O0Wan img {
  filter: invert(0.5);
  width: auto;
}
.cid-tsDw6O0Wan H1 {
  color: #c1c1c1;
}
#custom-html-1ap {
  background-color: #252b31;
}
#custom-html-1ap #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1ap #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1ap #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tnIKh7CFVR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tnIKh7CFVR .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tnIKh7CFVR .wrapper {
    padding: 20px;
  }
}
.cid-tnIKh7CFVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnIKh7CFVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnIKh7CFVR .mbr-text.text1 {
  color: #ebeced;
}
.cid-tnIKh7CFVR .mbr-text.text2 {
  color: #ebeced;
}
.cid-tny6JPRFEM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tny6JPRFEM .mbr-section-head {
  padding: 0 1rem;
}
.cid-tny6JPRFEM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tny6JPRFEM .team-card:hover {
  transform: translateY(-10px);
}
.cid-tny6JPRFEM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tny6JPRFEM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tny6JPRFEM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tny6JPRFEM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tny6JPRFEM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tny6JPRFEM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tny6JPRFEM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tny6JPRFEM .embla__button--next,
.cid-tny6JPRFEM .embla__button--prev {
  display: flex;
}
.cid-tny6JPRFEM .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tny6JPRFEM .embla__button {
    display: none;
  }
}
.cid-tny6JPRFEM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tny6JPRFEM .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tny6JPRFEM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tny6JPRFEM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tny6JPRFEM .embla__button {
    top: -10%;
  }
}
.cid-tny6JPRFEM .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tny6JPRFEM .embla {
    margin-top: 80px;
  }
}
.cid-tny6JPRFEM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tny6JPRFEM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tny6JPRFEM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tny6JPRFEM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tny6JPRFEM .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tny6JPRFEM .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tny6JPRFEM .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tny6JPRFEM .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tny6JPRFEM .mbr-text ul {
    display: block;
  }
}
.cid-tny6JPRFEM .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tny6JPRFEM .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tny6JPRFEM .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tny6JPRFEM .item-wrapper {
  height: 100%;
}
.cid-tny6JPRFEM .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tny6JPRFEM .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tny6JPRFEM .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-typ2tA9WX4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ2tA9WX4 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ2tA9WX4 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ2tA9WX4 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ2tA9WX4 .img-big {
  transition: all 1s;
}
.cid-typ2tA9WX4 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ2tA9WX4 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ2tA9WX4 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ2tA9WX4 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ2tA9WX4 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ2tA9WX4 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ2tA9WX4 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ2tA9WX4 .item:focus,
.cid-typ2tA9WX4 span:focus {
  outline: none;
}
.cid-typ2tA9WX4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ2tA9WX4 .mbr-section-title {
  color: #ffffff;
}
.cid-typ2tA9WX4 .mbr-text,
.cid-typ2tA9WX4 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ2tA9WX4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ2tA9WX4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ2tA9WX4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ30a8xwn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ30a8xwn .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ30a8xwn .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ30a8xwn .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ30a8xwn .img-big {
  transition: all 1s;
}
.cid-typ30a8xwn .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ30a8xwn .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ30a8xwn .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ30a8xwn .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ30a8xwn .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ30a8xwn .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ30a8xwn .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ30a8xwn .item:focus,
.cid-typ30a8xwn span:focus {
  outline: none;
}
.cid-typ30a8xwn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ30a8xwn .mbr-section-title {
  color: #ffffff;
}
.cid-typ30a8xwn .mbr-text,
.cid-typ30a8xwn .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ30a8xwn .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ30a8xwn .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ30a8xwn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ36G9olD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ36G9olD .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ36G9olD .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ36G9olD .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ36G9olD .img-big {
  transition: all 1s;
}
.cid-typ36G9olD .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ36G9olD .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ36G9olD .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ36G9olD .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ36G9olD .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ36G9olD .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ36G9olD .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ36G9olD .item:focus,
.cid-typ36G9olD span:focus {
  outline: none;
}
.cid-typ36G9olD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ36G9olD .mbr-section-title {
  color: #ffffff;
}
.cid-typ36G9olD .mbr-text,
.cid-typ36G9olD .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ36G9olD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ36G9olD .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ36G9olD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tny3wy41QK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tny3wy41QK .showAlerts {
  display: block !important;
}
.cid-tny3wy41QK .rowflexrev {
  display: -webkit-flex;
}
.cid-tny3wy41QK .title {
  margin-bottom: 2rem;
}
.cid-tny3wy41QK .mbr-section-subtitle {
  color: #767676;
}
.cid-tny3wy41QK textarea.form-control {
  min-height: 188px;
}
.cid-tny3wy41QK LABEL {
  color: #232323;
}
.cid-tny3wy41QK .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tny3wy41QK .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tny3wy41QK .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tny3wy41QK .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tny3wy41QK .alert {
  margin-bottom: 0;
}
.cid-tny3wy41QK .alert-success {
  background-color: #70c770;
}
.cid-tny3wy41QK .alert-danger {
  background-color: #ff4a52;
}
.cid-tny3wy41QK .btn {
  display: inline-flex;
}
.cid-tny3wy41QK .hidden {
  display: none;
}
.cid-tny3wy41QK .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tny3wy41QK .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tny3wy41QK H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0qT9iO1R .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0qT9iO1R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0qT9iO1R .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-tL0qT9iO1R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0qT9iO1R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVOOnHgtJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVOOnHgtJ section {
  position: relative;
}
.cid-txVOOnHgtJ h4 {
  margin: 0;
}
.cid-txVOOnHgtJ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVOOnHgtJ a {
  font-weight: 300;
}
.cid-txVOOnHgtJ .img1 {
  color: #00bea3;
}
.cid-txVOOnHgtJ .img2 {
  color: #f1894c;
}
.cid-txVOOnHgtJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVOOnHgtJ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVOOnHgtJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVOOnHgtJ .item,
.cid-txVOOnHgtJ .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVOOnHgtJ .item h4,
.cid-txVOOnHgtJ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVOOnHgtJ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVOOnHgtJ .item {
    justify-content: left;
  }
}
.cid-txVOOnHgtJ .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOOnHgtJ .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVOOnHgtJ .item-title DIV {
  text-align: left;
}
.cid-tny3wzelrl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tny3wzelrl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tny3wzelrl section {
  position: relative;
}
.cid-tny3wzelrl h4 {
  margin: 0;
}
.cid-tny3wzelrl a {
  font-weight: 300;
}
.cid-tny3wzelrl .row {
  align-items: center;
}
.cid-tny3wzelrl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tny3wzelrl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tny3wzelrl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tny3wzelrl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tny3wzelrl .align-left {
    text-align: center;
  }
  .cid-tny3wzelrl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tny3wzelrl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tny3wzelrl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tny3wzelrl .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tny3wzelrl H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trTPDrMyEB .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trTPDrMyEB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trTPDrMyEB a {
  font-style: normal;
}
.cid-trTPDrMyEB .show {
  overflow: visible;
}
.cid-trTPDrMyEB .dropdown-menu {
  max-height: 400px;
}
.cid-trTPDrMyEB .dropdown-item:active {
  background-color: transparent;
}
.cid-trTPDrMyEB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trTPDrMyEB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trTPDrMyEB .nav-item:focus,
.cid-trTPDrMyEB .nav-link:focus {
  outline: none;
}
.cid-trTPDrMyEB .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trTPDrMyEB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trTPDrMyEB .menu-logo {
  margin-right: auto;
}
.cid-trTPDrMyEB .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-trTPDrMyEB .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-trTPDrMyEB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trTPDrMyEB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trTPDrMyEB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trTPDrMyEB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trTPDrMyEB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trTPDrMyEB .dropdown .dropdown-menu {
  background: #000000;
  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-trTPDrMyEB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trTPDrMyEB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trTPDrMyEB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trTPDrMyEB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trTPDrMyEB .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-trTPDrMyEB .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trTPDrMyEB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trTPDrMyEB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trTPDrMyEB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trTPDrMyEB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trTPDrMyEB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trTPDrMyEB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trTPDrMyEB button.navbar-toggler:focus {
  outline: none;
}
.cid-trTPDrMyEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trTPDrMyEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trTPDrMyEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTPDrMyEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trTPDrMyEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trTPDrMyEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTPDrMyEB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trTPDrMyEB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trTPDrMyEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trTPDrMyEB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trTPDrMyEB .collapsed .btn {
  display: -webkit-flex;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trTPDrMyEB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trTPDrMyEB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trTPDrMyEB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trTPDrMyEB .collapsed button.navbar-toggler {
  display: block;
}
.cid-trTPDrMyEB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trTPDrMyEB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trTPDrMyEB .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-trTPDrMyEB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trTPDrMyEB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trTPDrMyEB .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-trTPDrMyEB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trTPDrMyEB img {
    height: 3.8rem !important;
  }
  .cid-trTPDrMyEB .btn {
    display: -webkit-flex;
  }
  .cid-trTPDrMyEB button.navbar-toggler {
    display: block;
  }
  .cid-trTPDrMyEB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trTPDrMyEB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trTPDrMyEB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing,
  .cid-trTPDrMyEB .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing .navbar-nav,
  .cid-trTPDrMyEB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trTPDrMyEB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trTPDrMyEB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing .navbar-buttons,
  .cid-trTPDrMyEB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trTPDrMyEB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trTPDrMyEB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trTPDrMyEB .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-trTPDrMyEB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trTPDrMyEB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trTPDrMyEB .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-trTPDrMyEB .nav-link {
    justify-content: start !important;
  }
  .cid-trTPDrMyEB .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trTPDrMyEB .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trTPDrMyEB .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trTPDrMyEB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trTPDrMyEB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trTPDrMyEB .nav-link:hover,
.cid-trTPDrMyEB .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trTPDrMyEB .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trTPDrMyEB .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy45UiTwrz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy45UiTwrz .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy45UiTwrz .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy45UiTwrz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-trTPDn0UQX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/brecon-beacons-resort-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-trTPDn0UQX .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-trTPDn0UQX .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-trTPDn0UQX .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-trTPDn0UQX img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-trTPDn0UQX .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1LF1RK3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1LF1RK3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1LF1RK3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1LF1RK3R .card-wrapper {
  width: 100%;
}
.cid-ty1LF1RK3R .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1LF1RK3R .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1LF1RK3R .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1LF1RK3R .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1LF1RK3R .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1LF1RK3R .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1LF1RK3R .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1LF1RK3R .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1LF1RK3R .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1LF1RK3R .card-title {
    text-align: center !important;
  }
}
.cid-ty1LF1RK3R .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1LF1RK3R .card-text {
    text-align: center !important;
  }
}
.cid-trTPDnjh8a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-trTPDnjh8a .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trTPDnjh8a H2 {
  color: #ebeced;
}
.cid-trTPDnjh8a H3 {
  color: #c1c1c1;
}
.cid-trTPDnjh8a .mbr-text,
.cid-trTPDnjh8a .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trTPDnjh8a .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trTPDnjh8a img {
  filter: invert(0.5);
  width: auto;
}
.cid-trTPDnjh8a H1 {
  color: #c1c1c1;
}
.cid-trTPDnBqvX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-trTPDnBqvX .row {
  flex-direction: row-reverse;
}
.cid-trTPDnBqvX .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-trTPDnBqvX .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-trTPDnBqvX .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-trTPDnBqvX .column1 {
    align-items: left;
    text-align: left;
  }
}
.cid-trTPDnBqvX .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-trTPDnBqvX .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-trTPDnBqvX .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-trTPDnBqvX .card-item:last-child {
  margin-right: 0;
}
.cid-trTPDnBqvX .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-trTPDnBqvX .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-trTPDnBqvX .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-trTPDnBqvX .column2 {
  height: 100%;
}
.cid-trTPDnBqvX .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-trTPDnBqvX .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-trTPDnBqvX .column2 {
    text-align: left;
  }
}
.cid-trTPDnBqvX .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-trTPDnBqvX .list-column2 {
  color: #ffffff;
  text-align: left;
}
#custom-html-1by {
  background-color: #252b31;
}
#custom-html-1by #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1by #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1by #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-trTPDnXyjn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-trTPDnXyjn .mbr-section-head {
  padding: 0 1rem;
}
.cid-trTPDnXyjn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-trTPDnXyjn .team-card:hover {
  transform: translateY(-10px);
}
.cid-trTPDnXyjn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-trTPDnXyjn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-trTPDnXyjn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-trTPDnXyjn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTPDnXyjn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-trTPDnXyjn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-trTPDnXyjn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-trTPDnXyjn .embla__button--next,
.cid-trTPDnXyjn .embla__button--prev {
  display: flex;
}
.cid-trTPDnXyjn .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-trTPDnXyjn .embla__button {
    display: none;
  }
}
.cid-trTPDnXyjn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-trTPDnXyjn .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-trTPDnXyjn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trTPDnXyjn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-trTPDnXyjn .embla__button {
    top: -10%;
  }
}
.cid-trTPDnXyjn .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trTPDnXyjn .embla {
    margin-top: 80px;
  }
}
.cid-trTPDnXyjn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-trTPDnXyjn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-trTPDnXyjn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-trTPDnXyjn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-trTPDnXyjn .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-trTPDnXyjn .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-trTPDnXyjn .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-trTPDnXyjn .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-trTPDnXyjn .mbr-text ul {
    display: block;
  }
}
.cid-trTPDnXyjn .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-trTPDnXyjn .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-trTPDnXyjn .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-trTPDnXyjn .item-wrapper {
  height: 100%;
}
.cid-trTPDnXyjn .item-wrapper .image-wrap {
  height: 100%;
}
.cid-trTPDnXyjn .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-trTPDnXyjn .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-typ3R6r9pU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ3R6r9pU .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ3R6r9pU .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ3R6r9pU .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ3R6r9pU .img-big {
  transition: all 1s;
}
.cid-typ3R6r9pU .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ3R6r9pU .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ3R6r9pU .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ3R6r9pU .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ3R6r9pU .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ3R6r9pU .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ3R6r9pU .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ3R6r9pU .item:focus,
.cid-typ3R6r9pU span:focus {
  outline: none;
}
.cid-typ3R6r9pU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ3R6r9pU .mbr-section-title {
  color: #ffffff;
}
.cid-typ3R6r9pU .mbr-text,
.cid-typ3R6r9pU .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ3R6r9pU .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ3R6r9pU .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ3R6r9pU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ3RNWZwv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ3RNWZwv .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ3RNWZwv .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ3RNWZwv .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ3RNWZwv .img-big {
  transition: all 1s;
}
.cid-typ3RNWZwv .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ3RNWZwv .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ3RNWZwv .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ3RNWZwv .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ3RNWZwv .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ3RNWZwv .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ3RNWZwv .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ3RNWZwv .item:focus,
.cid-typ3RNWZwv span:focus {
  outline: none;
}
.cid-typ3RNWZwv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ3RNWZwv .mbr-section-title {
  color: #ffffff;
}
.cid-typ3RNWZwv .mbr-text,
.cid-typ3RNWZwv .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ3RNWZwv .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ3RNWZwv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ3RNWZwv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ3Stafj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ3Stafj7 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ3Stafj7 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ3Stafj7 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ3Stafj7 .img-big {
  transition: all 1s;
}
.cid-typ3Stafj7 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ3Stafj7 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ3Stafj7 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ3Stafj7 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ3Stafj7 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ3Stafj7 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ3Stafj7 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ3Stafj7 .item:focus,
.cid-typ3Stafj7 span:focus {
  outline: none;
}
.cid-typ3Stafj7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ3Stafj7 .mbr-section-title {
  color: #ffffff;
}
.cid-typ3Stafj7 .mbr-text,
.cid-typ3Stafj7 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ3Stafj7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ3Stafj7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ3Stafj7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-trTPDq7Rkw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-trTPDq7Rkw .showAlerts {
  display: block !important;
}
.cid-trTPDq7Rkw .rowflexrev {
  display: -webkit-flex;
}
.cid-trTPDq7Rkw .title {
  margin-bottom: 2rem;
}
.cid-trTPDq7Rkw .mbr-section-subtitle {
  color: #767676;
}
.cid-trTPDq7Rkw textarea.form-control {
  min-height: 188px;
}
.cid-trTPDq7Rkw LABEL {
  color: #232323;
}
.cid-trTPDq7Rkw .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trTPDq7Rkw .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-trTPDq7Rkw .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trTPDq7Rkw .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trTPDq7Rkw .alert {
  margin-bottom: 0;
}
.cid-trTPDq7Rkw .alert-success {
  background-color: #70c770;
}
.cid-trTPDq7Rkw .alert-danger {
  background-color: #ff4a52;
}
.cid-trTPDq7Rkw .btn {
  display: inline-flex;
}
.cid-trTPDq7Rkw .hidden {
  display: none;
}
.cid-trTPDq7Rkw .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-trTPDq7Rkw .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-trTPDq7Rkw H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0r0xayV0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0r0xayV0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0r0xayV0 .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-tL0r0xayV0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0r0xayV0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVPlOysaC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVPlOysaC section {
  position: relative;
}
.cid-txVPlOysaC h4 {
  margin: 0;
}
.cid-txVPlOysaC img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVPlOysaC a {
  font-weight: 300;
}
.cid-txVPlOysaC .img1 {
  color: #00bea3;
}
.cid-txVPlOysaC .img2 {
  color: #f1894c;
}
.cid-txVPlOysaC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVPlOysaC .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVPlOysaC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVPlOysaC .item,
.cid-txVPlOysaC .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVPlOysaC .item h4,
.cid-txVPlOysaC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVPlOysaC .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVPlOysaC .item {
    justify-content: left;
  }
}
.cid-txVPlOysaC .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVPlOysaC .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVPlOysaC .item-title DIV {
  text-align: left;
}
.cid-trTPDrr8l1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trTPDrr8l1 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-trTPDrr8l1 section {
  position: relative;
}
.cid-trTPDrr8l1 h4 {
  margin: 0;
}
.cid-trTPDrr8l1 a {
  font-weight: 300;
}
.cid-trTPDrr8l1 .row {
  align-items: center;
}
.cid-trTPDrr8l1 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-trTPDrr8l1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trTPDrr8l1 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trTPDrr8l1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-trTPDrr8l1 .align-left {
    text-align: center;
  }
  .cid-trTPDrr8l1 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trTPDrr8l1 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-trTPDrr8l1 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-trTPDrr8l1 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trTPDrr8l1 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trYsjWtDun .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trYsjWtDun .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trYsjWtDun a {
  font-style: normal;
}
.cid-trYsjWtDun .show {
  overflow: visible;
}
.cid-trYsjWtDun .dropdown-menu {
  max-height: 400px;
}
.cid-trYsjWtDun .dropdown-item:active {
  background-color: transparent;
}
.cid-trYsjWtDun .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trYsjWtDun .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trYsjWtDun .nav-item:focus,
.cid-trYsjWtDun .nav-link:focus {
  outline: none;
}
.cid-trYsjWtDun .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trYsjWtDun .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trYsjWtDun .menu-logo {
  margin-right: auto;
}
.cid-trYsjWtDun .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-trYsjWtDun .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-trYsjWtDun .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trYsjWtDun .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trYsjWtDun .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trYsjWtDun .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trYsjWtDun .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trYsjWtDun .dropdown .dropdown-menu {
  background: #000000;
  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-trYsjWtDun .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trYsjWtDun .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trYsjWtDun .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trYsjWtDun .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trYsjWtDun .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-trYsjWtDun .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trYsjWtDun .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trYsjWtDun .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trYsjWtDun .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trYsjWtDun .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trYsjWtDun .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trYsjWtDun button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trYsjWtDun button.navbar-toggler:focus {
  outline: none;
}
.cid-trYsjWtDun button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trYsjWtDun button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trYsjWtDun button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trYsjWtDun button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trYsjWtDun button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trYsjWtDun nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trYsjWtDun nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trYsjWtDun nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trYsjWtDun nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trYsjWtDun .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trYsjWtDun .collapsed .btn {
  display: -webkit-flex;
}
.cid-trYsjWtDun .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing,
.cid-trYsjWtDun .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trYsjWtDun .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trYsjWtDun .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trYsjWtDun .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trYsjWtDun .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trYsjWtDun .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trYsjWtDun .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trYsjWtDun .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trYsjWtDun .collapsed button.navbar-toggler {
  display: block;
}
.cid-trYsjWtDun .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trYsjWtDun .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trYsjWtDun .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-trYsjWtDun .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trYsjWtDun .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trYsjWtDun .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-trYsjWtDun.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trYsjWtDun img {
    height: 3.8rem !important;
  }
  .cid-trYsjWtDun .btn {
    display: -webkit-flex;
  }
  .cid-trYsjWtDun button.navbar-toggler {
    display: block;
  }
  .cid-trYsjWtDun .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trYsjWtDun .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trYsjWtDun .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing,
  .cid-trYsjWtDun .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing .navbar-nav,
  .cid-trYsjWtDun .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trYsjWtDun .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trYsjWtDun .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing .navbar-buttons,
  .cid-trYsjWtDun .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trYsjWtDun .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trYsjWtDun .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trYsjWtDun .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-trYsjWtDun .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trYsjWtDun .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trYsjWtDun .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-trYsjWtDun .nav-link {
    justify-content: start !important;
  }
  .cid-trYsjWtDun .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trYsjWtDun .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trYsjWtDun .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trYsjWtDun .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trYsjWtDun .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trYsjWtDun .nav-link:hover,
.cid-trYsjWtDun .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trYsjWtDun .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trYsjWtDun .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy460BSeiF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy460BSeiF .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy460BSeiF .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy460BSeiF .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-trYubKWMpJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dyo-resurgence-1920x1440px-1920x1440.jpg");
  background-position: right;
}
.cid-trYubKWMpJ .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-trYubKWMpJ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-trYubKWMpJ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-trYubKWMpJ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-trYubKWMpJ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1LMkPoil {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1LMkPoil .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1LMkPoil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1LMkPoil .card-wrapper {
  width: 100%;
}
.cid-ty1LMkPoil .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1LMkPoil .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1LMkPoil .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1LMkPoil .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1LMkPoil .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1LMkPoil .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1LMkPoil .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1LMkPoil .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1LMkPoil .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1LMkPoil .card-title {
    text-align: center !important;
  }
}
.cid-ty1LMkPoil .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1LMkPoil .card-text {
    text-align: center !important;
  }
}
.cid-trYsjTNS99 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-trYsjTNS99 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYsjTNS99 H2 {
  color: #ebeced;
}
.cid-trYsjTNS99 H3 {
  color: #c1c1c1;
}
.cid-trYsjTNS99 .mbr-text,
.cid-trYsjTNS99 .mbr-section-btn {
  color: #ebeced;
}
@media (max-width: 992px) {
  .cid-trYsjTNS99 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYsjTNS99 img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYsjTNS99 H1 {
  color: #c1c1c1;
}
.cid-trYsjUpA4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYsjUpA4r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYsjUpA4r H2 {
  color: #ebeced;
}
.cid-trYsjUpA4r H3 {
  color: #c1c1c1;
}
.cid-trYsjUpA4r .mbr-text,
.cid-trYsjUpA4r .mbr-section-btn {
  color: #ebeced;
}
.cid-trYsjUpA4r .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYsjUpA4r .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYsjUpA4r .photo {
    width: 100%;
  }
}
.cid-trYsjUpA4r .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYM0qZveD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-trYM0qZveD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYM0qZveD H2 {
  color: #ebeced;
}
.cid-trYM0qZveD H3 {
  color: #c1c1c1;
}
.cid-trYM0qZveD .mbr-text,
.cid-trYM0qZveD .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYM0qZveD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYM0qZveD img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYyMuMhI0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYyMuMhI0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYyMuMhI0 H2 {
  color: #ebeced;
}
.cid-trYyMuMhI0 H3 {
  color: #c1c1c1;
}
.cid-trYyMuMhI0 .mbr-text,
.cid-trYyMuMhI0 .mbr-section-btn {
  color: #ebeced;
}
.cid-trYyMuMhI0 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYyMuMhI0 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYyMuMhI0 .photo {
    width: 100%;
  }
}
.cid-trYyMuMhI0 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYMkiW9RD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-trYMkiW9RD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYMkiW9RD H2 {
  color: #ebeced;
}
.cid-trYMkiW9RD H3 {
  color: #c1c1c1;
}
.cid-trYMkiW9RD .mbr-text,
.cid-trYMkiW9RD .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYMkiW9RD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYMkiW9RD img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYMiUkw3r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYMiUkw3r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYMiUkw3r H2 {
  color: #ebeced;
}
.cid-trYMiUkw3r H3 {
  color: #c1c1c1;
}
.cid-trYMiUkw3r .mbr-text,
.cid-trYMiUkw3r .mbr-section-btn {
  color: #ebeced;
}
.cid-trYMiUkw3r .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYMiUkw3r .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYMiUkw3r .photo {
    width: 100%;
  }
}
.cid-trYMiUkw3r .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYN70flTI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-trYN70flTI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYN70flTI H2 {
  color: #ebeced;
}
.cid-trYN70flTI H3 {
  color: #c1c1c1;
}
.cid-trYN70flTI .mbr-text,
.cid-trYN70flTI .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYN70flTI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYN70flTI img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYN7RM5kY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYN7RM5kY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYN7RM5kY H2 {
  color: #ebeced;
}
.cid-trYN7RM5kY H3 {
  color: #c1c1c1;
}
.cid-trYN7RM5kY .mbr-text,
.cid-trYN7RM5kY .mbr-section-btn {
  color: #ebeced;
}
.cid-trYN7RM5kY .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYN7RM5kY .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYN7RM5kY .photo {
    width: 100%;
  }
}
.cid-trYN7RM5kY .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYOsvVsgJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trYOsvVsgJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYOsvVsgJ H2 {
  color: #ebeced;
}
.cid-trYOsvVsgJ H3 {
  color: #c1c1c1;
}
.cid-trYOsvVsgJ .mbr-text,
.cid-trYOsvVsgJ .mbr-section-btn {
  color: #ebeced;
}
.cid-trYOsvVsgJ .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYOsvVsgJ .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYOsvVsgJ .photo {
    width: 100%;
  }
}
.cid-trYOsvVsgJ .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYOeS9eKC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trYOeS9eKC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYOeS9eKC H2 {
  color: #ebeced;
}
.cid-trYOeS9eKC H3 {
  color: #c1c1c1;
}
.cid-trYOeS9eKC .mbr-text,
.cid-trYOeS9eKC .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYOeS9eKC .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYOeS9eKC img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYP3Osmyy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trYP3Osmyy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYP3Osmyy H2 {
  color: #ebeced;
}
.cid-trYP3Osmyy H3 {
  color: #c1c1c1;
}
.cid-trYP3Osmyy .mbr-text,
.cid-trYP3Osmyy .mbr-section-btn {
  color: #ebeced;
}
.cid-trYP3Osmyy .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYP3Osmyy .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYP3Osmyy .photo {
    width: 100%;
  }
}
.cid-trYP3Osmyy .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYPsNC0AD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trYPsNC0AD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYPsNC0AD H2 {
  color: #ebeced;
}
.cid-trYPsNC0AD H3 {
  color: #c1c1c1;
}
.cid-trYPsNC0AD .mbr-text,
.cid-trYPsNC0AD .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYPsNC0AD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYPsNC0AD img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYPHXtQhw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trYPHXtQhw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYPHXtQhw H2 {
  color: #ebeced;
}
.cid-trYPHXtQhw H3 {
  color: #c1c1c1;
}
.cid-trYPHXtQhw .mbr-text,
.cid-trYPHXtQhw .mbr-section-btn {
  color: #ebeced;
}
.cid-trYPHXtQhw .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYPHXtQhw .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYPHXtQhw .photo {
    width: 100%;
  }
}
.cid-trYPHXtQhw .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trYPXqQ3A6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trYPXqQ3A6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYPXqQ3A6 H2 {
  color: #ebeced;
}
.cid-trYPXqQ3A6 H3 {
  color: #c1c1c1;
}
.cid-trYPXqQ3A6 .mbr-text,
.cid-trYPXqQ3A6 .mbr-section-btn {
  color: #ebeced;
}
.cid-trYPXqQ3A6 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trYPXqQ3A6 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trYPXqQ3A6 .photo {
    width: 100%;
  }
}
.cid-trYPXqQ3A6 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-typ4d0OFD8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4d0OFD8 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4d0OFD8 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4d0OFD8 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4d0OFD8 .img-big {
  transition: all 1s;
}
.cid-typ4d0OFD8 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4d0OFD8 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4d0OFD8 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4d0OFD8 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4d0OFD8 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4d0OFD8 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4d0OFD8 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4d0OFD8 .item:focus,
.cid-typ4d0OFD8 span:focus {
  outline: none;
}
.cid-typ4d0OFD8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4d0OFD8 .mbr-section-title {
  color: #ffffff;
}
.cid-typ4d0OFD8 .mbr-text,
.cid-typ4d0OFD8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4d0OFD8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4d0OFD8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4d0OFD8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ4dFddIH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4dFddIH .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4dFddIH .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4dFddIH .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4dFddIH .img-big {
  transition: all 1s;
}
.cid-typ4dFddIH .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4dFddIH .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4dFddIH .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4dFddIH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4dFddIH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4dFddIH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4dFddIH .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4dFddIH .item:focus,
.cid-typ4dFddIH span:focus {
  outline: none;
}
.cid-typ4dFddIH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4dFddIH .mbr-section-title {
  color: #ffffff;
}
.cid-typ4dFddIH .mbr-text,
.cid-typ4dFddIH .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4dFddIH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4dFddIH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4dFddIH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ4eoTuy6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4eoTuy6 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4eoTuy6 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4eoTuy6 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4eoTuy6 .img-big {
  transition: all 1s;
}
.cid-typ4eoTuy6 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4eoTuy6 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4eoTuy6 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4eoTuy6 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4eoTuy6 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4eoTuy6 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4eoTuy6 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4eoTuy6 .item:focus,
.cid-typ4eoTuy6 span:focus {
  outline: none;
}
.cid-typ4eoTuy6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4eoTuy6 .mbr-section-title {
  color: #ffffff;
}
.cid-typ4eoTuy6 .mbr-text,
.cid-typ4eoTuy6 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4eoTuy6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4eoTuy6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4eoTuy6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-trYsjVpYec {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-trYsjVpYec .showAlerts {
  display: block !important;
}
.cid-trYsjVpYec .rowflexrev {
  display: -webkit-flex;
}
.cid-trYsjVpYec .title {
  margin-bottom: 2rem;
}
.cid-trYsjVpYec .mbr-section-subtitle {
  color: #767676;
}
.cid-trYsjVpYec textarea.form-control {
  min-height: 188px;
}
.cid-trYsjVpYec LABEL {
  color: #232323;
}
.cid-trYsjVpYec .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYsjVpYec .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-trYsjVpYec .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYsjVpYec .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYsjVpYec .alert {
  margin-bottom: 0;
}
.cid-trYsjVpYec .alert-success {
  background-color: #70c770;
}
.cid-trYsjVpYec .alert-danger {
  background-color: #ff4a52;
}
.cid-trYsjVpYec .btn {
  display: inline-flex;
}
.cid-trYsjVpYec .hidden {
  display: none;
}
.cid-trYsjVpYec .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-trYsjVpYec .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-trYsjVpYec H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0r4biwei .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0r4biwei .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0r4biwei .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-tL0r4biwei .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0r4biwei .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVQ8c4jfh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVQ8c4jfh section {
  position: relative;
}
.cid-txVQ8c4jfh h4 {
  margin: 0;
}
.cid-txVQ8c4jfh img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVQ8c4jfh a {
  font-weight: 300;
}
.cid-txVQ8c4jfh .img1 {
  color: #00bea3;
}
.cid-txVQ8c4jfh .img2 {
  color: #f1894c;
}
.cid-txVQ8c4jfh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVQ8c4jfh .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVQ8c4jfh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVQ8c4jfh .item,
.cid-txVQ8c4jfh .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVQ8c4jfh .item h4,
.cid-txVQ8c4jfh .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVQ8c4jfh .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVQ8c4jfh .item {
    justify-content: left;
  }
}
.cid-txVQ8c4jfh .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQ8c4jfh .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQ8c4jfh .item-title DIV {
  text-align: left;
}
.cid-trYsjWedFi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYsjWedFi .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-trYsjWedFi section {
  position: relative;
}
.cid-trYsjWedFi h4 {
  margin: 0;
}
.cid-trYsjWedFi a {
  font-weight: 300;
}
.cid-trYsjWedFi .row {
  align-items: center;
}
.cid-trYsjWedFi .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-trYsjWedFi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trYsjWedFi .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYsjWedFi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-trYsjWedFi .align-left {
    text-align: center;
  }
  .cid-trYsjWedFi .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trYsjWedFi .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-trYsjWedFi .item {
    padding-bottom: 0.5rem;
  }
}
.cid-trYsjWedFi .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trYsjWedFi H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trYROfSkgN .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trYROfSkgN .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trYROfSkgN a {
  font-style: normal;
}
.cid-trYROfSkgN .show {
  overflow: visible;
}
.cid-trYROfSkgN .dropdown-menu {
  max-height: 400px;
}
.cid-trYROfSkgN .dropdown-item:active {
  background-color: transparent;
}
.cid-trYROfSkgN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trYROfSkgN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trYROfSkgN .nav-item:focus,
.cid-trYROfSkgN .nav-link:focus {
  outline: none;
}
.cid-trYROfSkgN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trYROfSkgN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trYROfSkgN .menu-logo {
  margin-right: auto;
}
.cid-trYROfSkgN .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-trYROfSkgN .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-trYROfSkgN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trYROfSkgN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trYROfSkgN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trYROfSkgN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trYROfSkgN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trYROfSkgN .dropdown .dropdown-menu {
  background: #000000;
  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-trYROfSkgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trYROfSkgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trYROfSkgN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trYROfSkgN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trYROfSkgN .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-trYROfSkgN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trYROfSkgN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trYROfSkgN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trYROfSkgN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trYROfSkgN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trYROfSkgN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trYROfSkgN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trYROfSkgN button.navbar-toggler:focus {
  outline: none;
}
.cid-trYROfSkgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trYROfSkgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trYROfSkgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trYROfSkgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trYROfSkgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trYROfSkgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trYROfSkgN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trYROfSkgN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trYROfSkgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trYROfSkgN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trYROfSkgN .collapsed .btn {
  display: -webkit-flex;
}
.cid-trYROfSkgN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing,
.cid-trYROfSkgN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trYROfSkgN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trYROfSkgN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trYROfSkgN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trYROfSkgN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trYROfSkgN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trYROfSkgN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trYROfSkgN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trYROfSkgN .collapsed button.navbar-toggler {
  display: block;
}
.cid-trYROfSkgN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trYROfSkgN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trYROfSkgN .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-trYROfSkgN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trYROfSkgN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trYROfSkgN .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-trYROfSkgN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trYROfSkgN img {
    height: 3.8rem !important;
  }
  .cid-trYROfSkgN .btn {
    display: -webkit-flex;
  }
  .cid-trYROfSkgN button.navbar-toggler {
    display: block;
  }
  .cid-trYROfSkgN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trYROfSkgN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trYROfSkgN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing,
  .cid-trYROfSkgN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing .navbar-nav,
  .cid-trYROfSkgN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trYROfSkgN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trYROfSkgN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing .navbar-buttons,
  .cid-trYROfSkgN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trYROfSkgN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trYROfSkgN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trYROfSkgN .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-trYROfSkgN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trYROfSkgN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trYROfSkgN .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-trYROfSkgN .nav-link {
    justify-content: start !important;
  }
  .cid-trYROfSkgN .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trYROfSkgN .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trYROfSkgN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trYROfSkgN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trYROfSkgN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trYROfSkgN .nav-link:hover,
.cid-trYROfSkgN .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trYROfSkgN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trYROfSkgN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy466Q9bvO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy466Q9bvO .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy466Q9bvO .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy466Q9bvO .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-trYROcv6BX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/disability-access-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-trYROcv6BX .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-trYROcv6BX .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-trYROcv6BX .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-trYROcv6BX img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-trYROcv6BX .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-trYROcHua0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trYROcHua0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trYROcHua0 H2 {
  color: #ebeced;
}
.cid-trYROcHua0 H3 {
  color: #c1c1c1;
}
.cid-trYROcHua0 .mbr-text,
.cid-trYROcHua0 .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYROcHua0 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-trYROcHua0 img {
  filter: invert(0.5);
  width: auto;
}
.cid-trYROcHua0 H1 {
  color: #c1c1c1;
}
.cid-trYROcQgrn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-trYROcQgrn .row {
  flex-direction: row-reverse;
}
.cid-trYROcQgrn .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-trYROcQgrn .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-trYROcQgrn .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-trYROcQgrn .column1 {
    align-items: left;
    text-align: left;
  }
}
.cid-trYROcQgrn .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-trYROcQgrn .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-trYROcQgrn .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-trYROcQgrn .card-item:last-child {
  margin-right: 0;
}
.cid-trYROcQgrn .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-trYROcQgrn .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-trYROcQgrn .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-trYROcQgrn .column2 {
  height: 100%;
}
.cid-trYROcQgrn .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-trYROcQgrn .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-trYROcQgrn .column2 {
    text-align: center;
  }
}
.cid-trYROcQgrn .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-trYROcQgrn .list-column2 {
  color: #ffffff;
  text-align: left;
}
.cid-typ4P9wEwk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4P9wEwk .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4P9wEwk .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4P9wEwk .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4P9wEwk .img-big {
  transition: all 1s;
}
.cid-typ4P9wEwk .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4P9wEwk .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4P9wEwk .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4P9wEwk .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4P9wEwk .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4P9wEwk .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4P9wEwk .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4P9wEwk .item:focus,
.cid-typ4P9wEwk span:focus {
  outline: none;
}
.cid-typ4P9wEwk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4P9wEwk .mbr-section-title {
  color: #ffffff;
}
.cid-typ4P9wEwk .mbr-text,
.cid-typ4P9wEwk .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4P9wEwk .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4P9wEwk .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4P9wEwk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ4PLaVAS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4PLaVAS .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4PLaVAS .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4PLaVAS .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4PLaVAS .img-big {
  transition: all 1s;
}
.cid-typ4PLaVAS .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4PLaVAS .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4PLaVAS .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4PLaVAS .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4PLaVAS .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4PLaVAS .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4PLaVAS .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4PLaVAS .item:focus,
.cid-typ4PLaVAS span:focus {
  outline: none;
}
.cid-typ4PLaVAS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4PLaVAS .mbr-section-title {
  color: #ffffff;
}
.cid-typ4PLaVAS .mbr-text,
.cid-typ4PLaVAS .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4PLaVAS .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4PLaVAS .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4PLaVAS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ4QvxW7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ4QvxW7I .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ4QvxW7I .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ4QvxW7I .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ4QvxW7I .img-big {
  transition: all 1s;
}
.cid-typ4QvxW7I .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ4QvxW7I .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ4QvxW7I .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ4QvxW7I .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ4QvxW7I .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ4QvxW7I .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ4QvxW7I .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ4QvxW7I .item:focus,
.cid-typ4QvxW7I span:focus {
  outline: none;
}
.cid-typ4QvxW7I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ4QvxW7I .mbr-section-title {
  color: #ffffff;
}
.cid-typ4QvxW7I .mbr-text,
.cid-typ4QvxW7I .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ4QvxW7I .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ4QvxW7I .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ4QvxW7I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-trYROeGb4r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-trYROeGb4r .showAlerts {
  display: block !important;
}
.cid-trYROeGb4r .rowflexrev {
  display: -webkit-flex;
}
.cid-trYROeGb4r .title {
  margin-bottom: 2rem;
}
.cid-trYROeGb4r .mbr-section-subtitle {
  color: #767676;
}
.cid-trYROeGb4r textarea.form-control {
  min-height: 188px;
}
.cid-trYROeGb4r LABEL {
  color: #232323;
}
.cid-trYROeGb4r .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYROeGb4r .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-trYROeGb4r .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYROeGb4r .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trYROeGb4r .alert {
  margin-bottom: 0;
}
.cid-trYROeGb4r .alert-success {
  background-color: #70c770;
}
.cid-trYROeGb4r .alert-danger {
  background-color: #ff4a52;
}
.cid-trYROeGb4r .btn {
  display: inline-flex;
}
.cid-trYROeGb4r .hidden {
  display: none;
}
.cid-trYROeGb4r .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-trYROeGb4r .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-trYROeGb4r H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0r7SucCa .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0r7SucCa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0r7SucCa .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-tL0r7SucCa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0r7SucCa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVQi46ekr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVQi46ekr section {
  position: relative;
}
.cid-txVQi46ekr h4 {
  margin: 0;
}
.cid-txVQi46ekr img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVQi46ekr a {
  font-weight: 300;
}
.cid-txVQi46ekr .img1 {
  color: #00bea3;
}
.cid-txVQi46ekr .img2 {
  color: #f1894c;
}
.cid-txVQi46ekr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVQi46ekr .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVQi46ekr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVQi46ekr .item,
.cid-txVQi46ekr .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVQi46ekr .item h4,
.cid-txVQi46ekr .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVQi46ekr .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVQi46ekr .item {
    justify-content: left;
  }
}
.cid-txVQi46ekr .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQi46ekr .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQi46ekr .item-title DIV {
  text-align: left;
}
.cid-trYROfCcXD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trYROfCcXD .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-trYROfCcXD section {
  position: relative;
}
.cid-trYROfCcXD h4 {
  margin: 0;
}
.cid-trYROfCcXD a {
  font-weight: 300;
}
.cid-trYROfCcXD .row {
  align-items: center;
}
.cid-trYROfCcXD .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-trYROfCcXD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trYROfCcXD .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trYROfCcXD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-trYROfCcXD .align-left {
    text-align: center;
  }
  .cid-trYROfCcXD .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trYROfCcXD .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-trYROfCcXD .item {
    padding-bottom: 0.5rem;
  }
}
.cid-trYROfCcXD .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trYROfCcXD H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trZ3gl2EFR .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZ3gl2EFR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trZ3gl2EFR a {
  font-style: normal;
}
.cid-trZ3gl2EFR .show {
  overflow: visible;
}
.cid-trZ3gl2EFR .dropdown-menu {
  max-height: 400px;
}
.cid-trZ3gl2EFR .dropdown-item:active {
  background-color: transparent;
}
.cid-trZ3gl2EFR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trZ3gl2EFR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trZ3gl2EFR .nav-item:focus,
.cid-trZ3gl2EFR .nav-link:focus {
  outline: none;
}
.cid-trZ3gl2EFR .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trZ3gl2EFR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trZ3gl2EFR .menu-logo {
  margin-right: auto;
}
.cid-trZ3gl2EFR .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-trZ3gl2EFR .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-trZ3gl2EFR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trZ3gl2EFR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trZ3gl2EFR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trZ3gl2EFR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trZ3gl2EFR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trZ3gl2EFR .dropdown .dropdown-menu {
  background: #000000;
  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-trZ3gl2EFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trZ3gl2EFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZ3gl2EFR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trZ3gl2EFR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZ3gl2EFR .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-trZ3gl2EFR .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trZ3gl2EFR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trZ3gl2EFR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trZ3gl2EFR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trZ3gl2EFR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trZ3gl2EFR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trZ3gl2EFR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trZ3gl2EFR button.navbar-toggler:focus {
  outline: none;
}
.cid-trZ3gl2EFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trZ3gl2EFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZ3gl2EFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ3gl2EFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ3gl2EFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZ3gl2EFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ3gl2EFR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZ3gl2EFR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZ3gl2EFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ3gl2EFR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trZ3gl2EFR .collapsed .btn {
  display: -webkit-flex;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trZ3gl2EFR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trZ3gl2EFR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trZ3gl2EFR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trZ3gl2EFR .collapsed button.navbar-toggler {
  display: block;
}
.cid-trZ3gl2EFR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trZ3gl2EFR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trZ3gl2EFR .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-trZ3gl2EFR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trZ3gl2EFR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trZ3gl2EFR .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-trZ3gl2EFR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trZ3gl2EFR img {
    height: 3.8rem !important;
  }
  .cid-trZ3gl2EFR .btn {
    display: -webkit-flex;
  }
  .cid-trZ3gl2EFR button.navbar-toggler {
    display: block;
  }
  .cid-trZ3gl2EFR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trZ3gl2EFR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trZ3gl2EFR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing,
  .cid-trZ3gl2EFR .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing .navbar-nav,
  .cid-trZ3gl2EFR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trZ3gl2EFR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trZ3gl2EFR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing .navbar-buttons,
  .cid-trZ3gl2EFR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trZ3gl2EFR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trZ3gl2EFR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trZ3gl2EFR .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-trZ3gl2EFR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trZ3gl2EFR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trZ3gl2EFR .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-trZ3gl2EFR .nav-link {
    justify-content: start !important;
  }
  .cid-trZ3gl2EFR .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trZ3gl2EFR .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trZ3gl2EFR .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trZ3gl2EFR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trZ3gl2EFR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trZ3gl2EFR .nav-link:hover,
.cid-trZ3gl2EFR .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trZ3gl2EFR .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trZ3gl2EFR .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46d8I0DP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46d8I0DP .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46d8I0DP .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46d8I0DP .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-trZ3gjrrJR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-trZ3gjrrJR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trZ3gjrrJR H2 {
  color: #ebeced;
}
.cid-trZ3gjrrJR H3 {
  color: #c1c1c1;
}
.cid-trZ3gjrrJR .mbr-text,
.cid-trZ3gjrrJR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-trZ3gjrrJR .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trZ3gjrrJR .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trZ3gjrrJR .photo {
    width: 100%;
  }
}
.cid-trZ3gjrrJR .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trZ3gjrrJR .list1 {
  color: #f7ed4a;
}
.cid-trZ3gjrrJR H1 {
  color: #c1c1c1;
}
.cid-trZ3gkawTt {
  background-color: #252b31;
}
.cid-trZ3gkawTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZ3gkawTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZ3gkawTt .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-trZ3gkawTt .container {
  max-width: 1280px;
}
.cid-trZ3gkawTt .row {
  justify-content: center;
}
.cid-trZ3gkawTt .mbr-section-title {
  color: #212132;
}
.cid-trZ3gkawTt .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-trZ3gkawTt .mbr-section-title,
.cid-trZ3gkawTt .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rbOSWYM .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rbOSWYM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rbOSWYM .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-tL0rbOSWYM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rbOSWYM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVQUmZ8M9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVQUmZ8M9 section {
  position: relative;
}
.cid-txVQUmZ8M9 h4 {
  margin: 0;
}
.cid-txVQUmZ8M9 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVQUmZ8M9 a {
  font-weight: 300;
}
.cid-txVQUmZ8M9 .img1 {
  color: #00bea3;
}
.cid-txVQUmZ8M9 .img2 {
  color: #f1894c;
}
.cid-txVQUmZ8M9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVQUmZ8M9 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVQUmZ8M9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVQUmZ8M9 .item,
.cid-txVQUmZ8M9 .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVQUmZ8M9 .item h4,
.cid-txVQUmZ8M9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVQUmZ8M9 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVQUmZ8M9 .item {
    justify-content: left;
  }
}
.cid-txVQUmZ8M9 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQUmZ8M9 .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVQUmZ8M9 .item-title DIV {
  text-align: left;
}
.cid-trZ3gkOgq9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trZ3gkOgq9 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-trZ3gkOgq9 section {
  position: relative;
}
.cid-trZ3gkOgq9 h4 {
  margin: 0;
}
.cid-trZ3gkOgq9 a {
  font-weight: 300;
}
.cid-trZ3gkOgq9 .row {
  align-items: center;
}
.cid-trZ3gkOgq9 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-trZ3gkOgq9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trZ3gkOgq9 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trZ3gkOgq9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-trZ3gkOgq9 .align-left {
    text-align: center;
  }
  .cid-trZ3gkOgq9 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trZ3gkOgq9 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-trZ3gkOgq9 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-trZ3gkOgq9 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trZ3gkOgq9 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trZ9cqJaMr .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZ9cqJaMr .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-trZ9cqJaMr a {
  font-style: normal;
}
.cid-trZ9cqJaMr .show {
  overflow: visible;
}
.cid-trZ9cqJaMr .dropdown-menu {
  max-height: 400px;
}
.cid-trZ9cqJaMr .dropdown-item:active {
  background-color: transparent;
}
.cid-trZ9cqJaMr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-trZ9cqJaMr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-trZ9cqJaMr .nav-item:focus,
.cid-trZ9cqJaMr .nav-link:focus {
  outline: none;
}
.cid-trZ9cqJaMr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trZ9cqJaMr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-trZ9cqJaMr .menu-logo {
  margin-right: auto;
}
.cid-trZ9cqJaMr .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-trZ9cqJaMr .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-trZ9cqJaMr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-trZ9cqJaMr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-trZ9cqJaMr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-trZ9cqJaMr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-trZ9cqJaMr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-trZ9cqJaMr .dropdown .dropdown-menu {
  background: #000000;
  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-trZ9cqJaMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-trZ9cqJaMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZ9cqJaMr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-trZ9cqJaMr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZ9cqJaMr .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-trZ9cqJaMr .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-trZ9cqJaMr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-trZ9cqJaMr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-trZ9cqJaMr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-trZ9cqJaMr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-trZ9cqJaMr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-trZ9cqJaMr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-trZ9cqJaMr button.navbar-toggler:focus {
  outline: none;
}
.cid-trZ9cqJaMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trZ9cqJaMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZ9cqJaMr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ9cqJaMr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ9cqJaMr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZ9cqJaMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ9cqJaMr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZ9cqJaMr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZ9cqJaMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ9cqJaMr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trZ9cqJaMr .collapsed .btn {
  display: -webkit-flex;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-trZ9cqJaMr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-trZ9cqJaMr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-trZ9cqJaMr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-trZ9cqJaMr .collapsed button.navbar-toggler {
  display: block;
}
.cid-trZ9cqJaMr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-trZ9cqJaMr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-trZ9cqJaMr .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-trZ9cqJaMr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-trZ9cqJaMr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-trZ9cqJaMr .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-trZ9cqJaMr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trZ9cqJaMr img {
    height: 3.8rem !important;
  }
  .cid-trZ9cqJaMr .btn {
    display: -webkit-flex;
  }
  .cid-trZ9cqJaMr button.navbar-toggler {
    display: block;
  }
  .cid-trZ9cqJaMr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-trZ9cqJaMr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-trZ9cqJaMr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing,
  .cid-trZ9cqJaMr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing .navbar-nav,
  .cid-trZ9cqJaMr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-trZ9cqJaMr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-trZ9cqJaMr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing .navbar-buttons,
  .cid-trZ9cqJaMr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-trZ9cqJaMr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-trZ9cqJaMr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-trZ9cqJaMr .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-trZ9cqJaMr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-trZ9cqJaMr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-trZ9cqJaMr .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-trZ9cqJaMr .nav-link {
    justify-content: start !important;
  }
  .cid-trZ9cqJaMr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-trZ9cqJaMr .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-trZ9cqJaMr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-trZ9cqJaMr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-trZ9cqJaMr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-trZ9cqJaMr .nav-link:hover,
.cid-trZ9cqJaMr .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-trZ9cqJaMr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-trZ9cqJaMr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46j7WPPE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46j7WPPE .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46j7WPPE .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46j7WPPE .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-trZ9cpuVYs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trZ9cpuVYs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trZ9cpuVYs H2 {
  color: #ebeced;
}
.cid-trZ9cpuVYs H3 {
  color: #c1c1c1;
}
.cid-trZ9cpuVYs .mbr-text,
.cid-trZ9cpuVYs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-trZ9cpuVYs .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trZ9cpuVYs .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trZ9cpuVYs .photo {
    width: 100%;
  }
}
.cid-trZ9cpuVYs .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trZ9cpuVYs .list1 {
  color: #f7ed4a;
}
.cid-trZ9cpuVYs H1 {
  color: #c1c1c1;
}
.cid-trZ9cpIPoH {
  background-color: #252b31;
}
.cid-trZ9cpIPoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZ9cpIPoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZ9cpIPoH .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-trZ9cpIPoH .container {
  max-width: 1280px;
}
.cid-trZ9cpIPoH .row {
  justify-content: center;
}
.cid-trZ9cpIPoH .mbr-section-title {
  color: #212132;
}
.cid-trZ9cpIPoH .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-trZ9cpIPoH .mbr-section-title,
.cid-trZ9cpIPoH .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rflVvwn .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rflVvwn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rflVvwn .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-tL0rflVvwn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rflVvwn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVRm7B5QX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVRm7B5QX section {
  position: relative;
}
.cid-txVRm7B5QX h4 {
  margin: 0;
}
.cid-txVRm7B5QX img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVRm7B5QX a {
  font-weight: 300;
}
.cid-txVRm7B5QX .img1 {
  color: #00bea3;
}
.cid-txVRm7B5QX .img2 {
  color: #f1894c;
}
.cid-txVRm7B5QX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVRm7B5QX .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVRm7B5QX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVRm7B5QX .item,
.cid-txVRm7B5QX .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVRm7B5QX .item h4,
.cid-txVRm7B5QX .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVRm7B5QX .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVRm7B5QX .item {
    justify-content: left;
  }
}
.cid-txVRm7B5QX .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRm7B5QX .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRm7B5QX .item-title DIV {
  text-align: left;
}
.cid-trZ9cqwHqb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-trZ9cqwHqb .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-trZ9cqwHqb section {
  position: relative;
}
.cid-trZ9cqwHqb h4 {
  margin: 0;
}
.cid-trZ9cqwHqb a {
  font-weight: 300;
}
.cid-trZ9cqwHqb .row {
  align-items: center;
}
.cid-trZ9cqwHqb .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-trZ9cqwHqb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trZ9cqwHqb .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trZ9cqwHqb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-trZ9cqwHqb .align-left {
    text-align: center;
  }
  .cid-trZ9cqwHqb .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trZ9cqwHqb .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-trZ9cqwHqb .item {
    padding-bottom: 0.5rem;
  }
}
.cid-trZ9cqwHqb .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trZ9cqwHqb H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-ts9jWxGER9 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts9jWxGER9 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ts9jWxGER9 a {
  font-style: normal;
}
.cid-ts9jWxGER9 .show {
  overflow: visible;
}
.cid-ts9jWxGER9 .dropdown-menu {
  max-height: 400px;
}
.cid-ts9jWxGER9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ts9jWxGER9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ts9jWxGER9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ts9jWxGER9 .nav-item:focus,
.cid-ts9jWxGER9 .nav-link:focus {
  outline: none;
}
.cid-ts9jWxGER9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ts9jWxGER9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ts9jWxGER9 .menu-logo {
  margin-right: auto;
}
.cid-ts9jWxGER9 .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-ts9jWxGER9 .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-ts9jWxGER9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ts9jWxGER9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ts9jWxGER9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ts9jWxGER9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ts9jWxGER9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ts9jWxGER9 .dropdown .dropdown-menu {
  background: #000000;
  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-ts9jWxGER9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ts9jWxGER9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts9jWxGER9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ts9jWxGER9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts9jWxGER9 .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-ts9jWxGER9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-ts9jWxGER9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ts9jWxGER9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ts9jWxGER9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ts9jWxGER9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ts9jWxGER9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ts9jWxGER9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ts9jWxGER9 button.navbar-toggler:focus {
  outline: none;
}
.cid-ts9jWxGER9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ts9jWxGER9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts9jWxGER9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9jWxGER9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9jWxGER9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts9jWxGER9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9jWxGER9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts9jWxGER9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts9jWxGER9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9jWxGER9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ts9jWxGER9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ts9jWxGER9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ts9jWxGER9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ts9jWxGER9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-ts9jWxGER9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ts9jWxGER9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ts9jWxGER9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ts9jWxGER9 .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-ts9jWxGER9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ts9jWxGER9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ts9jWxGER9 .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-ts9jWxGER9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ts9jWxGER9 img {
    height: 3.8rem !important;
  }
  .cid-ts9jWxGER9 .btn {
    display: -webkit-flex;
  }
  .cid-ts9jWxGER9 button.navbar-toggler {
    display: block;
  }
  .cid-ts9jWxGER9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ts9jWxGER9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ts9jWxGER9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing,
  .cid-ts9jWxGER9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing .navbar-nav,
  .cid-ts9jWxGER9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ts9jWxGER9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ts9jWxGER9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ts9jWxGER9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ts9jWxGER9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ts9jWxGER9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ts9jWxGER9 .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-ts9jWxGER9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ts9jWxGER9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ts9jWxGER9 .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-ts9jWxGER9 .nav-link {
    justify-content: start !important;
  }
  .cid-ts9jWxGER9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ts9jWxGER9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-ts9jWxGER9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ts9jWxGER9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ts9jWxGER9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ts9jWxGER9 .nav-link:hover,
.cid-ts9jWxGER9 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ts9jWxGER9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-ts9jWxGER9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46pjePPh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46pjePPh .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46pjePPh .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46pjePPh .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-ts9jWuE73r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ts9jWuE73r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ts9jWuE73r H2 {
  color: #ebeced;
}
.cid-ts9jWuE73r H3 {
  color: #c1c1c1;
}
.cid-ts9jWuE73r .mbr-text,
.cid-ts9jWuE73r .mbr-section-btn {
  color: #c1c1c1;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ts9jWuE73r .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ts9jWuE73r img {
  filter: invert(0.5);
  width: auto;
}
.cid-ts9jWuE73r H1 {
  color: #c1c1c1;
}
#custom-html-18i {
  background-color: #232323;
}
#custom-html-18i #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18i #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18i #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18j {
  background-color: #252b31;
}
#custom-html-18j #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18j #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18j #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18k {
  background-color: #232323;
}
#custom-html-18k #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18k #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18k #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18l {
  background-color: #252b31;
}
#custom-html-18l #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18l #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18l #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18n {
  background-color: #232323;
}
#custom-html-18n #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18n #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18n #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18o {
  background-color: #252b31;
}
#custom-html-18o #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18o #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18o #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18p {
  background-color: #232323;
}
#custom-html-18p #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18p #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18p #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18q {
  background-color: #252b31;
}
#custom-html-18q #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18q #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18q #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18r {
  background-color: #232323;
}
#custom-html-18r #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18r #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18r #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18s {
  background-color: #252b31;
}
#custom-html-18s #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18s #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18s #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18t {
  background-color: #232323;
}
#custom-html-18t #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18t #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18t #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18u {
  background-color: #252b31;
}
#custom-html-18u #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18u #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18u #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-18v {
  background-color: #232323;
}
#custom-html-18v #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-18v #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-18v #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-typ5gVE9P6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ5gVE9P6 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ5gVE9P6 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ5gVE9P6 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ5gVE9P6 .img-big {
  transition: all 1s;
}
.cid-typ5gVE9P6 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ5gVE9P6 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ5gVE9P6 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ5gVE9P6 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ5gVE9P6 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ5gVE9P6 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ5gVE9P6 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ5gVE9P6 .item:focus,
.cid-typ5gVE9P6 span:focus {
  outline: none;
}
.cid-typ5gVE9P6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ5gVE9P6 .mbr-section-title {
  color: #ffffff;
}
.cid-typ5gVE9P6 .mbr-text,
.cid-typ5gVE9P6 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ5gVE9P6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ5gVE9P6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ5gVE9P6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ5hC5Vzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ5hC5Vzx .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ5hC5Vzx .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ5hC5Vzx .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ5hC5Vzx .img-big {
  transition: all 1s;
}
.cid-typ5hC5Vzx .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ5hC5Vzx .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ5hC5Vzx .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ5hC5Vzx .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ5hC5Vzx .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ5hC5Vzx .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ5hC5Vzx .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ5hC5Vzx .item:focus,
.cid-typ5hC5Vzx span:focus {
  outline: none;
}
.cid-typ5hC5Vzx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ5hC5Vzx .mbr-section-title {
  color: #ffffff;
}
.cid-typ5hC5Vzx .mbr-text,
.cid-typ5hC5Vzx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ5hC5Vzx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ5hC5Vzx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ5hC5Vzx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ5inJp3r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ5inJp3r .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ5inJp3r .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ5inJp3r .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ5inJp3r .img-big {
  transition: all 1s;
}
.cid-typ5inJp3r .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ5inJp3r .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ5inJp3r .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ5inJp3r .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ5inJp3r .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ5inJp3r .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ5inJp3r .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ5inJp3r .item:focus,
.cid-typ5inJp3r span:focus {
  outline: none;
}
.cid-typ5inJp3r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ5inJp3r .mbr-section-title {
  color: #ffffff;
}
.cid-typ5inJp3r .mbr-text,
.cid-typ5inJp3r .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ5inJp3r .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ5inJp3r .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ5inJp3r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ts9jWwzdVa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ts9jWwzdVa .showAlerts {
  display: block !important;
}
.cid-ts9jWwzdVa .rowflexrev {
  display: -webkit-flex;
}
.cid-ts9jWwzdVa .title {
  margin-bottom: 2rem;
}
.cid-ts9jWwzdVa .mbr-section-subtitle {
  color: #767676;
}
.cid-ts9jWwzdVa textarea.form-control {
  min-height: 188px;
}
.cid-ts9jWwzdVa LABEL {
  color: #232323;
}
.cid-ts9jWwzdVa .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts9jWwzdVa .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ts9jWwzdVa .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts9jWwzdVa .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ts9jWwzdVa .alert {
  margin-bottom: 0;
}
.cid-ts9jWwzdVa .alert-success {
  background-color: #70c770;
}
.cid-ts9jWwzdVa .alert-danger {
  background-color: #ff4a52;
}
.cid-ts9jWwzdVa .btn {
  display: inline-flex;
}
.cid-ts9jWwzdVa .hidden {
  display: none;
}
.cid-ts9jWwzdVa .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ts9jWwzdVa .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ts9jWwzdVa H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rjVLLr6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rjVLLr6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rjVLLr6 .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-tL0rjVLLr6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rjVLLr6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVRA82F5x {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVRA82F5x section {
  position: relative;
}
.cid-txVRA82F5x h4 {
  margin: 0;
}
.cid-txVRA82F5x img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVRA82F5x a {
  font-weight: 300;
}
.cid-txVRA82F5x .img1 {
  color: #00bea3;
}
.cid-txVRA82F5x .img2 {
  color: #f1894c;
}
.cid-txVRA82F5x .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVRA82F5x .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVRA82F5x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVRA82F5x .item,
.cid-txVRA82F5x .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVRA82F5x .item h4,
.cid-txVRA82F5x .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVRA82F5x .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVRA82F5x .item {
    justify-content: left;
  }
}
.cid-txVRA82F5x .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRA82F5x .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRA82F5x .item-title DIV {
  text-align: left;
}
.cid-ts9jWxrCuY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ts9jWxrCuY .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ts9jWxrCuY section {
  position: relative;
}
.cid-ts9jWxrCuY h4 {
  margin: 0;
}
.cid-ts9jWxrCuY a {
  font-weight: 300;
}
.cid-ts9jWxrCuY .row {
  align-items: center;
}
.cid-ts9jWxrCuY .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ts9jWxrCuY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ts9jWxrCuY .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ts9jWxrCuY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ts9jWxrCuY .align-left {
    text-align: center;
  }
  .cid-ts9jWxrCuY .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ts9jWxrCuY .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ts9jWxrCuY .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ts9jWxrCuY .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-ts9jWxrCuY H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsxQOpKWN7 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsxQOpKWN7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsxQOpKWN7 a {
  font-style: normal;
}
.cid-tsxQOpKWN7 .show {
  overflow: visible;
}
.cid-tsxQOpKWN7 .dropdown-menu {
  max-height: 400px;
}
.cid-tsxQOpKWN7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsxQOpKWN7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsxQOpKWN7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tsxQOpKWN7 .nav-item:focus,
.cid-tsxQOpKWN7 .nav-link:focus {
  outline: none;
}
.cid-tsxQOpKWN7 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsxQOpKWN7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsxQOpKWN7 .menu-logo {
  margin-right: auto;
}
.cid-tsxQOpKWN7 .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-tsxQOpKWN7 .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-tsxQOpKWN7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsxQOpKWN7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsxQOpKWN7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsxQOpKWN7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsxQOpKWN7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tsxQOpKWN7 .dropdown .dropdown-menu {
  background: #000000;
  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-tsxQOpKWN7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsxQOpKWN7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsxQOpKWN7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsxQOpKWN7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsxQOpKWN7 .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-tsxQOpKWN7 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tsxQOpKWN7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsxQOpKWN7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsxQOpKWN7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsxQOpKWN7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsxQOpKWN7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsxQOpKWN7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsxQOpKWN7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tsxQOpKWN7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsxQOpKWN7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsxQOpKWN7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsxQOpKWN7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsxQOpKWN7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsxQOpKWN7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsxQOpKWN7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsxQOpKWN7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsxQOpKWN7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsxQOpKWN7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsxQOpKWN7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsxQOpKWN7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsxQOpKWN7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tsxQOpKWN7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsxQOpKWN7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsxQOpKWN7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsxQOpKWN7 .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-tsxQOpKWN7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsxQOpKWN7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsxQOpKWN7 .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-tsxQOpKWN7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsxQOpKWN7 img {
    height: 3.8rem !important;
  }
  .cid-tsxQOpKWN7 .btn {
    display: -webkit-flex;
  }
  .cid-tsxQOpKWN7 button.navbar-toggler {
    display: block;
  }
  .cid-tsxQOpKWN7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsxQOpKWN7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsxQOpKWN7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing,
  .cid-tsxQOpKWN7 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tsxQOpKWN7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsxQOpKWN7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsxQOpKWN7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsxQOpKWN7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsxQOpKWN7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsxQOpKWN7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsxQOpKWN7 .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-tsxQOpKWN7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsxQOpKWN7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsxQOpKWN7 .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-tsxQOpKWN7 .nav-link {
    justify-content: start !important;
  }
  .cid-tsxQOpKWN7 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tsxQOpKWN7 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tsxQOpKWN7 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tsxQOpKWN7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsxQOpKWN7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsxQOpKWN7 .nav-link:hover,
.cid-tsxQOpKWN7 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tsxQOpKWN7 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tsxQOpKWN7 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46vJdOA0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46vJdOA0 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46vJdOA0 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46vJdOA0 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsxQOiAWMU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/brecon-beacons-resort-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-tsxQOiAWMU .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tsxQOiAWMU .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tsxQOiAWMU .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tsxQOiAWMU img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tsxQOiAWMU .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tsxQOjE62r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsxQOjE62r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsxQOjE62r H2 {
  color: #ebeced;
}
.cid-tsxQOjE62r H3 {
  color: #c1c1c1;
}
.cid-tsxQOjE62r .mbr-text,
.cid-tsxQOjE62r .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tsxQOjE62r .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tsxQOjE62r img {
  filter: invert(0.5);
  width: auto;
}
.cid-tsxQOjE62r H1 {
  color: #c1c1c1;
}
.cid-tsxQOkJmRM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsxQOkJmRM .row {
  flex-direction: row-reverse;
}
.cid-tsxQOkJmRM .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tsxQOkJmRM .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tsxQOkJmRM .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tsxQOkJmRM .column1 {
    align-items: left;
    text-align: left;
  }
}
.cid-tsxQOkJmRM .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-tsxQOkJmRM .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tsxQOkJmRM .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tsxQOkJmRM .card-item:last-child {
  margin-right: 0;
}
.cid-tsxQOkJmRM .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tsxQOkJmRM .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tsxQOkJmRM .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tsxQOkJmRM .column2 {
  height: 100%;
}
.cid-tsxQOkJmRM .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tsxQOkJmRM .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tsxQOkJmRM .column2 {
    text-align: left;
  }
}
.cid-tsxQOkJmRM .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tsxQOkJmRM .list-column2 {
  color: #ffffff;
}
.cid-typ9hjKYXH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ9hjKYXH .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ9hjKYXH .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ9hjKYXH .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ9hjKYXH .img-big {
  transition: all 1s;
}
.cid-typ9hjKYXH .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ9hjKYXH .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ9hjKYXH .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ9hjKYXH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ9hjKYXH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ9hjKYXH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ9hjKYXH .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ9hjKYXH .item:focus,
.cid-typ9hjKYXH span:focus {
  outline: none;
}
.cid-typ9hjKYXH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ9hjKYXH .mbr-section-title {
  color: #ffffff;
}
.cid-typ9hjKYXH .mbr-text,
.cid-typ9hjKYXH .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ9hjKYXH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ9hjKYXH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ9hjKYXH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ9hTSdIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ9hTSdIt .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ9hTSdIt .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ9hTSdIt .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ9hTSdIt .img-big {
  transition: all 1s;
}
.cid-typ9hTSdIt .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ9hTSdIt .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ9hTSdIt .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ9hTSdIt .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ9hTSdIt .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ9hTSdIt .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ9hTSdIt .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ9hTSdIt .item:focus,
.cid-typ9hTSdIt span:focus {
  outline: none;
}
.cid-typ9hTSdIt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ9hTSdIt .mbr-section-title {
  color: #ffffff;
}
.cid-typ9hTSdIt .mbr-text,
.cid-typ9hTSdIt .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ9hTSdIt .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ9hTSdIt .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ9hTSdIt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typ9iqp81P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typ9iqp81P .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typ9iqp81P .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typ9iqp81P .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typ9iqp81P .img-big {
  transition: all 1s;
}
.cid-typ9iqp81P .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typ9iqp81P .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typ9iqp81P .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typ9iqp81P .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typ9iqp81P .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typ9iqp81P .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typ9iqp81P .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typ9iqp81P .item:focus,
.cid-typ9iqp81P span:focus {
  outline: none;
}
.cid-typ9iqp81P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typ9iqp81P .mbr-section-title {
  color: #ffffff;
}
.cid-typ9iqp81P .mbr-text,
.cid-typ9iqp81P .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typ9iqp81P .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typ9iqp81P .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typ9iqp81P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tsxQOou4KS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsxQOou4KS .showAlerts {
  display: block !important;
}
.cid-tsxQOou4KS .rowflexrev {
  display: -webkit-flex;
}
.cid-tsxQOou4KS .title {
  margin-bottom: 2rem;
}
.cid-tsxQOou4KS .mbr-section-subtitle {
  color: #767676;
}
.cid-tsxQOou4KS textarea.form-control {
  min-height: 188px;
}
.cid-tsxQOou4KS LABEL {
  color: #232323;
}
.cid-tsxQOou4KS .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsxQOou4KS .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tsxQOou4KS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsxQOou4KS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsxQOou4KS .alert {
  margin-bottom: 0;
}
.cid-tsxQOou4KS .alert-success {
  background-color: #70c770;
}
.cid-tsxQOou4KS .alert-danger {
  background-color: #ff4a52;
}
.cid-tsxQOou4KS .btn {
  display: inline-flex;
}
.cid-tsxQOou4KS .hidden {
  display: none;
}
.cid-tsxQOou4KS .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tsxQOou4KS .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tsxQOou4KS H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rny0Pbi .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rny0Pbi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rny0Pbi .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-tL0rny0Pbi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rny0Pbi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVRLWlwqz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVRLWlwqz section {
  position: relative;
}
.cid-txVRLWlwqz h4 {
  margin: 0;
}
.cid-txVRLWlwqz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVRLWlwqz a {
  font-weight: 300;
}
.cid-txVRLWlwqz .img1 {
  color: #00bea3;
}
.cid-txVRLWlwqz .img2 {
  color: #f1894c;
}
.cid-txVRLWlwqz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVRLWlwqz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVRLWlwqz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVRLWlwqz .item,
.cid-txVRLWlwqz .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVRLWlwqz .item h4,
.cid-txVRLWlwqz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVRLWlwqz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVRLWlwqz .item {
    justify-content: left;
  }
}
.cid-txVRLWlwqz .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRLWlwqz .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVRLWlwqz .item-title DIV {
  text-align: left;
}
.cid-tsxQOpupgE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsxQOpupgE .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tsxQOpupgE section {
  position: relative;
}
.cid-tsxQOpupgE h4 {
  margin: 0;
}
.cid-tsxQOpupgE a {
  font-weight: 300;
}
.cid-tsxQOpupgE .row {
  align-items: center;
}
.cid-tsxQOpupgE .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tsxQOpupgE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tsxQOpupgE .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tsxQOpupgE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsxQOpupgE .align-left {
    text-align: center;
  }
  .cid-tsxQOpupgE .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tsxQOpupgE .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tsxQOpupgE .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tsxQOpupgE .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsxQOpupgE H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsPqUub2sx .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsPqUub2sx .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsPqUub2sx a {
  font-style: normal;
}
.cid-tsPqUub2sx .show {
  overflow: visible;
}
.cid-tsPqUub2sx .dropdown-menu {
  max-height: 400px;
}
.cid-tsPqUub2sx .dropdown-item:active {
  background-color: transparent;
}
.cid-tsPqUub2sx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsPqUub2sx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tsPqUub2sx .nav-item:focus,
.cid-tsPqUub2sx .nav-link:focus {
  outline: none;
}
.cid-tsPqUub2sx .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsPqUub2sx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsPqUub2sx .menu-logo {
  margin-right: auto;
}
.cid-tsPqUub2sx .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-tsPqUub2sx .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-tsPqUub2sx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsPqUub2sx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsPqUub2sx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsPqUub2sx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsPqUub2sx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tsPqUub2sx .dropdown .dropdown-menu {
  background: #000000;
  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-tsPqUub2sx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsPqUub2sx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsPqUub2sx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsPqUub2sx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsPqUub2sx .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-tsPqUub2sx .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tsPqUub2sx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsPqUub2sx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsPqUub2sx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsPqUub2sx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsPqUub2sx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsPqUub2sx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsPqUub2sx button.navbar-toggler:focus {
  outline: none;
}
.cid-tsPqUub2sx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsPqUub2sx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsPqUub2sx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPqUub2sx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPqUub2sx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsPqUub2sx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPqUub2sx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsPqUub2sx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsPqUub2sx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPqUub2sx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsPqUub2sx .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsPqUub2sx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsPqUub2sx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsPqUub2sx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tsPqUub2sx .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsPqUub2sx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsPqUub2sx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsPqUub2sx .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-tsPqUub2sx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsPqUub2sx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsPqUub2sx .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-tsPqUub2sx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsPqUub2sx img {
    height: 3.8rem !important;
  }
  .cid-tsPqUub2sx .btn {
    display: -webkit-flex;
  }
  .cid-tsPqUub2sx button.navbar-toggler {
    display: block;
  }
  .cid-tsPqUub2sx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsPqUub2sx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsPqUub2sx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing,
  .cid-tsPqUub2sx .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing .navbar-nav,
  .cid-tsPqUub2sx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsPqUub2sx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsPqUub2sx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsPqUub2sx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsPqUub2sx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsPqUub2sx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsPqUub2sx .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-tsPqUub2sx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsPqUub2sx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsPqUub2sx .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-tsPqUub2sx .nav-link {
    justify-content: start !important;
  }
  .cid-tsPqUub2sx .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tsPqUub2sx .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tsPqUub2sx .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tsPqUub2sx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsPqUub2sx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsPqUub2sx .nav-link:hover,
.cid-tsPqUub2sx .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tsPqUub2sx .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tsPqUub2sx .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46BRGlbc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46BRGlbc .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46BRGlbc .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46BRGlbc .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsPqUplcdj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsPqUplcdj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsPqUplcdj H2 {
  color: #ebeced;
}
.cid-tsPqUplcdj H3 {
  color: #c1c1c1;
}
.cid-tsPqUplcdj .mbr-text,
.cid-tsPqUplcdj .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tsPqUplcdj .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tsPqUplcdj img {
  filter: invert(0.5);
  width: auto;
}
.cid-tsPqUplcdj H1 {
  color: #c1c1c1;
}
.cid-tsPzMfyqiP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsPzMfyqiP img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-tsPzMfyqiP .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0.6;
  pointer-events: none;
}
.cid-tsPzMfyqiP .col-lg-2 {
  margin: 0;
  padding: 0;
}
.cid-tsPzMfyqiP .col-lg-2:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-tsPzMfyqiP .wrapper:before {
    opacity: 0.2;
  }
}
.cid-tsPBE0YVHN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsPBE0YVHN img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-tsPBE0YVHN .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0.6;
  pointer-events: none;
}
.cid-tsPBE0YVHN .col-lg-2 {
  margin: 0;
  padding: 0;
}
.cid-tsPBE0YVHN .col-lg-2:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-tsPBE0YVHN .wrapper:before {
    opacity: 0.2;
  }
}
.cid-tsPqUsU4am {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsPqUsU4am .showAlerts {
  display: block !important;
}
.cid-tsPqUsU4am .rowflexrev {
  display: -webkit-flex;
}
.cid-tsPqUsU4am .title {
  margin-bottom: 2rem;
}
.cid-tsPqUsU4am .mbr-section-subtitle {
  color: #767676;
}
.cid-tsPqUsU4am textarea.form-control {
  min-height: 188px;
}
.cid-tsPqUsU4am LABEL {
  color: #232323;
}
.cid-tsPqUsU4am .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPqUsU4am .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tsPqUsU4am .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPqUsU4am .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPqUsU4am .alert {
  margin-bottom: 0;
}
.cid-tsPqUsU4am .alert-success {
  background-color: #70c770;
}
.cid-tsPqUsU4am .alert-danger {
  background-color: #ff4a52;
}
.cid-tsPqUsU4am .btn {
  display: inline-flex;
}
.cid-tsPqUsU4am .hidden {
  display: none;
}
.cid-tsPqUsU4am .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tsPqUsU4am .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tsPqUsU4am H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rr2DuBN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rr2DuBN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rr2DuBN .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-tL0rr2DuBN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rr2DuBN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVShzGDJi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVShzGDJi section {
  position: relative;
}
.cid-txVShzGDJi h4 {
  margin: 0;
}
.cid-txVShzGDJi img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVShzGDJi a {
  font-weight: 300;
}
.cid-txVShzGDJi .img1 {
  color: #00bea3;
}
.cid-txVShzGDJi .img2 {
  color: #f1894c;
}
.cid-txVShzGDJi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVShzGDJi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVShzGDJi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVShzGDJi .item,
.cid-txVShzGDJi .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVShzGDJi .item h4,
.cid-txVShzGDJi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVShzGDJi .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVShzGDJi .item {
    justify-content: left;
  }
}
.cid-txVShzGDJi .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVShzGDJi .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVShzGDJi .item-title DIV {
  text-align: left;
}
.cid-tsPqUtVQhk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsPqUtVQhk .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tsPqUtVQhk section {
  position: relative;
}
.cid-tsPqUtVQhk h4 {
  margin: 0;
}
.cid-tsPqUtVQhk a {
  font-weight: 300;
}
.cid-tsPqUtVQhk .row {
  align-items: center;
}
.cid-tsPqUtVQhk .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tsPqUtVQhk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tsPqUtVQhk .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tsPqUtVQhk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsPqUtVQhk .align-left {
    text-align: center;
  }
  .cid-tsPqUtVQhk .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tsPqUtVQhk .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tsPqUtVQhk .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tsPqUtVQhk .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsPqUtVQhk H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsPL2vydem .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsPL2vydem .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tsPL2vydem a {
  font-style: normal;
}
.cid-tsPL2vydem .show {
  overflow: visible;
}
.cid-tsPL2vydem .dropdown-menu {
  max-height: 400px;
}
.cid-tsPL2vydem .dropdown-item:active {
  background-color: transparent;
}
.cid-tsPL2vydem .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsPL2vydem .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tsPL2vydem .nav-item:focus,
.cid-tsPL2vydem .nav-link:focus {
  outline: none;
}
.cid-tsPL2vydem .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsPL2vydem .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsPL2vydem .menu-logo {
  margin-right: auto;
}
.cid-tsPL2vydem .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-tsPL2vydem .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-tsPL2vydem .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsPL2vydem .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsPL2vydem .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsPL2vydem .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsPL2vydem .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tsPL2vydem .dropdown .dropdown-menu {
  background: #000000;
  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-tsPL2vydem .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsPL2vydem .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsPL2vydem .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsPL2vydem .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsPL2vydem .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-tsPL2vydem .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tsPL2vydem .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsPL2vydem .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsPL2vydem .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsPL2vydem .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsPL2vydem .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsPL2vydem button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsPL2vydem button.navbar-toggler:focus {
  outline: none;
}
.cid-tsPL2vydem button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsPL2vydem button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsPL2vydem button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPL2vydem button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPL2vydem button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsPL2vydem nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPL2vydem nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsPL2vydem nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsPL2vydem nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPL2vydem .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsPL2vydem .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsPL2vydem .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing,
.cid-tsPL2vydem .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsPL2vydem .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsPL2vydem .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsPL2vydem .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsPL2vydem .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsPL2vydem .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsPL2vydem .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsPL2vydem .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tsPL2vydem .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsPL2vydem .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsPL2vydem .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsPL2vydem .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-tsPL2vydem .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsPL2vydem .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsPL2vydem .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-tsPL2vydem.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsPL2vydem img {
    height: 3.8rem !important;
  }
  .cid-tsPL2vydem .btn {
    display: -webkit-flex;
  }
  .cid-tsPL2vydem button.navbar-toggler {
    display: block;
  }
  .cid-tsPL2vydem .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsPL2vydem .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsPL2vydem .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing,
  .cid-tsPL2vydem .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing .navbar-nav,
  .cid-tsPL2vydem .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsPL2vydem .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsPL2vydem .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsPL2vydem .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsPL2vydem .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsPL2vydem .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsPL2vydem .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-tsPL2vydem .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsPL2vydem .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsPL2vydem .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-tsPL2vydem .nav-link {
    justify-content: start !important;
  }
  .cid-tsPL2vydem .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tsPL2vydem .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tsPL2vydem .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tsPL2vydem .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsPL2vydem .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsPL2vydem .nav-link:hover,
.cid-tsPL2vydem .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tsPL2vydem .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tsPL2vydem .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46IG4Xqd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46IG4Xqd .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46IG4Xqd .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46IG4Xqd .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tsPNt8YDOn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsPNt8YDOn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsPNt8YDOn H2 {
  color: #ebeced;
}
.cid-tsPNt8YDOn H3 {
  color: #c1c1c1;
}
.cid-tsPNt8YDOn .mbr-text,
.cid-tsPNt8YDOn .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-tsPNt8YDOn .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tsPNt8YDOn .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tsPNt8YDOn .photo {
    width: 100%;
  }
}
.cid-tsPNt8YDOn .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tsPNt8YDOn H1 {
  color: #c1c1c1;
}
.cid-tsPL2qgOea {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tsPL2qgOea .mbr-section-head {
  padding: 0 1rem;
}
.cid-tsPL2qgOea .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tsPL2qgOea .team-card:hover {
  transform: translateY(-10px);
}
.cid-tsPL2qgOea .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tsPL2qgOea .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tsPL2qgOea .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tsPL2qgOea .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsPL2qgOea .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tsPL2qgOea .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tsPL2qgOea .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tsPL2qgOea .embla__button--next,
.cid-tsPL2qgOea .embla__button--prev {
  display: flex;
}
.cid-tsPL2qgOea .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tsPL2qgOea .embla__button {
    display: none;
  }
}
.cid-tsPL2qgOea .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tsPL2qgOea .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tsPL2qgOea .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsPL2qgOea .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tsPL2qgOea .embla__button {
    top: -10%;
  }
}
.cid-tsPL2qgOea .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tsPL2qgOea .embla {
    margin-top: 80px;
  }
}
.cid-tsPL2qgOea .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tsPL2qgOea .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsPL2qgOea .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsPL2qgOea .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tsPL2qgOea .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tsPL2qgOea .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tsPL2qgOea .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tsPL2qgOea .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tsPL2qgOea .mbr-text ul {
    display: block;
  }
}
.cid-tsPL2qgOea .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tsPL2qgOea .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tsPL2qgOea .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tsPL2qgOea .item-wrapper {
  height: 100%;
}
.cid-tsPL2qgOea .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tsPL2qgOea .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tsPL2qgOea .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-typac38gqs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typac38gqs .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typac38gqs .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typac38gqs .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typac38gqs .img-big {
  transition: all 1s;
}
.cid-typac38gqs .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typac38gqs .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typac38gqs .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typac38gqs .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typac38gqs .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typac38gqs .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typac38gqs .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typac38gqs .item:focus,
.cid-typac38gqs span:focus {
  outline: none;
}
.cid-typac38gqs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typac38gqs .mbr-section-title {
  color: #ffffff;
}
.cid-typac38gqs .mbr-text,
.cid-typac38gqs .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typac38gqs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typac38gqs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typac38gqs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typad7jJA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typad7jJA8 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typad7jJA8 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typad7jJA8 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typad7jJA8 .img-big {
  transition: all 1s;
}
.cid-typad7jJA8 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typad7jJA8 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typad7jJA8 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typad7jJA8 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typad7jJA8 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typad7jJA8 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typad7jJA8 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typad7jJA8 .item:focus,
.cid-typad7jJA8 span:focus {
  outline: none;
}
.cid-typad7jJA8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typad7jJA8 .mbr-section-title {
  color: #ffffff;
}
.cid-typad7jJA8 .mbr-text,
.cid-typad7jJA8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typad7jJA8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typad7jJA8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typad7jJA8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typadPjJKu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typadPjJKu .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typadPjJKu .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typadPjJKu .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typadPjJKu .img-big {
  transition: all 1s;
}
.cid-typadPjJKu .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typadPjJKu .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typadPjJKu .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typadPjJKu .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typadPjJKu .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typadPjJKu .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typadPjJKu .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typadPjJKu .item:focus,
.cid-typadPjJKu span:focus {
  outline: none;
}
.cid-typadPjJKu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typadPjJKu .mbr-section-title {
  color: #ffffff;
}
.cid-typadPjJKu .mbr-text,
.cid-typadPjJKu .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typadPjJKu .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typadPjJKu .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typadPjJKu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tsPL2ubDjo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsPL2ubDjo .showAlerts {
  display: block !important;
}
.cid-tsPL2ubDjo .rowflexrev {
  display: -webkit-flex;
}
.cid-tsPL2ubDjo .title {
  margin-bottom: 2rem;
}
.cid-tsPL2ubDjo .mbr-section-subtitle {
  color: #767676;
}
.cid-tsPL2ubDjo textarea.form-control {
  min-height: 188px;
}
.cid-tsPL2ubDjo LABEL {
  color: #232323;
}
.cid-tsPL2ubDjo .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPL2ubDjo .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tsPL2ubDjo .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPL2ubDjo .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tsPL2ubDjo .alert {
  margin-bottom: 0;
}
.cid-tsPL2ubDjo .alert-success {
  background-color: #70c770;
}
.cid-tsPL2ubDjo .alert-danger {
  background-color: #ff4a52;
}
.cid-tsPL2ubDjo .btn {
  display: inline-flex;
}
.cid-tsPL2ubDjo .hidden {
  display: none;
}
.cid-tsPL2ubDjo .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tsPL2ubDjo .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tsPL2ubDjo H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rufUSnG .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rufUSnG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rufUSnG .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-tL0rufUSnG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rufUSnG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVSrhrm98 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVSrhrm98 section {
  position: relative;
}
.cid-txVSrhrm98 h4 {
  margin: 0;
}
.cid-txVSrhrm98 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVSrhrm98 a {
  font-weight: 300;
}
.cid-txVSrhrm98 .img1 {
  color: #00bea3;
}
.cid-txVSrhrm98 .img2 {
  color: #f1894c;
}
.cid-txVSrhrm98 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVSrhrm98 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVSrhrm98 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVSrhrm98 .item,
.cid-txVSrhrm98 .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVSrhrm98 .item h4,
.cid-txVSrhrm98 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVSrhrm98 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVSrhrm98 .item {
    justify-content: left;
  }
}
.cid-txVSrhrm98 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVSrhrm98 .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVSrhrm98 .item-title DIV {
  text-align: left;
}
.cid-tsPL2vdlMN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsPL2vdlMN .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tsPL2vdlMN section {
  position: relative;
}
.cid-tsPL2vdlMN h4 {
  margin: 0;
}
.cid-tsPL2vdlMN a {
  font-weight: 300;
}
.cid-tsPL2vdlMN .row {
  align-items: center;
}
.cid-tsPL2vdlMN .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tsPL2vdlMN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tsPL2vdlMN .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tsPL2vdlMN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsPL2vdlMN .align-left {
    text-align: center;
  }
  .cid-tsPL2vdlMN .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tsPL2vdlMN .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tsPL2vdlMN .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tsPL2vdlMN .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tsPL2vdlMN H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-ttcOrbxpFV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttcOrbxpFV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ttcOrbxpFV H2 {
  color: #ebeced;
}
.cid-ttcOrbxpFV H3 {
  color: #c1c1c1;
}
.cid-ttcOrbxpFV .mbr-text,
.cid-ttcOrbxpFV .mbr-section-btn {
  color: #ffffff;
}
.cid-ttcOrbxpFV .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ttcOrbxpFV .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ttcOrbxpFV .photo {
    width: 100%;
  }
}
.cid-ttcOrbxpFV .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-ttcOrbxpFV .list1 {
  color: #f7ed4a;
}
.cid-ttcOrbxpFV H1 {
  color: #c1c1c1;
}
.cid-ttcOrcJdr8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttcOrcJdr8 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ttcOrcJdr8 section {
  position: relative;
}
.cid-ttcOrcJdr8 h4 {
  margin: 0;
}
.cid-ttcOrcJdr8 a {
  font-weight: 300;
}
.cid-ttcOrcJdr8 .row {
  align-items: center;
}
.cid-ttcOrcJdr8 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ttcOrcJdr8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ttcOrcJdr8 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttcOrcJdr8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ttcOrcJdr8 .align-left {
    text-align: center;
  }
  .cid-ttcOrcJdr8 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ttcOrcJdr8 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ttcOrcJdr8 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ttcOrcJdr8 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-ttcOrcJdr8 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-ttoxYsjjWt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoxYsjjWt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ttoxYsjjWt a {
  font-style: normal;
}
.cid-ttoxYsjjWt .show {
  overflow: visible;
}
.cid-ttoxYsjjWt .dropdown-menu {
  max-height: 400px;
}
.cid-ttoxYsjjWt .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoxYsjjWt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ttoxYsjjWt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ttoxYsjjWt .nav-item:focus,
.cid-ttoxYsjjWt .nav-link:focus {
  outline: none;
}
.cid-ttoxYsjjWt .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttoxYsjjWt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ttoxYsjjWt .menu-logo {
  margin-right: auto;
}
.cid-ttoxYsjjWt .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-ttoxYsjjWt .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-ttoxYsjjWt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ttoxYsjjWt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ttoxYsjjWt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ttoxYsjjWt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ttoxYsjjWt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ttoxYsjjWt .dropdown .dropdown-menu {
  background: #000000;
  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-ttoxYsjjWt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ttoxYsjjWt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoxYsjjWt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ttoxYsjjWt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoxYsjjWt .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-ttoxYsjjWt .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-ttoxYsjjWt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ttoxYsjjWt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ttoxYsjjWt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ttoxYsjjWt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ttoxYsjjWt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ttoxYsjjWt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ttoxYsjjWt button.navbar-toggler:focus {
  outline: none;
}
.cid-ttoxYsjjWt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttoxYsjjWt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoxYsjjWt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoxYsjjWt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoxYsjjWt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoxYsjjWt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoxYsjjWt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoxYsjjWt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoxYsjjWt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoxYsjjWt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttoxYsjjWt .collapsed .btn {
  display: -webkit-flex;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ttoxYsjjWt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ttoxYsjjWt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttoxYsjjWt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-ttoxYsjjWt .collapsed button.navbar-toggler {
  display: block;
}
.cid-ttoxYsjjWt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ttoxYsjjWt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttoxYsjjWt .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-ttoxYsjjWt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ttoxYsjjWt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ttoxYsjjWt .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-ttoxYsjjWt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttoxYsjjWt img {
    height: 3.8rem !important;
  }
  .cid-ttoxYsjjWt .btn {
    display: -webkit-flex;
  }
  .cid-ttoxYsjjWt button.navbar-toggler {
    display: block;
  }
  .cid-ttoxYsjjWt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ttoxYsjjWt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttoxYsjjWt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing,
  .cid-ttoxYsjjWt .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing .navbar-nav,
  .cid-ttoxYsjjWt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ttoxYsjjWt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ttoxYsjjWt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing .navbar-buttons,
  .cid-ttoxYsjjWt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ttoxYsjjWt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ttoxYsjjWt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttoxYsjjWt .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-ttoxYsjjWt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ttoxYsjjWt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ttoxYsjjWt .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-ttoxYsjjWt .nav-link {
    justify-content: start !important;
  }
  .cid-ttoxYsjjWt .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ttoxYsjjWt .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-ttoxYsjjWt .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ttoxYsjjWt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ttoxYsjjWt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ttoxYsjjWt .nav-link:hover,
.cid-ttoxYsjjWt .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ttoxYsjjWt .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-ttoxYsjjWt .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46PGFUBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46PGFUBS .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46PGFUBS .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46PGFUBS .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-ttoxYpE5Jl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/schools-painted-hand-1920x1280-2-1920x1280.jpg");
  background-position: right;
}
.cid-ttoxYpE5Jl .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ttoxYpE5Jl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-ttoxYpE5Jl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-ttoxYpE5Jl img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ttoxYpE5Jl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ty1Mh56lkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-ty1Mh56lkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1Mh56lkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1Mh56lkP .card-wrapper {
  width: 100%;
}
.cid-ty1Mh56lkP .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ty1Mh56lkP .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ty1Mh56lkP .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-ty1Mh56lkP .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ty1Mh56lkP .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-ty1Mh56lkP .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty1Mh56lkP .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-ty1Mh56lkP .text-wrap {
    padding: 8px 16px;
  }
}
.cid-ty1Mh56lkP .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-ty1Mh56lkP .card-title {
    text-align: center !important;
  }
}
.cid-ty1Mh56lkP .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ty1Mh56lkP .card-text {
    text-align: center !important;
  }
}
.cid-ttoxYpSWxl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttoxYpSWxl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ttoxYpSWxl H2 {
  color: #ebeced;
}
.cid-ttoxYpSWxl H3 {
  color: #c1c1c1;
}
.cid-ttoxYpSWxl .mbr-text,
.cid-ttoxYpSWxl .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttoxYpSWxl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ttoxYpSWxl img {
  filter: invert(0.5);
  width: auto;
}
.cid-ttoxYpSWxl H1 {
  color: #c1c1c1;
}
.cid-tCBQlVk0rT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-tCBQlVk0rT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCBQlVk0rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBQlVk0rT .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCBQlVk0rT .row {
  justify-content: center;
}
.cid-tCBQlVk0rT .card-box {
  display: flex;
  align-items: center;
}
.cid-tCBQlVk0rT .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCBQlVk0rT .card-box {
    flex-direction: column;
  }
  .cid-tCBQlVk0rT .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCBQlVk0rT .card-link:hover a {
  background-image: none !important;
}
.cid-tCBQlVk0rT .mbr-section-subtitle {
  color: #777777;
}
.cid-tCBQlVk0rT .card-text {
  color: #1f357f;
}
.cid-tCBQlVk0rT .card-title,
.cid-tCBQlVk0rT .iconfont-wrapper {
  color: #ee2524;
}
.cid-ttoxYq6H4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ttoxYq6H4T .row {
  flex-direction: row-reverse;
}
.cid-ttoxYq6H4T .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ttoxYq6H4T .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-ttoxYq6H4T .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-ttoxYq6H4T .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-ttoxYq6H4T .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-ttoxYq6H4T .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-ttoxYq6H4T .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-ttoxYq6H4T .card-item:last-child {
  margin-right: 0;
}
.cid-ttoxYq6H4T .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-ttoxYq6H4T .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-ttoxYq6H4T .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-ttoxYq6H4T .column2 {
  height: 100%;
}
.cid-ttoxYq6H4T .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-ttoxYq6H4T .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-ttoxYq6H4T .column2 {
    text-align: left;
  }
}
.cid-ttoxYq6H4T .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-ttoxYq6H4T .list-column2 {
  color: #ffffff;
}
.cid-typazo6TCM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typazo6TCM .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typazo6TCM .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typazo6TCM .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typazo6TCM .img-big {
  transition: all 1s;
}
.cid-typazo6TCM .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typazo6TCM .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typazo6TCM .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typazo6TCM .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typazo6TCM .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typazo6TCM .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typazo6TCM .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typazo6TCM .item:focus,
.cid-typazo6TCM span:focus {
  outline: none;
}
.cid-typazo6TCM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typazo6TCM .mbr-section-title {
  color: #ffffff;
}
.cid-typazo6TCM .mbr-text,
.cid-typazo6TCM .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typazo6TCM .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typazo6TCM .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typazo6TCM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typaAlrrAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typaAlrrAI .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typaAlrrAI .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typaAlrrAI .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typaAlrrAI .img-big {
  transition: all 1s;
}
.cid-typaAlrrAI .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typaAlrrAI .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typaAlrrAI .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typaAlrrAI .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typaAlrrAI .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typaAlrrAI .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typaAlrrAI .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typaAlrrAI .item:focus,
.cid-typaAlrrAI span:focus {
  outline: none;
}
.cid-typaAlrrAI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typaAlrrAI .mbr-section-title {
  color: #ffffff;
}
.cid-typaAlrrAI .mbr-text,
.cid-typaAlrrAI .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typaAlrrAI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typaAlrrAI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typaAlrrAI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-typaBb6cFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-typaBb6cFR .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-typaBb6cFR .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-typaBb6cFR .item-content {
  position: relative;
  padding: 1rem;
}
.cid-typaBb6cFR .img-big {
  transition: all 1s;
}
.cid-typaBb6cFR .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-typaBb6cFR .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-typaBb6cFR .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-typaBb6cFR .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-typaBb6cFR .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-typaBb6cFR .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-typaBb6cFR .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-typaBb6cFR .item:focus,
.cid-typaBb6cFR span:focus {
  outline: none;
}
.cid-typaBb6cFR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-typaBb6cFR .mbr-section-title {
  color: #ffffff;
}
.cid-typaBb6cFR .mbr-text,
.cid-typaBb6cFR .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-typaBb6cFR .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-typaBb6cFR .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-typaBb6cFR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ttoxYr8H4T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ttoxYr8H4T .showAlerts {
  display: block !important;
}
.cid-ttoxYr8H4T .rowflexrev {
  display: -webkit-flex;
}
.cid-ttoxYr8H4T .title {
  margin-bottom: 2rem;
}
.cid-ttoxYr8H4T .mbr-section-subtitle {
  color: #767676;
}
.cid-ttoxYr8H4T textarea.form-control {
  min-height: 188px;
}
.cid-ttoxYr8H4T LABEL {
  color: #232323;
}
.cid-ttoxYr8H4T .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttoxYr8H4T .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ttoxYr8H4T .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttoxYr8H4T .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttoxYr8H4T .alert {
  margin-bottom: 0;
}
.cid-ttoxYr8H4T .alert-success {
  background-color: #70c770;
}
.cid-ttoxYr8H4T .alert-danger {
  background-color: #ff4a52;
}
.cid-ttoxYr8H4T .btn {
  display: inline-flex;
}
.cid-ttoxYr8H4T .hidden {
  display: none;
}
.cid-ttoxYr8H4T .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ttoxYr8H4T .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ttoxYr8H4T H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rymkn1K .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rymkn1K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rymkn1K .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-tL0rymkn1K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rymkn1K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVSDJF30O {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVSDJF30O section {
  position: relative;
}
.cid-txVSDJF30O h4 {
  margin: 0;
}
.cid-txVSDJF30O img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVSDJF30O a {
  font-weight: 300;
}
.cid-txVSDJF30O .img1 {
  color: #00bea3;
}
.cid-txVSDJF30O .img2 {
  color: #f1894c;
}
.cid-txVSDJF30O .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVSDJF30O .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVSDJF30O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVSDJF30O .item,
.cid-txVSDJF30O .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVSDJF30O .item h4,
.cid-txVSDJF30O .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVSDJF30O .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVSDJF30O .item {
    justify-content: left;
  }
}
.cid-txVSDJF30O .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVSDJF30O .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVSDJF30O .item-title DIV {
  text-align: left;
}
.cid-ttoxYs33Dg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttoxYs33Dg .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoxYs33Dg section {
  position: relative;
}
.cid-ttoxYs33Dg h4 {
  margin: 0;
}
.cid-ttoxYs33Dg a {
  font-weight: 300;
}
.cid-ttoxYs33Dg .row {
  align-items: center;
}
.cid-ttoxYs33Dg .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ttoxYs33Dg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ttoxYs33Dg .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttoxYs33Dg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ttoxYs33Dg .align-left {
    text-align: center;
  }
  .cid-ttoxYs33Dg .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ttoxYs33Dg .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ttoxYs33Dg .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ttoxYs33Dg .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-ttoxYs33Dg H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tv5bEYCOpH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tv5bEYCOpH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tv5bEYCOpH a {
  font-style: normal;
}
.cid-tv5bEYCOpH .show {
  overflow: visible;
}
.cid-tv5bEYCOpH .dropdown-menu {
  max-height: 400px;
}
.cid-tv5bEYCOpH .dropdown-item:active {
  background-color: transparent;
}
.cid-tv5bEYCOpH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tv5bEYCOpH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tv5bEYCOpH .nav-item:focus,
.cid-tv5bEYCOpH .nav-link:focus {
  outline: none;
}
.cid-tv5bEYCOpH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tv5bEYCOpH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tv5bEYCOpH .menu-logo {
  margin-right: auto;
}
.cid-tv5bEYCOpH .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-tv5bEYCOpH .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-tv5bEYCOpH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tv5bEYCOpH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tv5bEYCOpH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tv5bEYCOpH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tv5bEYCOpH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tv5bEYCOpH .dropdown .dropdown-menu {
  background: #000000;
  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-tv5bEYCOpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tv5bEYCOpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tv5bEYCOpH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tv5bEYCOpH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tv5bEYCOpH .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-tv5bEYCOpH .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tv5bEYCOpH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tv5bEYCOpH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tv5bEYCOpH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tv5bEYCOpH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tv5bEYCOpH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tv5bEYCOpH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tv5bEYCOpH button.navbar-toggler:focus {
  outline: none;
}
.cid-tv5bEYCOpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tv5bEYCOpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tv5bEYCOpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv5bEYCOpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv5bEYCOpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tv5bEYCOpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv5bEYCOpH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tv5bEYCOpH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tv5bEYCOpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv5bEYCOpH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tv5bEYCOpH .collapsed .btn {
  display: -webkit-flex;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tv5bEYCOpH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tv5bEYCOpH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tv5bEYCOpH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tv5bEYCOpH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tv5bEYCOpH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tv5bEYCOpH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tv5bEYCOpH .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-tv5bEYCOpH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tv5bEYCOpH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tv5bEYCOpH .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-tv5bEYCOpH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tv5bEYCOpH img {
    height: 3.8rem !important;
  }
  .cid-tv5bEYCOpH .btn {
    display: -webkit-flex;
  }
  .cid-tv5bEYCOpH button.navbar-toggler {
    display: block;
  }
  .cid-tv5bEYCOpH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tv5bEYCOpH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tv5bEYCOpH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing,
  .cid-tv5bEYCOpH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing .navbar-nav,
  .cid-tv5bEYCOpH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tv5bEYCOpH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tv5bEYCOpH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tv5bEYCOpH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tv5bEYCOpH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tv5bEYCOpH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tv5bEYCOpH .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-tv5bEYCOpH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tv5bEYCOpH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tv5bEYCOpH .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-tv5bEYCOpH .nav-link {
    justify-content: start !important;
  }
  .cid-tv5bEYCOpH .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tv5bEYCOpH .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tv5bEYCOpH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tv5bEYCOpH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tv5bEYCOpH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tv5bEYCOpH .nav-link:hover,
.cid-tv5bEYCOpH .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tv5bEYCOpH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tv5bEYCOpH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy46Vy3Xry {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy46Vy3Xry .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy46Vy3Xry .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy46Vy3Xry .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tufTx0xmii {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tufTx0xmii .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tufTx0xmii H2 {
  color: #ebeced;
}
.cid-tufTx0xmii H3 {
  color: #c1c1c1;
}
.cid-tufTx0xmii .mbr-text,
.cid-tufTx0xmii .mbr-section-btn {
  color: #ffffff;
}
.cid-tufTx0xmii .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tufTx0xmii .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tufTx0xmii .photo {
    width: 100%;
  }
}
.cid-tufTx0xmii .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tufTx0xmii .list1 {
  color: #f7ed4a;
}
.cid-tufTx0xmii H1 {
  color: #c1c1c1;
}
.cid-tufTx0KP0y {
  background-color: #252b31;
}
.cid-tufTx0KP0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tufTx0KP0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tufTx0KP0y .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-tufTx0KP0y .container {
  max-width: 1280px;
}
.cid-tufTx0KP0y .row {
  justify-content: center;
}
.cid-tufTx0KP0y .mbr-section-title {
  color: #212132;
}
.cid-tufTx0KP0y .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-tufTx0KP0y .mbr-section-title,
.cid-tufTx0KP0y .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rBZ3a6c .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rBZ3a6c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rBZ3a6c .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-tL0rBZ3a6c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rBZ3a6c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVTb7jUqo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVTb7jUqo section {
  position: relative;
}
.cid-txVTb7jUqo h4 {
  margin: 0;
}
.cid-txVTb7jUqo img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVTb7jUqo a {
  font-weight: 300;
}
.cid-txVTb7jUqo .img1 {
  color: #00bea3;
}
.cid-txVTb7jUqo .img2 {
  color: #f1894c;
}
.cid-txVTb7jUqo .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVTb7jUqo .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVTb7jUqo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVTb7jUqo .item,
.cid-txVTb7jUqo .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVTb7jUqo .item h4,
.cid-txVTb7jUqo .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVTb7jUqo .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVTb7jUqo .item {
    justify-content: left;
  }
}
.cid-txVTb7jUqo .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVTb7jUqo .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVTb7jUqo .item-title DIV {
  text-align: left;
}
.cid-tufTx106mo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tufTx106mo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tufTx106mo section {
  position: relative;
}
.cid-tufTx106mo h4 {
  margin: 0;
}
.cid-tufTx106mo a {
  font-weight: 300;
}
.cid-tufTx106mo .row {
  align-items: center;
}
.cid-tufTx106mo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tufTx106mo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tufTx106mo .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tufTx106mo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tufTx106mo .align-left {
    text-align: center;
  }
  .cid-tufTx106mo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tufTx106mo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tufTx106mo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tufTx106mo .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tufTx106mo H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tvXducLr9O .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvXducLr9O .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tvXducLr9O a {
  font-style: normal;
}
.cid-tvXducLr9O .show {
  overflow: visible;
}
.cid-tvXducLr9O .dropdown-menu {
  max-height: 400px;
}
.cid-tvXducLr9O .dropdown-item:active {
  background-color: transparent;
}
.cid-tvXducLr9O .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tvXducLr9O .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tvXducLr9O .nav-item:focus,
.cid-tvXducLr9O .nav-link:focus {
  outline: none;
}
.cid-tvXducLr9O .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvXducLr9O .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tvXducLr9O .menu-logo {
  margin-right: auto;
}
.cid-tvXducLr9O .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-tvXducLr9O .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-tvXducLr9O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvXducLr9O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvXducLr9O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvXducLr9O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvXducLr9O .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tvXducLr9O .dropdown .dropdown-menu {
  background: #000000;
  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-tvXducLr9O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tvXducLr9O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvXducLr9O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvXducLr9O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvXducLr9O .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-tvXducLr9O .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tvXducLr9O .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tvXducLr9O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvXducLr9O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvXducLr9O .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvXducLr9O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvXducLr9O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tvXducLr9O button.navbar-toggler:focus {
  outline: none;
}
.cid-tvXducLr9O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvXducLr9O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvXducLr9O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvXducLr9O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvXducLr9O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvXducLr9O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvXducLr9O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvXducLr9O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvXducLr9O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvXducLr9O .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvXducLr9O .collapsed .btn {
  display: -webkit-flex;
}
.cid-tvXducLr9O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing,
.cid-tvXducLr9O .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvXducLr9O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvXducLr9O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tvXducLr9O .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvXducLr9O .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tvXducLr9O .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvXducLr9O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvXducLr9O .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tvXducLr9O .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvXducLr9O .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tvXducLr9O .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvXducLr9O .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-tvXducLr9O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvXducLr9O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvXducLr9O .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-tvXducLr9O.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvXducLr9O img {
    height: 3.8rem !important;
  }
  .cid-tvXducLr9O .btn {
    display: -webkit-flex;
  }
  .cid-tvXducLr9O button.navbar-toggler {
    display: block;
  }
  .cid-tvXducLr9O .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tvXducLr9O .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvXducLr9O .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing,
  .cid-tvXducLr9O .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing .navbar-nav,
  .cid-tvXducLr9O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvXducLr9O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tvXducLr9O .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvXducLr9O .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tvXducLr9O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvXducLr9O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvXducLr9O .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-tvXducLr9O .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvXducLr9O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvXducLr9O .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-tvXducLr9O .nav-link {
    justify-content: start !important;
  }
  .cid-tvXducLr9O .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tvXducLr9O .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tvXducLr9O .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tvXducLr9O .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tvXducLr9O .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tvXducLr9O .nav-link:hover,
.cid-tvXducLr9O .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tvXducLr9O .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tvXducLr9O .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy471zFG9N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy471zFG9N .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy471zFG9N .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy471zFG9N .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-v302OXTqTc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v302OXTqTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v302OXTqTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1h3 {
  /* Type valid CSS here */
}
#custom-html-1h3 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h3 p {
  font-size: 60px;
  color: #777;
}
.cid-tL0rMQrI5d .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rMQrI5d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rMQrI5d .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-tL0rMQrI5d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rMQrI5d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txVTlM9UD9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txVTlM9UD9 section {
  position: relative;
}
.cid-txVTlM9UD9 h4 {
  margin: 0;
}
.cid-txVTlM9UD9 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-txVTlM9UD9 a {
  font-weight: 300;
}
.cid-txVTlM9UD9 .img1 {
  color: #00bea3;
}
.cid-txVTlM9UD9 .img2 {
  color: #f1894c;
}
.cid-txVTlM9UD9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txVTlM9UD9 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-txVTlM9UD9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txVTlM9UD9 .item,
.cid-txVTlM9UD9 .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-txVTlM9UD9 .item h4,
.cid-txVTlM9UD9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-txVTlM9UD9 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-txVTlM9UD9 .item {
    justify-content: left;
  }
}
.cid-txVTlM9UD9 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVTlM9UD9 .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-txVTlM9UD9 .item-title DIV {
  text-align: left;
}
.cid-tvXducv49X {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tvXducv49X .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tvXducv49X section {
  position: relative;
}
.cid-tvXducv49X h4 {
  margin: 0;
}
.cid-tvXducv49X a {
  font-weight: 300;
}
.cid-tvXducv49X .row {
  align-items: center;
}
.cid-tvXducv49X .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tvXducv49X .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tvXducv49X .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tvXducv49X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tvXducv49X .align-left {
    text-align: center;
  }
  .cid-tvXducv49X .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tvXducv49X .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tvXducv49X .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tvXducv49X .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tvXducv49X H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tz33aBgWhb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz33aBgWhb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tz33aBgWhb a {
  font-style: normal;
}
.cid-tz33aBgWhb .show {
  overflow: visible;
}
.cid-tz33aBgWhb .dropdown-menu {
  max-height: 400px;
}
.cid-tz33aBgWhb .dropdown-item:active {
  background-color: transparent;
}
.cid-tz33aBgWhb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tz33aBgWhb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tz33aBgWhb .nav-item:focus,
.cid-tz33aBgWhb .nav-link:focus {
  outline: none;
}
.cid-tz33aBgWhb .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tz33aBgWhb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tz33aBgWhb .menu-logo {
  margin-right: auto;
}
.cid-tz33aBgWhb .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-tz33aBgWhb .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-tz33aBgWhb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tz33aBgWhb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tz33aBgWhb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tz33aBgWhb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tz33aBgWhb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tz33aBgWhb .dropdown .dropdown-menu {
  background: #000000;
  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-tz33aBgWhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tz33aBgWhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz33aBgWhb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tz33aBgWhb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz33aBgWhb .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-tz33aBgWhb .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tz33aBgWhb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tz33aBgWhb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tz33aBgWhb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tz33aBgWhb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tz33aBgWhb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tz33aBgWhb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tz33aBgWhb button.navbar-toggler:focus {
  outline: none;
}
.cid-tz33aBgWhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz33aBgWhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz33aBgWhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz33aBgWhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz33aBgWhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz33aBgWhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz33aBgWhb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz33aBgWhb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz33aBgWhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz33aBgWhb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tz33aBgWhb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tz33aBgWhb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tz33aBgWhb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tz33aBgWhb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tz33aBgWhb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tz33aBgWhb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tz33aBgWhb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tz33aBgWhb .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-tz33aBgWhb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tz33aBgWhb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tz33aBgWhb .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-tz33aBgWhb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tz33aBgWhb img {
    height: 3.8rem !important;
  }
  .cid-tz33aBgWhb .btn {
    display: -webkit-flex;
  }
  .cid-tz33aBgWhb button.navbar-toggler {
    display: block;
  }
  .cid-tz33aBgWhb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tz33aBgWhb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tz33aBgWhb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing,
  .cid-tz33aBgWhb .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing .navbar-nav,
  .cid-tz33aBgWhb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tz33aBgWhb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tz33aBgWhb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tz33aBgWhb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tz33aBgWhb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tz33aBgWhb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tz33aBgWhb .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-tz33aBgWhb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tz33aBgWhb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tz33aBgWhb .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-tz33aBgWhb .nav-link {
    justify-content: start !important;
  }
  .cid-tz33aBgWhb .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tz33aBgWhb .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tz33aBgWhb .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tz33aBgWhb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tz33aBgWhb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tz33aBgWhb .nav-link:hover,
.cid-tz33aBgWhb .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tz33aBgWhb .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tz33aBgWhb .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy478qqRl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy478qqRl8 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy478qqRl8 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy478qqRl8 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-tz33axTo6E {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/the-coffe-shop-1920x1080-1920x1080.jpg");
  background-position: right;
}
.cid-tz33axTo6E .wrapper {
  position: relative;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tz33axTo6E .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 0px;
  right: 0;
}
.cid-tz33axTo6E .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 0px;
  left: 0;
}
.cid-tz33axTo6E img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tz33axTo6E .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tz33ay8B6L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-tz33ay8B6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz33ay8B6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz33ay8B6L .card-wrapper {
  width: 100%;
}
.cid-tz33ay8B6L .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tz33ay8B6L .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tz33ay8B6L .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tz33ay8B6L .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tz33ay8B6L .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tz33ay8B6L .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tz33ay8B6L .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tz33ay8B6L .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tz33ay8B6L .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tz33ay8B6L .card-title {
    text-align: center !important;
  }
}
.cid-tz33ay8B6L .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tz33ay8B6L .card-text {
    text-align: center !important;
  }
}
.cid-tz33ayjPXK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tz33ayjPXK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tz33ayjPXK H2 {
  color: #ebeced;
}
.cid-tz33ayjPXK H3 {
  color: #c1c1c1;
}
.cid-tz33ayjPXK .mbr-text,
.cid-tz33ayjPXK .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-tz33ayjPXK .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tz33ayjPXK img {
  filter: invert(0.5);
  width: auto;
}
.cid-tz33ayjPXK H1 {
  color: #c1c1c1;
}
#custom-html-1aq {
  background-color: #252b31;
}
#custom-html-1aq #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1aq #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1aq #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tz33aysB8A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tz33aysB8A .mbr-section-head {
  padding: 0 1rem;
}
.cid-tz33aysB8A .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tz33aysB8A .team-card:hover {
  transform: translateY(-10px);
}
.cid-tz33aysB8A .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tz33aysB8A .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tz33aysB8A .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tz33aysB8A .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz33aysB8A .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tz33aysB8A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tz33aysB8A .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tz33aysB8A .embla__button--next,
.cid-tz33aysB8A .embla__button--prev {
  display: flex;
}
.cid-tz33aysB8A .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f20b25;
  border: 2px solid #f20b25;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tz33aysB8A .embla__button {
    display: none;
  }
}
.cid-tz33aysB8A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tz33aysB8A .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tz33aysB8A .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz33aysB8A .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tz33aysB8A .embla__button {
    top: -10%;
  }
}
.cid-tz33aysB8A .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tz33aysB8A .embla {
    margin-top: 80px;
  }
}
.cid-tz33aysB8A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tz33aysB8A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tz33aysB8A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tz33aysB8A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tz33aysB8A .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tz33aysB8A .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tz33aysB8A .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tz33aysB8A .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tz33aysB8A .mbr-text ul {
    display: block;
  }
}
.cid-tz33aysB8A .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tz33aysB8A .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tz33aysB8A .mbr-text ul li::marker {
  color: #255085;
  font-size: 18px;
}
.cid-tz33aysB8A .item-wrapper {
  height: 100%;
}
.cid-tz33aysB8A .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tz33aysB8A .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tz33aysB8A .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tz33ayQD6I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-tz33ayQD6I .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tz33ayQD6I H2 {
  color: #ebeced;
}
.cid-tz33ayQD6I H3 {
  color: #c1c1c1;
}
.cid-tz33ayQD6I .mbr-text,
.cid-tz33ayQD6I .mbr-section-btn {
  color: #ebeced;
}
.cid-tz33ayQD6I .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tz33ayQD6I .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tz33ayQD6I .photo {
    width: 100%;
  }
}
.cid-tz33ayQD6I .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tz33az1jHU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tz33az1jHU .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tz33az1jHU .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tz33az1jHU .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tz33az1jHU .img-big {
  transition: all 1s;
}
.cid-tz33az1jHU .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tz33az1jHU .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tz33az1jHU .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tz33az1jHU .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tz33az1jHU .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tz33az1jHU .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tz33az1jHU .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tz33az1jHU .item:focus,
.cid-tz33az1jHU span:focus {
  outline: none;
}
.cid-tz33az1jHU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz33az1jHU .mbr-section-title {
  color: #ffffff;
}
.cid-tz33az1jHU .mbr-text,
.cid-tz33az1jHU .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tz33az1jHU .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tz33az1jHU .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tz33az1jHU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tz33aznaSB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tz33aznaSB .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tz33aznaSB .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tz33aznaSB .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tz33aznaSB .img-big {
  transition: all 1s;
}
.cid-tz33aznaSB .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tz33aznaSB .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tz33aznaSB .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tz33aznaSB .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tz33aznaSB .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tz33aznaSB .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tz33aznaSB .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tz33aznaSB .item:focus,
.cid-tz33aznaSB span:focus {
  outline: none;
}
.cid-tz33aznaSB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz33aznaSB .mbr-section-title {
  color: #ffffff;
}
.cid-tz33aznaSB .mbr-text,
.cid-tz33aznaSB .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tz33aznaSB .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tz33aznaSB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tz33aznaSB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tz33azKhH3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tz33azKhH3 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-tz33azKhH3 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tz33azKhH3 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tz33azKhH3 .img-big {
  transition: all 1s;
}
.cid-tz33azKhH3 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tz33azKhH3 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tz33azKhH3 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-tz33azKhH3 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-tz33azKhH3 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tz33azKhH3 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tz33azKhH3 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tz33azKhH3 .item:focus,
.cid-tz33azKhH3 span:focus {
  outline: none;
}
.cid-tz33azKhH3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz33azKhH3 .mbr-section-title {
  color: #ffffff;
}
.cid-tz33azKhH3 .mbr-text,
.cid-tz33azKhH3 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tz33azKhH3 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tz33azKhH3 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tz33azKhH3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tz33aAa5uc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tz33aAa5uc .showAlerts {
  display: block !important;
}
.cid-tz33aAa5uc .rowflexrev {
  display: -webkit-flex;
}
.cid-tz33aAa5uc .title {
  margin-bottom: 2rem;
}
.cid-tz33aAa5uc .mbr-section-subtitle {
  color: #767676;
}
.cid-tz33aAa5uc textarea.form-control {
  min-height: 188px;
}
.cid-tz33aAa5uc LABEL {
  color: #232323;
}
.cid-tz33aAa5uc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz33aAa5uc .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tz33aAa5uc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz33aAa5uc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz33aAa5uc .alert {
  margin-bottom: 0;
}
.cid-tz33aAa5uc .alert-success {
  background-color: #70c770;
}
.cid-tz33aAa5uc .alert-danger {
  background-color: #ff4a52;
}
.cid-tz33aAa5uc .btn {
  display: inline-flex;
}
.cid-tz33aAa5uc .hidden {
  display: none;
}
.cid-tz33aAa5uc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tz33aAa5uc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tz33aAa5uc H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0rQN72zH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0rQN72zH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0rQN72zH .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-tL0rQN72zH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0rQN72zH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz33aAGkOO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tz33aAGkOO section {
  position: relative;
}
.cid-tz33aAGkOO h4 {
  margin: 0;
}
.cid-tz33aAGkOO img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-tz33aAGkOO a {
  font-weight: 300;
}
.cid-tz33aAGkOO .img1 {
  color: #00bea3;
}
.cid-tz33aAGkOO .img2 {
  color: #f1894c;
}
.cid-tz33aAGkOO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tz33aAGkOO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-tz33aAGkOO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tz33aAGkOO .item,
.cid-tz33aAGkOO .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tz33aAGkOO .item h4,
.cid-tz33aAGkOO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tz33aAGkOO .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-tz33aAGkOO .item {
    justify-content: left;
  }
}
.cid-tz33aAGkOO .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tz33aAGkOO .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tz33aAGkOO .item-title DIV {
  text-align: left;
}
.cid-tz33aB2z8W {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tz33aB2z8W .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tz33aB2z8W section {
  position: relative;
}
.cid-tz33aB2z8W h4 {
  margin: 0;
}
.cid-tz33aB2z8W a {
  font-weight: 300;
}
.cid-tz33aB2z8W .row {
  align-items: center;
}
.cid-tz33aB2z8W .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tz33aB2z8W .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tz33aB2z8W .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tz33aB2z8W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tz33aB2z8W .align-left {
    text-align: center;
  }
  .cid-tz33aB2z8W .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tz33aB2z8W .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tz33aB2z8W .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tz33aB2z8W .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tz33aB2z8W H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-uy3WGbbYxi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy3WGbbYxi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uy3WGbbYxi a {
  font-style: normal;
}
.cid-uy3WGbbYxi .show {
  overflow: visible;
}
.cid-uy3WGbbYxi .dropdown-menu {
  max-height: 400px;
}
.cid-uy3WGbbYxi .dropdown-item:active {
  background-color: transparent;
}
.cid-uy3WGbbYxi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uy3WGbbYxi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uy3WGbbYxi .nav-item:focus,
.cid-uy3WGbbYxi .nav-link:focus {
  outline: none;
}
.cid-uy3WGbbYxi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uy3WGbbYxi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uy3WGbbYxi .menu-logo {
  margin-right: auto;
}
.cid-uy3WGbbYxi .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-uy3WGbbYxi .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-uy3WGbbYxi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uy3WGbbYxi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uy3WGbbYxi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uy3WGbbYxi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uy3WGbbYxi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uy3WGbbYxi .dropdown .dropdown-menu {
  background: #000000;
  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-uy3WGbbYxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uy3WGbbYxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy3WGbbYxi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uy3WGbbYxi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy3WGbbYxi .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-uy3WGbbYxi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uy3WGbbYxi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uy3WGbbYxi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uy3WGbbYxi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uy3WGbbYxi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uy3WGbbYxi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uy3WGbbYxi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uy3WGbbYxi button.navbar-toggler:focus {
  outline: none;
}
.cid-uy3WGbbYxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uy3WGbbYxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy3WGbbYxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy3WGbbYxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy3WGbbYxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy3WGbbYxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy3WGbbYxi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy3WGbbYxi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy3WGbbYxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy3WGbbYxi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uy3WGbbYxi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uy3WGbbYxi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uy3WGbbYxi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uy3WGbbYxi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uy3WGbbYxi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uy3WGbbYxi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uy3WGbbYxi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uy3WGbbYxi .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-uy3WGbbYxi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uy3WGbbYxi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uy3WGbbYxi .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-uy3WGbbYxi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uy3WGbbYxi img {
    height: 3.8rem !important;
  }
  .cid-uy3WGbbYxi .btn {
    display: -webkit-flex;
  }
  .cid-uy3WGbbYxi button.navbar-toggler {
    display: block;
  }
  .cid-uy3WGbbYxi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uy3WGbbYxi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uy3WGbbYxi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing,
  .cid-uy3WGbbYxi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing .navbar-nav,
  .cid-uy3WGbbYxi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uy3WGbbYxi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uy3WGbbYxi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uy3WGbbYxi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uy3WGbbYxi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uy3WGbbYxi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uy3WGbbYxi .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-uy3WGbbYxi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uy3WGbbYxi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uy3WGbbYxi .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-uy3WGbbYxi .nav-link {
    justify-content: start !important;
  }
  .cid-uy3WGbbYxi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uy3WGbbYxi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uy3WGbbYxi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uy3WGbbYxi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uy3WGbbYxi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uy3WGbbYxi .nav-link:hover,
.cid-uy3WGbbYxi .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-uy3WGbbYxi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-uy3WGbbYxi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy452E3Bn2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy452E3Bn2 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy452E3Bn2 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy452E3Bn2 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-uy3WG8ywyn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uy3WG8ywyn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uy3WG8ywyn H2 {
  color: #ebeced;
}
.cid-uy3WG8ywyn H3 {
  color: #c1c1c1;
}
.cid-uy3WG8ywyn .mbr-text,
.cid-uy3WG8ywyn .mbr-section-btn {
  color: #ebeced;
  text-align: left;
}
.cid-uy3WG8ywyn .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uy3WG8ywyn .md-pb {
    padding-bottom: 2rem;
  }
  .cid-uy3WG8ywyn .photo {
    width: 100%;
  }
}
.cid-uy3WG8ywyn .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-uy3WG8ywyn .list1 {
  color: #ebeced;
}
.cid-uy3WG8ywyn H1 {
  color: #c1c1c1;
}
.cid-uy3WG8LaX1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uy3WG8LaX1 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-uy3WG8LaX1 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-uy3WG8LaX1 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-uy3WG8LaX1 .img-big {
  transition: all 1s;
}
.cid-uy3WG8LaX1 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uy3WG8LaX1 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-uy3WG8LaX1 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-uy3WG8LaX1 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-uy3WG8LaX1 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-uy3WG8LaX1 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-uy3WG8LaX1 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uy3WG8LaX1 .item:focus,
.cid-uy3WG8LaX1 span:focus {
  outline: none;
}
.cid-uy3WG8LaX1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy3WG8LaX1 .mbr-section-title {
  color: #ffffff;
}
.cid-uy3WG8LaX1 .mbr-text,
.cid-uy3WG8LaX1 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uy3WG8LaX1 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG8LaX1 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG8LaX1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uy3WG9cMG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uy3WG9cMG5 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-uy3WG9cMG5 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-uy3WG9cMG5 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-uy3WG9cMG5 .img-big {
  transition: all 1s;
}
.cid-uy3WG9cMG5 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uy3WG9cMG5 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-uy3WG9cMG5 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-uy3WG9cMG5 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-uy3WG9cMG5 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-uy3WG9cMG5 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-uy3WG9cMG5 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uy3WG9cMG5 .item:focus,
.cid-uy3WG9cMG5 span:focus {
  outline: none;
}
.cid-uy3WG9cMG5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy3WG9cMG5 .mbr-section-title {
  color: #ffffff;
}
.cid-uy3WG9cMG5 .mbr-text,
.cid-uy3WG9cMG5 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uy3WG9cMG5 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG9cMG5 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG9cMG5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uy3WG9B5f2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uy3WG9B5f2 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-uy3WG9B5f2 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-uy3WG9B5f2 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-uy3WG9B5f2 .img-big {
  transition: all 1s;
}
.cid-uy3WG9B5f2 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uy3WG9B5f2 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-uy3WG9B5f2 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-uy3WG9B5f2 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-uy3WG9B5f2 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-uy3WG9B5f2 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-uy3WG9B5f2 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uy3WG9B5f2 .item:focus,
.cid-uy3WG9B5f2 span:focus {
  outline: none;
}
.cid-uy3WG9B5f2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy3WG9B5f2 .mbr-section-title {
  color: #ffffff;
}
.cid-uy3WG9B5f2 .mbr-text,
.cid-uy3WG9B5f2 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uy3WG9B5f2 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG9B5f2 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uy3WG9B5f2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uy3WG9ZH0E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uy3WG9ZH0E .showAlerts {
  display: block !important;
}
.cid-uy3WG9ZH0E .rowflexrev {
  display: -webkit-flex;
}
.cid-uy3WG9ZH0E .title {
  margin-bottom: 2rem;
}
.cid-uy3WG9ZH0E .mbr-section-subtitle {
  color: #767676;
}
.cid-uy3WG9ZH0E textarea.form-control {
  min-height: 188px;
}
.cid-uy3WG9ZH0E LABEL {
  color: #232323;
}
.cid-uy3WG9ZH0E .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy3WG9ZH0E .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uy3WG9ZH0E .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy3WG9ZH0E .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy3WG9ZH0E .alert {
  margin-bottom: 0;
}
.cid-uy3WG9ZH0E .alert-success {
  background-color: #70c770;
}
.cid-uy3WG9ZH0E .alert-danger {
  background-color: #ff4a52;
}
.cid-uy3WG9ZH0E .btn {
  display: inline-flex;
}
.cid-uy3WG9ZH0E .hidden {
  display: none;
}
.cid-uy3WG9ZH0E .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uy3WG9ZH0E .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uy3WG9ZH0E H2 {
  color: #ebeced;
  text-align: center;
}
.cid-uy3WGalTYr .google-map {
  height: 25rem;
  position: relative;
}
.cid-uy3WGalTYr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uy3WGalTYr .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-uy3WGalTYr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uy3WGalTYr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uy3WGavgob {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uy3WGavgob section {
  position: relative;
}
.cid-uy3WGavgob h4 {
  margin: 0;
}
.cid-uy3WGavgob img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uy3WGavgob a {
  font-weight: 300;
}
.cid-uy3WGavgob .img1 {
  color: #00bea3;
}
.cid-uy3WGavgob .img2 {
  color: #f1894c;
}
.cid-uy3WGavgob .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uy3WGavgob .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-uy3WGavgob .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uy3WGavgob .item,
.cid-uy3WGavgob .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uy3WGavgob .item h4,
.cid-uy3WGavgob .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uy3WGavgob .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uy3WGavgob .item {
    justify-content: left;
  }
}
.cid-uy3WGavgob .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-uy3WGavgob .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-uy3WGavgob .item-title DIV {
  text-align: left;
}
.cid-uy3WGaUIvD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uy3WGaUIvD .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uy3WGaUIvD section {
  position: relative;
}
.cid-uy3WGaUIvD h4 {
  margin: 0;
}
.cid-uy3WGaUIvD a {
  font-weight: 300;
}
.cid-uy3WGaUIvD .row {
  align-items: center;
}
.cid-uy3WGaUIvD .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uy3WGaUIvD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uy3WGaUIvD .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uy3WGaUIvD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uy3WGaUIvD .align-left {
    text-align: center;
  }
  .cid-uy3WGaUIvD .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uy3WGaUIvD .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uy3WGaUIvD .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uy3WGaUIvD .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-uy3WGaUIvD H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-tv4PRXFhxG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tv4PRXFhxG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tv4PRXFhxG a {
  font-style: normal;
}
.cid-tv4PRXFhxG .show {
  overflow: visible;
}
.cid-tv4PRXFhxG .dropdown-menu {
  max-height: 400px;
}
.cid-tv4PRXFhxG .dropdown-item:active {
  background-color: transparent;
}
.cid-tv4PRXFhxG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tv4PRXFhxG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tv4PRXFhxG .nav-item:focus,
.cid-tv4PRXFhxG .nav-link:focus {
  outline: none;
}
.cid-tv4PRXFhxG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tv4PRXFhxG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tv4PRXFhxG .menu-logo {
  margin-right: auto;
}
.cid-tv4PRXFhxG .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-tv4PRXFhxG .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-tv4PRXFhxG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tv4PRXFhxG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tv4PRXFhxG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tv4PRXFhxG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tv4PRXFhxG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tv4PRXFhxG .dropdown .dropdown-menu {
  background: #000000;
  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-tv4PRXFhxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tv4PRXFhxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tv4PRXFhxG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tv4PRXFhxG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tv4PRXFhxG .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-tv4PRXFhxG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tv4PRXFhxG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tv4PRXFhxG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tv4PRXFhxG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tv4PRXFhxG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tv4PRXFhxG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tv4PRXFhxG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tv4PRXFhxG button.navbar-toggler:focus {
  outline: none;
}
.cid-tv4PRXFhxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tv4PRXFhxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tv4PRXFhxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv4PRXFhxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tv4PRXFhxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tv4PRXFhxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv4PRXFhxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tv4PRXFhxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tv4PRXFhxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tv4PRXFhxG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tv4PRXFhxG .collapsed .btn {
  display: -webkit-flex;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tv4PRXFhxG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tv4PRXFhxG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tv4PRXFhxG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tv4PRXFhxG .collapsed button.navbar-toggler {
  display: block;
}
.cid-tv4PRXFhxG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tv4PRXFhxG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tv4PRXFhxG .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-tv4PRXFhxG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tv4PRXFhxG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tv4PRXFhxG .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-tv4PRXFhxG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tv4PRXFhxG img {
    height: 3.8rem !important;
  }
  .cid-tv4PRXFhxG .btn {
    display: -webkit-flex;
  }
  .cid-tv4PRXFhxG button.navbar-toggler {
    display: block;
  }
  .cid-tv4PRXFhxG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tv4PRXFhxG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tv4PRXFhxG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing,
  .cid-tv4PRXFhxG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing .navbar-nav,
  .cid-tv4PRXFhxG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tv4PRXFhxG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tv4PRXFhxG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing .navbar-buttons,
  .cid-tv4PRXFhxG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tv4PRXFhxG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tv4PRXFhxG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tv4PRXFhxG .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-tv4PRXFhxG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tv4PRXFhxG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tv4PRXFhxG .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-tv4PRXFhxG .nav-link {
    justify-content: start !important;
  }
  .cid-tv4PRXFhxG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tv4PRXFhxG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tv4PRXFhxG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tv4PRXFhxG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tv4PRXFhxG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tv4PRXFhxG .nav-link:hover,
.cid-tv4PRXFhxG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-tv4PRXFhxG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tv4PRXFhxG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uy3YuUrntP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uy3YuUrntP .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uy3YuUrntP .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uy3YuUrntP .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-uQDegteFYd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uQDegteFYd .mbr-section-title {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uQDegteFYd .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-tEY5r46ITU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #252b31;
}
.cid-tEY5r46ITU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEY5r46ITU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEY5r46ITU .card-wrapper {
  width: 100%;
}
.cid-tEY5r46ITU .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tEY5r46ITU .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tEY5r46ITU .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tEY5r46ITU .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tEY5r46ITU .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tEY5r46ITU .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tEY5r46ITU .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tEY5r46ITU .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tEY5r46ITU .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tEY5r46ITU .card-title {
    text-align: center !important;
  }
}
.cid-tEY5r46ITU .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEY5r46ITU .card-text {
    text-align: center !important;
  }
}
#custom-html-1g3 {
  background-color: #232323;
}
#custom-html-1g3 #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1g3 #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1g3 #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tw8nXeL0z6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-tw8nXeL0z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw8nXeL0z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw8nXeL0z6 .card-wrapper {
  width: 100%;
}
.cid-tw8nXeL0z6 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tw8nXeL0z6 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tw8nXeL0z6 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tw8nXeL0z6 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tw8nXeL0z6 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tw8nXeL0z6 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tw8nXeL0z6 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tw8nXeL0z6 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tw8nXeL0z6 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tw8nXeL0z6 .card-title {
    text-align: center !important;
  }
}
.cid-tw8nXeL0z6 .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tw8nXeL0z6 .card-text {
    text-align: center !important;
  }
}
.cid-ty5Ic0Dv0f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty5Ic0Dv0f .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty5Ic0Dv0f .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty5Ic0Dv0f .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty5Ic0Dv0f .img-big {
  transition: all 1s;
}
.cid-ty5Ic0Dv0f .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty5Ic0Dv0f .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty5Ic0Dv0f .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty5Ic0Dv0f .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty5Ic0Dv0f .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty5Ic0Dv0f .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty5Ic0Dv0f .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty5Ic0Dv0f .item:focus,
.cid-ty5Ic0Dv0f span:focus {
  outline: none;
}
.cid-ty5Ic0Dv0f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty5Ic0Dv0f .mbr-section-title {
  color: #ffffff;
}
.cid-ty5Ic0Dv0f .mbr-text,
.cid-ty5Ic0Dv0f .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty5Ic0Dv0f .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty5Ic0Dv0f .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty5Ic0Dv0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ty5MpKIqis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty5MpKIqis .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty5MpKIqis .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty5MpKIqis .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty5MpKIqis .img-big {
  transition: all 1s;
}
.cid-ty5MpKIqis .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty5MpKIqis .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty5MpKIqis .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty5MpKIqis .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty5MpKIqis .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty5MpKIqis .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty5MpKIqis .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty5MpKIqis .item:focus,
.cid-ty5MpKIqis span:focus {
  outline: none;
}
.cid-ty5MpKIqis .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty5MpKIqis .mbr-section-title {
  color: #ffffff;
}
.cid-ty5MpKIqis .mbr-text,
.cid-ty5MpKIqis .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty5MpKIqis .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty5MpKIqis .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty5MpKIqis .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ty5NEwBbNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ty5NEwBbNA .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-ty5NEwBbNA .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty5NEwBbNA .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty5NEwBbNA .img-big {
  transition: all 1s;
}
.cid-ty5NEwBbNA .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ty5NEwBbNA .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty5NEwBbNA .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty5NEwBbNA .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty5NEwBbNA .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty5NEwBbNA .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty5NEwBbNA .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ty5NEwBbNA .item:focus,
.cid-ty5NEwBbNA span:focus {
  outline: none;
}
.cid-ty5NEwBbNA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty5NEwBbNA .mbr-section-title {
  color: #ffffff;
}
.cid-ty5NEwBbNA .mbr-text,
.cid-ty5NEwBbNA .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty5NEwBbNA .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty5NEwBbNA .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty5NEwBbNA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSOURKerMk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uSOURKerMk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uSOURKerMk H2 {
  color: #ffffff;
}
.cid-uSOURKerMk H3 {
  color: #36404c;
}
.cid-uSOURKerMk .mbr-text,
.cid-uSOURKerMk .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSOURKerMk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uSOURKerMk img {
  filter: invert(0.5);
  width: auto;
}
.cid-uSOURKerMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOURKerMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trRN3Aj2kh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-trRN3Aj2kh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trRN3Aj2kh H2 {
  color: #ebeced;
}
.cid-trRN3Aj2kh H3 {
  color: #c1c1c1;
}
.cid-trRN3Aj2kh .mbr-text,
.cid-trRN3Aj2kh .mbr-section-btn {
  color: #ebeced;
}
.cid-trRN3Aj2kh .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trRN3Aj2kh .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trRN3Aj2kh .photo {
    width: 100%;
  }
}
.cid-trRN3Aj2kh .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-trRNLo3F8S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-trRNLo3F8S .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trRNLo3F8S H2 {
  color: #ebeced;
}
.cid-trRNLo3F8S H3 {
  color: #c1c1c1;
}
.cid-trRNLo3F8S .mbr-text,
.cid-trRNLo3F8S .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-trRNLo3F8S .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trRNLo3F8S .md-pb {
    padding-bottom: 2rem;
  }
  .cid-trRNLo3F8S .photo {
    width: 100%;
  }
}
.cid-trRNLo3F8S .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tnlX4bsDVp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tnlX4bsDVp .showAlerts {
  display: block !important;
}
.cid-tnlX4bsDVp .rowflexrev {
  display: -webkit-flex;
}
.cid-tnlX4bsDVp .title {
  margin-bottom: 2rem;
}
.cid-tnlX4bsDVp .mbr-section-subtitle {
  color: #767676;
}
.cid-tnlX4bsDVp textarea.form-control {
  min-height: 188px;
}
.cid-tnlX4bsDVp LABEL {
  color: #232323;
}
.cid-tnlX4bsDVp .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tnlX4bsDVp .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tnlX4bsDVp .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tnlX4bsDVp .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tnlX4bsDVp .alert {
  margin-bottom: 0;
}
.cid-tnlX4bsDVp .alert-success {
  background-color: #70c770;
}
.cid-tnlX4bsDVp .alert-danger {
  background-color: #ff4a52;
}
.cid-tnlX4bsDVp .btn {
  display: inline-flex;
}
.cid-tnlX4bsDVp .hidden {
  display: none;
}
.cid-tnlX4bsDVp .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tnlX4bsDVp .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tnlX4bsDVp H2 {
  color: #ebeced;
  text-align: center;
}
.cid-tL0nHk4MOB .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL0nHk4MOB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL0nHk4MOB .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-tL0nHk4MOB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL0nHk4MOB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trdn7mQLlb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-trdn7mQLlb section {
  position: relative;
}
.cid-trdn7mQLlb h4 {
  margin: 0;
}
.cid-trdn7mQLlb img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-trdn7mQLlb a {
  font-weight: 300;
}
.cid-trdn7mQLlb .img1 {
  color: #00bea3;
}
.cid-trdn7mQLlb .img2 {
  color: #f1894c;
}
.cid-trdn7mQLlb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-trdn7mQLlb .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-trdn7mQLlb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trdn7mQLlb .item,
.cid-trdn7mQLlb .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-trdn7mQLlb .item h4,
.cid-trdn7mQLlb .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trdn7mQLlb .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-trdn7mQLlb .item {
    justify-content: left;
  }
}
.cid-trdn7mQLlb .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-trdn7mQLlb .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-trdn7mQLlb .item-title DIV {
  text-align: left;
}
.cid-ro4GMcl2gl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-uSOqLkrfF7 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSOqLkrfF7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uSOqLkrfF7 a {
  font-style: normal;
}
.cid-uSOqLkrfF7 .show {
  overflow: visible;
}
.cid-uSOqLkrfF7 .dropdown-menu {
  max-height: 400px;
}
.cid-uSOqLkrfF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSOqLkrfF7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uSOqLkrfF7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uSOqLkrfF7 .nav-item:focus,
.cid-uSOqLkrfF7 .nav-link:focus {
  outline: none;
}
.cid-uSOqLkrfF7 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSOqLkrfF7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uSOqLkrfF7 .menu-logo {
  margin-right: auto;
}
.cid-uSOqLkrfF7 .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-uSOqLkrfF7 .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-uSOqLkrfF7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSOqLkrfF7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSOqLkrfF7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSOqLkrfF7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSOqLkrfF7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uSOqLkrfF7 .dropdown .dropdown-menu {
  background: #000000;
  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-uSOqLkrfF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uSOqLkrfF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSOqLkrfF7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSOqLkrfF7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSOqLkrfF7 .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-uSOqLkrfF7 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uSOqLkrfF7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uSOqLkrfF7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSOqLkrfF7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSOqLkrfF7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSOqLkrfF7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSOqLkrfF7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uSOqLkrfF7 button.navbar-toggler:focus {
  outline: none;
}
.cid-uSOqLkrfF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSOqLkrfF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSOqLkrfF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOqLkrfF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSOqLkrfF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSOqLkrfF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOqLkrfF7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSOqLkrfF7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSOqLkrfF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSOqLkrfF7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uSOqLkrfF7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSOqLkrfF7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSOqLkrfF7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-uSOqLkrfF7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSOqLkrfF7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uSOqLkrfF7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uSOqLkrfF7 .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-uSOqLkrfF7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSOqLkrfF7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSOqLkrfF7 .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-uSOqLkrfF7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uSOqLkrfF7 img {
    height: 3.8rem !important;
  }
  .cid-uSOqLkrfF7 .btn {
    display: -webkit-flex;
  }
  .cid-uSOqLkrfF7 button.navbar-toggler {
    display: block;
  }
  .cid-uSOqLkrfF7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uSOqLkrfF7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uSOqLkrfF7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing,
  .cid-uSOqLkrfF7 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing .navbar-nav,
  .cid-uSOqLkrfF7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSOqLkrfF7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSOqLkrfF7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSOqLkrfF7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uSOqLkrfF7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSOqLkrfF7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSOqLkrfF7 .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-uSOqLkrfF7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSOqLkrfF7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSOqLkrfF7 .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-uSOqLkrfF7 .nav-link {
    justify-content: start !important;
  }
  .cid-uSOqLkrfF7 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uSOqLkrfF7 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-uSOqLkrfF7 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uSOqLkrfF7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uSOqLkrfF7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uSOqLkrfF7 .nav-link:hover,
.cid-uSOqLkrfF7 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-uSOqLkrfF7 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-uSOqLkrfF7 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uSOqLkHcSN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-uSOqLkHcSN .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uSOqLkHcSN .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-uSOqLkHcSN .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-uSOqLkPhbH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uSOqLkPhbH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uSOqLkPhbH H2 {
  color: #ebeced;
}
.cid-uSOqLkPhbH H3 {
  color: #c1c1c1;
}
.cid-uSOqLkPhbH .mbr-text,
.cid-uSOqLkPhbH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSOqLkPhbH .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uSOqLkPhbH .md-pb {
    padding-bottom: 2rem;
  }
  .cid-uSOqLkPhbH .photo {
    width: 100%;
  }
}
.cid-uSOqLkPhbH .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-uSOqLkPhbH .list1 {
  color: #f7ed4a;
}
.cid-uSOqLkPhbH H1 {
  color: #c1c1c1;
}
.cid-uSOqLl2vo4 {
  background-color: #252b31;
}
.cid-uSOqLl2vo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSOqLl2vo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSOqLl2vo4 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-uSOqLl2vo4 .container {
  max-width: 1280px;
}
.cid-uSOqLl2vo4 .row {
  justify-content: center;
}
.cid-uSOqLl2vo4 .mbr-section-title {
  color: #212132;
}
.cid-uSOqLl2vo4 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uSOqLl2vo4 .mbr-section-title,
.cid-uSOqLl2vo4 .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-uSOqLld97l .google-map {
  height: 25rem;
  position: relative;
}
.cid-uSOqLld97l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSOqLld97l .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-uSOqLld97l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSOqLld97l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSOqLlpIa8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uSOqLlpIa8 section {
  position: relative;
}
.cid-uSOqLlpIa8 h4 {
  margin: 0;
}
.cid-uSOqLlpIa8 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uSOqLlpIa8 a {
  font-weight: 300;
}
.cid-uSOqLlpIa8 .img1 {
  color: #00bea3;
}
.cid-uSOqLlpIa8 .img2 {
  color: #f1894c;
}
.cid-uSOqLlpIa8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uSOqLlpIa8 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-uSOqLlpIa8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uSOqLlpIa8 .item,
.cid-uSOqLlpIa8 .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uSOqLlpIa8 .item h4,
.cid-uSOqLlpIa8 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uSOqLlpIa8 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uSOqLlpIa8 .item {
    justify-content: left;
  }
}
.cid-uSOqLlpIa8 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-uSOqLlpIa8 .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-uSOqLlpIa8 .item-title DIV {
  text-align: left;
}
.cid-uSOqLlI0Mw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uSOqLlI0Mw .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uSOqLlI0Mw section {
  position: relative;
}
.cid-uSOqLlI0Mw h4 {
  margin: 0;
}
.cid-uSOqLlI0Mw a {
  font-weight: 300;
}
.cid-uSOqLlI0Mw .row {
  align-items: center;
}
.cid-uSOqLlI0Mw .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uSOqLlI0Mw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uSOqLlI0Mw .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSOqLlI0Mw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uSOqLlI0Mw .align-left {
    text-align: center;
  }
  .cid-uSOqLlI0Mw .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uSOqLlI0Mw .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uSOqLlI0Mw .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uSOqLlI0Mw .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-uSOqLlI0Mw H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vhZd71eguB .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhZd71eguB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vhZd71eguB a {
  font-style: normal;
}
.cid-vhZd71eguB .show {
  overflow: visible;
}
.cid-vhZd71eguB .dropdown-menu {
  max-height: 400px;
}
.cid-vhZd71eguB .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZd71eguB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vhZd71eguB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vhZd71eguB .nav-item:focus,
.cid-vhZd71eguB .nav-link:focus {
  outline: none;
}
.cid-vhZd71eguB .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhZd71eguB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vhZd71eguB .menu-logo {
  margin-right: auto;
}
.cid-vhZd71eguB .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-vhZd71eguB .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-vhZd71eguB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vhZd71eguB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vhZd71eguB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vhZd71eguB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vhZd71eguB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vhZd71eguB .dropdown .dropdown-menu {
  background: #000000;
  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-vhZd71eguB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vhZd71eguB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZd71eguB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vhZd71eguB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZd71eguB .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-vhZd71eguB .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vhZd71eguB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vhZd71eguB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vhZd71eguB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vhZd71eguB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vhZd71eguB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vhZd71eguB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vhZd71eguB button.navbar-toggler:focus {
  outline: none;
}
.cid-vhZd71eguB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZd71eguB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZd71eguB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZd71eguB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZd71eguB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZd71eguB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZd71eguB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZd71eguB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZd71eguB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZd71eguB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhZd71eguB .collapsed .btn {
  display: -webkit-flex;
}
.cid-vhZd71eguB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing,
.cid-vhZd71eguB .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vhZd71eguB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vhZd71eguB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vhZd71eguB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vhZd71eguB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vhZd71eguB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vhZd71eguB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vhZd71eguB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vhZd71eguB .collapsed button.navbar-toggler {
  display: block;
}
.cid-vhZd71eguB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vhZd71eguB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhZd71eguB .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-vhZd71eguB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vhZd71eguB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vhZd71eguB .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-vhZd71eguB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vhZd71eguB img {
    height: 3.8rem !important;
  }
  .cid-vhZd71eguB .btn {
    display: -webkit-flex;
  }
  .cid-vhZd71eguB button.navbar-toggler {
    display: block;
  }
  .cid-vhZd71eguB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vhZd71eguB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vhZd71eguB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing,
  .cid-vhZd71eguB .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing .navbar-nav,
  .cid-vhZd71eguB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vhZd71eguB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vhZd71eguB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing .navbar-buttons,
  .cid-vhZd71eguB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vhZd71eguB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vhZd71eguB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhZd71eguB .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-vhZd71eguB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vhZd71eguB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vhZd71eguB .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-vhZd71eguB .nav-link {
    justify-content: start !important;
  }
  .cid-vhZd71eguB .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vhZd71eguB .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vhZd71eguB .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vhZd71eguB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vhZd71eguB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vhZd71eguB .nav-link:hover,
.cid-vhZd71eguB .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vhZd71eguB .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vhZd71eguB .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vhZd71RAwO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vhZd71RAwO .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vhZd71RAwO .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vhZd71RAwO .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vhZd728Z2V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-vhZd728Z2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZd728Z2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZd728Z2V .card-wrapper {
  width: 100%;
}
.cid-vhZd728Z2V .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhZd728Z2V .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vhZd728Z2V .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vhZd728Z2V .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vhZd728Z2V .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vhZd728Z2V .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vhZd728Z2V .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vhZd728Z2V .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vhZd728Z2V .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vhZd728Z2V .card-title {
    text-align: center !important;
  }
}
.cid-vhZd728Z2V .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vhZd728Z2V .card-text {
    text-align: center !important;
  }
}
.cid-vi5WksKxyO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vi5WksKxyO .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-vi5WksKxyO .mbr-text {
  color: #777777;
}
.cid-vi5WksKxyO H2 {
  color: #c1c1c1;
}
.cid-vi5WksKxyO P {
  color: #c1c1c1;
}
.cid-vi5LMb8GU5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vi5LMb8GU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi5LMb8GU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi5LMb8GU5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi5LMb8GU5 .row {
  flex-direction: row-reverse;
}
.cid-vi5LMb8GU5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi5LMb8GU5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi5LMb8GU5 .mbr-text {
  color: #c1c1c1;
}
.cid-vi5LMb8GU5 .mbr-section-title {
  color: #ebeced;
}
.cid-vlF15oangj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vlF15oangj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlF15oangj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlF15oangj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlF15oangj .row {
  flex-direction: row-reverse;
}
.cid-vlF15oangj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlF15oangj .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlF15oangj .mbr-text {
  color: #c1c1c1;
}
.cid-vlF15oangj .mbr-section-title {
  color: #ebeced;
}
.cid-vo8SpOej9t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vo8SpOej9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo8SpOej9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vo8SpOej9t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo8SpOej9t .row {
  flex-direction: row-reverse;
}
.cid-vo8SpOej9t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vo8SpOej9t .text-wrapper {
    padding: 2rem;
  }
}
.cid-vo8SpOej9t .mbr-text {
  color: #c1c1c1;
}
.cid-vo8SpOej9t .mbr-section-title {
  color: #ebeced;
}
.cid-vov8pSzzXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vov8pSzzXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov8pSzzXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vov8pSzzXj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vov8pSzzXj .row {
  flex-direction: row-reverse;
}
.cid-vov8pSzzXj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vov8pSzzXj .text-wrapper {
    padding: 2rem;
  }
}
.cid-vov8pSzzXj .mbr-text {
  color: #c1c1c1;
}
.cid-vov8pSzzXj .mbr-section-title {
  color: #ebeced;
}
.cid-voMWM6uUdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-voMWM6uUdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMWM6uUdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voMWM6uUdV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voMWM6uUdV .row {
  flex-direction: row-reverse;
}
.cid-voMWM6uUdV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voMWM6uUdV .text-wrapper {
    padding: 2rem;
  }
}
.cid-voMWM6uUdV .mbr-text {
  color: #c1c1c1;
}
.cid-voMWM6uUdV .mbr-section-title {
  color: #ebeced;
}
.cid-vhZd72Yt32 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vhZd72Yt32 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vhZd72Yt32 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vhZd72Yt32 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vhZd72Yt32 .img-big {
  transition: all 1s;
}
.cid-vhZd72Yt32 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vhZd72Yt32 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vhZd72Yt32 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vhZd72Yt32 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vhZd72Yt32 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vhZd72Yt32 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vhZd72Yt32 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vhZd72Yt32 .item:focus,
.cid-vhZd72Yt32 span:focus {
  outline: none;
}
.cid-vhZd72Yt32 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhZd72Yt32 .mbr-section-title {
  color: #ffffff;
}
.cid-vhZd72Yt32 .mbr-text,
.cid-vhZd72Yt32 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vhZd72Yt32 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd72Yt32 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd72Yt32 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZd73f0aa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vhZd73f0aa .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vhZd73f0aa .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vhZd73f0aa .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vhZd73f0aa .img-big {
  transition: all 1s;
}
.cid-vhZd73f0aa .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vhZd73f0aa .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vhZd73f0aa .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vhZd73f0aa .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vhZd73f0aa .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vhZd73f0aa .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vhZd73f0aa .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vhZd73f0aa .item:focus,
.cid-vhZd73f0aa span:focus {
  outline: none;
}
.cid-vhZd73f0aa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhZd73f0aa .mbr-section-title {
  color: #ffffff;
}
.cid-vhZd73f0aa .mbr-text,
.cid-vhZd73f0aa .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vhZd73f0aa .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd73f0aa .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd73f0aa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZd73xw5e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vhZd73xw5e .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vhZd73xw5e .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vhZd73xw5e .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vhZd73xw5e .img-big {
  transition: all 1s;
}
.cid-vhZd73xw5e .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vhZd73xw5e .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vhZd73xw5e .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vhZd73xw5e .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vhZd73xw5e .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vhZd73xw5e .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vhZd73xw5e .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vhZd73xw5e .item:focus,
.cid-vhZd73xw5e span:focus {
  outline: none;
}
.cid-vhZd73xw5e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhZd73xw5e .mbr-section-title {
  color: #ffffff;
}
.cid-vhZd73xw5e .mbr-text,
.cid-vhZd73xw5e .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vhZd73xw5e .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd73xw5e .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhZd73xw5e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZd742wqn .google-map {
  height: 25rem;
  position: relative;
}
.cid-vhZd742wqn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhZd742wqn .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-vhZd742wqn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhZd742wqn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vhZd74abgh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vhZd74abgh section {
  position: relative;
}
.cid-vhZd74abgh h4 {
  margin: 0;
}
.cid-vhZd74abgh img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vhZd74abgh a {
  font-weight: 300;
}
.cid-vhZd74abgh .img1 {
  color: #00bea3;
}
.cid-vhZd74abgh .img2 {
  color: #f1894c;
}
.cid-vhZd74abgh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vhZd74abgh .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vhZd74abgh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vhZd74abgh .item,
.cid-vhZd74abgh .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vhZd74abgh .item h4,
.cid-vhZd74abgh .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vhZd74abgh .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vhZd74abgh .item {
    justify-content: left;
  }
}
.cid-vhZd74abgh .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vhZd74abgh .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vhZd74abgh .item-title DIV {
  text-align: left;
}
.cid-vhZd74ppyF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vhZd74ppyF .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vhZd74ppyF section {
  position: relative;
}
.cid-vhZd74ppyF h4 {
  margin: 0;
}
.cid-vhZd74ppyF a {
  font-weight: 300;
}
.cid-vhZd74ppyF .row {
  align-items: center;
}
.cid-vhZd74ppyF .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vhZd74ppyF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vhZd74ppyF .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZd74ppyF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vhZd74ppyF .align-left {
    text-align: center;
  }
  .cid-vhZd74ppyF .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vhZd74ppyF .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vhZd74ppyF .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vhZd74ppyF .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vhZd74ppyF H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlABdOtZit .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vlABdOtZit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vlABdOtZit a {
  font-style: normal;
}
.cid-vlABdOtZit .show {
  overflow: visible;
}
.cid-vlABdOtZit .dropdown-menu {
  max-height: 400px;
}
.cid-vlABdOtZit .dropdown-item:active {
  background-color: transparent;
}
.cid-vlABdOtZit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vlABdOtZit .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vlABdOtZit .nav-item:focus,
.cid-vlABdOtZit .nav-link:focus {
  outline: none;
}
.cid-vlABdOtZit .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vlABdOtZit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vlABdOtZit .menu-logo {
  margin-right: auto;
}
.cid-vlABdOtZit .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-vlABdOtZit .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-vlABdOtZit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vlABdOtZit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vlABdOtZit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vlABdOtZit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vlABdOtZit .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vlABdOtZit .dropdown .dropdown-menu {
  background: #000000;
  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-vlABdOtZit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vlABdOtZit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlABdOtZit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vlABdOtZit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlABdOtZit .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-vlABdOtZit .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vlABdOtZit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vlABdOtZit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vlABdOtZit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vlABdOtZit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vlABdOtZit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vlABdOtZit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vlABdOtZit button.navbar-toggler:focus {
  outline: none;
}
.cid-vlABdOtZit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlABdOtZit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlABdOtZit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlABdOtZit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlABdOtZit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlABdOtZit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlABdOtZit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlABdOtZit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlABdOtZit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlABdOtZit .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlABdOtZit .collapsed .btn {
  display: -webkit-flex;
}
.cid-vlABdOtZit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing,
.cid-vlABdOtZit .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vlABdOtZit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vlABdOtZit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vlABdOtZit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vlABdOtZit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vlABdOtZit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vlABdOtZit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vlABdOtZit .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vlABdOtZit .collapsed button.navbar-toggler {
  display: block;
}
.cid-vlABdOtZit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vlABdOtZit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlABdOtZit .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-vlABdOtZit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vlABdOtZit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vlABdOtZit .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-vlABdOtZit.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vlABdOtZit img {
    height: 3.8rem !important;
  }
  .cid-vlABdOtZit .btn {
    display: -webkit-flex;
  }
  .cid-vlABdOtZit button.navbar-toggler {
    display: block;
  }
  .cid-vlABdOtZit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vlABdOtZit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vlABdOtZit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing,
  .cid-vlABdOtZit .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing .navbar-nav,
  .cid-vlABdOtZit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vlABdOtZit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vlABdOtZit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing .navbar-buttons,
  .cid-vlABdOtZit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vlABdOtZit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vlABdOtZit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlABdOtZit .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-vlABdOtZit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vlABdOtZit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vlABdOtZit .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-vlABdOtZit .nav-link {
    justify-content: start !important;
  }
  .cid-vlABdOtZit .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vlABdOtZit .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vlABdOtZit .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vlABdOtZit .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vlABdOtZit .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vlABdOtZit .nav-link:hover,
.cid-vlABdOtZit .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vlABdOtZit .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vlABdOtZit .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vlABdOFoqN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vlABdOFoqN .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vlABdOFoqN .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vlABdOFoqN .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vlABdOIrpf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-vlABdOIrpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdOIrpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdOIrpf .card-wrapper {
  width: 100%;
}
.cid-vlABdOIrpf .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vlABdOIrpf .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vlABdOIrpf .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vlABdOIrpf .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vlABdOIrpf .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vlABdOIrpf .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlABdOIrpf .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vlABdOIrpf .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vlABdOIrpf .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vlABdOIrpf .card-title {
    text-align: center !important;
  }
}
.cid-vlABdOIrpf .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vlABdOIrpf .card-text {
    text-align: center !important;
  }
}
.cid-vlABdOOeJD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlABdOOeJD .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-vlABdOOeJD .mbr-text {
  color: #777777;
}
.cid-vlABdOOeJD H2 {
  color: #c1c1c1;
}
.cid-vlABdOOeJD P {
  color: #c1c1c1;
}
.cid-vlABdOSuZ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vlABdOSuZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdOSuZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlABdOSuZ8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlABdOSuZ8 .row {
  flex-direction: row-reverse;
}
.cid-vlABdOSuZ8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlABdOSuZ8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlABdOSuZ8 .mbr-text {
  color: #c1c1c1;
}
.cid-vlABdOSuZ8 .mbr-section-title {
  color: #ebeced;
}
.cid-vlABdOXzzd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlABdOXzzd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdOXzzd H2 {
  color: #ebeced;
}
.cid-vlABdOXzzd H3 {
  color: #c1c1c1;
}
.cid-vlABdOXzzd .mbr-text,
.cid-vlABdOXzzd .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdOXzzd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdOXzzd img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdOXzzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdOXzzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdOXzzd P {
  color: #c1c1c1;
}
.cid-vlABdP2ovB {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdP2ovB .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdP2ovB .image-block img {
  width: 100%;
}
.cid-vlABdP2ovB .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdP2ovB .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdPeKcb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlABdPeKcb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPeKcb H2 {
  color: #ebeced;
}
.cid-vlABdPeKcb H3 {
  color: #c1c1c1;
}
.cid-vlABdPeKcb .mbr-text,
.cid-vlABdPeKcb .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPeKcb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPeKcb img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPeKcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPeKcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPjXzQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlABdPjXzQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPjXzQ H2 {
  color: #ebeced;
}
.cid-vlABdPjXzQ H3 {
  color: #c1c1c1;
}
.cid-vlABdPjXzQ .mbr-text,
.cid-vlABdPjXzQ .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPjXzQ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPjXzQ img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPjXzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPjXzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPjXzQ P {
  color: #c1c1c1;
}
.cid-vlABdPp6lJ {
  background: #161719;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-vlABdPp6lJ .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdPp6lJ .image-block img {
  width: 100%;
}
.cid-vlABdPp6lJ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdPp6lJ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdPtxqJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlABdPtxqJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPtxqJ H2 {
  color: #ebeced;
}
.cid-vlABdPtxqJ H3 {
  color: #c1c1c1;
}
.cid-vlABdPtxqJ .mbr-text,
.cid-vlABdPtxqJ .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPtxqJ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPtxqJ img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPtxqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPtxqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPtxqJ P {
  color: #c1c1c1;
}
.cid-vlABdPzU0M {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdPzU0M .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdPzU0M .image-block img {
  width: 100%;
}
.cid-vlABdPzU0M .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdPzU0M .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdPECg1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlABdPECg1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPECg1 H2 {
  color: #ebeced;
}
.cid-vlABdPECg1 H3 {
  color: #c1c1c1;
}
.cid-vlABdPECg1 .mbr-text,
.cid-vlABdPECg1 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPECg1 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPECg1 img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPECg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPECg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPECg1 P {
  color: #c1c1c1;
}
.cid-vlABdPJEIp {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdPJEIp .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdPJEIp .image-block img {
  width: 100%;
}
.cid-vlABdPJEIp .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdPJEIp .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdPNUPu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlABdPNUPu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPNUPu H2 {
  color: #ebeced;
}
.cid-vlABdPNUPu H3 {
  color: #c1c1c1;
}
.cid-vlABdPNUPu .mbr-text,
.cid-vlABdPNUPu .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPNUPu .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPNUPu img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPNUPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPNUPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPNUPu P {
  color: #c1c1c1;
}
.cid-vlABdPSWl5 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdPSWl5 .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdPSWl5 .image-block img {
  width: 100%;
}
.cid-vlABdPSWl5 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdPSWl5 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdPYC41 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlABdPYC41 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdPYC41 H2 {
  color: #ebeced;
}
.cid-vlABdPYC41 H3 {
  color: #c1c1c1;
}
.cid-vlABdPYC41 .mbr-text,
.cid-vlABdPYC41 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdPYC41 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdPYC41 img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdPYC41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdPYC41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdPYC41 P {
  color: #c1c1c1;
}
.cid-vlABdQ329z {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdQ329z .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdQ329z .image-block img {
  width: 100%;
}
.cid-vlABdQ329z .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdQ329z .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdQ73Qx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlABdQ73Qx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdQ73Qx H2 {
  color: #ebeced;
}
.cid-vlABdQ73Qx H3 {
  color: #c1c1c1;
}
.cid-vlABdQ73Qx .mbr-text,
.cid-vlABdQ73Qx .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdQ73Qx .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdQ73Qx img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdQ73Qx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdQ73Qx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdQ73Qx P {
  color: #c1c1c1;
}
.cid-vlABdQcSSl {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlABdQcSSl .image-block {
  position: relative;
  margin: auto;
}
.cid-vlABdQcSSl .image-block img {
  width: 100%;
}
.cid-vlABdQcSSl .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlABdQcSSl .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlABdQgimG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlABdQgimG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdQgimG H2 {
  color: #ebeced;
}
.cid-vlABdQgimG H3 {
  color: #c1c1c1;
}
.cid-vlABdQgimG .mbr-text,
.cid-vlABdQgimG .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlABdQgimG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlABdQgimG img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlABdQgimG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlABdQgimG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlABdQgimG P {
  color: #c1c1c1;
}
.cid-vlABdQO2n4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlABdQO2n4 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlABdQO2n4 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlABdQO2n4 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlABdQO2n4 .img-big {
  transition: all 1s;
}
.cid-vlABdQO2n4 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlABdQO2n4 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlABdQO2n4 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlABdQO2n4 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlABdQO2n4 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlABdQO2n4 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlABdQO2n4 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlABdQO2n4 .item:focus,
.cid-vlABdQO2n4 span:focus {
  outline: none;
}
.cid-vlABdQO2n4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlABdQO2n4 .mbr-section-title {
  color: #ffffff;
}
.cid-vlABdQO2n4 .mbr-text,
.cid-vlABdQO2n4 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlABdQO2n4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdQO2n4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdQO2n4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlABdQZ8u6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlABdQZ8u6 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlABdQZ8u6 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlABdQZ8u6 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlABdQZ8u6 .img-big {
  transition: all 1s;
}
.cid-vlABdQZ8u6 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlABdQZ8u6 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlABdQZ8u6 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlABdQZ8u6 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlABdQZ8u6 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlABdQZ8u6 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlABdQZ8u6 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlABdQZ8u6 .item:focus,
.cid-vlABdQZ8u6 span:focus {
  outline: none;
}
.cid-vlABdQZ8u6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlABdQZ8u6 .mbr-section-title {
  color: #ffffff;
}
.cid-vlABdQZ8u6 .mbr-text,
.cid-vlABdQZ8u6 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlABdQZ8u6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdQZ8u6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdQZ8u6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlABdR8YoI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlABdR8YoI .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlABdR8YoI .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlABdR8YoI .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlABdR8YoI .img-big {
  transition: all 1s;
}
.cid-vlABdR8YoI .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlABdR8YoI .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlABdR8YoI .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlABdR8YoI .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlABdR8YoI .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlABdR8YoI .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlABdR8YoI .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlABdR8YoI .item:focus,
.cid-vlABdR8YoI span:focus {
  outline: none;
}
.cid-vlABdR8YoI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlABdR8YoI .mbr-section-title {
  color: #ffffff;
}
.cid-vlABdR8YoI .mbr-text,
.cid-vlABdR8YoI .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlABdR8YoI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdR8YoI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlABdR8YoI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlABdRhdoZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-vlABdRhdoZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vlABdRhdoZ .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-vlABdRhdoZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vlABdRhdoZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vlABdRn8zt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vlABdRn8zt section {
  position: relative;
}
.cid-vlABdRn8zt h4 {
  margin: 0;
}
.cid-vlABdRn8zt img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vlABdRn8zt a {
  font-weight: 300;
}
.cid-vlABdRn8zt .img1 {
  color: #00bea3;
}
.cid-vlABdRn8zt .img2 {
  color: #f1894c;
}
.cid-vlABdRn8zt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlABdRn8zt .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vlABdRn8zt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vlABdRn8zt .item,
.cid-vlABdRn8zt .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vlABdRn8zt .item h4,
.cid-vlABdRn8zt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vlABdRn8zt .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vlABdRn8zt .item {
    justify-content: left;
  }
}
.cid-vlABdRn8zt .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlABdRn8zt .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlABdRn8zt .item-title DIV {
  text-align: left;
}
.cid-vlABdRyl9E {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vlABdRyl9E .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vlABdRyl9E section {
  position: relative;
}
.cid-vlABdRyl9E h4 {
  margin: 0;
}
.cid-vlABdRyl9E a {
  font-weight: 300;
}
.cid-vlABdRyl9E .row {
  align-items: center;
}
.cid-vlABdRyl9E .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vlABdRyl9E .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vlABdRyl9E .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vlABdRyl9E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vlABdRyl9E .align-left {
    text-align: center;
  }
  .cid-vlABdRyl9E .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vlABdRyl9E .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vlABdRyl9E .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vlABdRyl9E .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlABdRyl9E H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlAB9iM3Xf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vlAB9iM3Xf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vlAB9iM3Xf a {
  font-style: normal;
}
.cid-vlAB9iM3Xf .show {
  overflow: visible;
}
.cid-vlAB9iM3Xf .dropdown-menu {
  max-height: 400px;
}
.cid-vlAB9iM3Xf .dropdown-item:active {
  background-color: transparent;
}
.cid-vlAB9iM3Xf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vlAB9iM3Xf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vlAB9iM3Xf .nav-item:focus,
.cid-vlAB9iM3Xf .nav-link:focus {
  outline: none;
}
.cid-vlAB9iM3Xf .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vlAB9iM3Xf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vlAB9iM3Xf .menu-logo {
  margin-right: auto;
}
.cid-vlAB9iM3Xf .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-vlAB9iM3Xf .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-vlAB9iM3Xf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vlAB9iM3Xf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vlAB9iM3Xf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vlAB9iM3Xf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vlAB9iM3Xf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vlAB9iM3Xf .dropdown .dropdown-menu {
  background: #000000;
  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-vlAB9iM3Xf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vlAB9iM3Xf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlAB9iM3Xf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vlAB9iM3Xf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlAB9iM3Xf .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-vlAB9iM3Xf .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vlAB9iM3Xf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vlAB9iM3Xf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vlAB9iM3Xf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vlAB9iM3Xf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vlAB9iM3Xf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vlAB9iM3Xf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vlAB9iM3Xf button.navbar-toggler:focus {
  outline: none;
}
.cid-vlAB9iM3Xf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlAB9iM3Xf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlAB9iM3Xf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlAB9iM3Xf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlAB9iM3Xf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlAB9iM3Xf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlAB9iM3Xf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlAB9iM3Xf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlAB9iM3Xf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlAB9iM3Xf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlAB9iM3Xf .collapsed .btn {
  display: -webkit-flex;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vlAB9iM3Xf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vlAB9iM3Xf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vlAB9iM3Xf .collapsed button.navbar-toggler {
  display: block;
}
.cid-vlAB9iM3Xf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vlAB9iM3Xf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlAB9iM3Xf .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-vlAB9iM3Xf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vlAB9iM3Xf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vlAB9iM3Xf .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-vlAB9iM3Xf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vlAB9iM3Xf img {
    height: 3.8rem !important;
  }
  .cid-vlAB9iM3Xf .btn {
    display: -webkit-flex;
  }
  .cid-vlAB9iM3Xf button.navbar-toggler {
    display: block;
  }
  .cid-vlAB9iM3Xf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vlAB9iM3Xf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vlAB9iM3Xf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing,
  .cid-vlAB9iM3Xf .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing .navbar-nav,
  .cid-vlAB9iM3Xf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vlAB9iM3Xf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vlAB9iM3Xf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing .navbar-buttons,
  .cid-vlAB9iM3Xf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vlAB9iM3Xf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vlAB9iM3Xf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vlAB9iM3Xf .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-vlAB9iM3Xf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vlAB9iM3Xf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vlAB9iM3Xf .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-vlAB9iM3Xf .nav-link {
    justify-content: start !important;
  }
  .cid-vlAB9iM3Xf .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vlAB9iM3Xf .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vlAB9iM3Xf .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vlAB9iM3Xf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vlAB9iM3Xf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vlAB9iM3Xf .nav-link:hover,
.cid-vlAB9iM3Xf .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vlAB9iM3Xf .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vlAB9iM3Xf .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vlAB9j0kGq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vlAB9j0kGq .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vlAB9j0kGq .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vlAB9j0kGq .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vlAB9j5W14 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-vlAB9j5W14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9j5W14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9j5W14 .card-wrapper {
  width: 100%;
}
.cid-vlAB9j5W14 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vlAB9j5W14 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vlAB9j5W14 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vlAB9j5W14 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vlAB9j5W14 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vlAB9j5W14 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vlAB9j5W14 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vlAB9j5W14 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vlAB9j5W14 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vlAB9j5W14 .card-title {
    text-align: center !important;
  }
}
.cid-vlAB9j5W14 .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vlAB9j5W14 .card-text {
    text-align: center !important;
  }
}
.cid-vlAB9jbjf1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlAB9jbjf1 .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-vlAB9jbjf1 .mbr-text {
  color: #777777;
}
.cid-vlAB9jbjf1 H2 {
  color: #c1c1c1;
}
.cid-vlAB9jbjf1 P {
  color: #c1c1c1;
}
.cid-vlAB9jhWqM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vlAB9jhWqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jhWqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlAB9jhWqM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlAB9jhWqM .row {
  flex-direction: row-reverse;
}
.cid-vlAB9jhWqM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlAB9jhWqM .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlAB9jhWqM .mbr-text {
  color: #c1c1c1;
}
.cid-vlAB9jhWqM .mbr-section-title {
  color: #ebeced;
}
.cid-vlAB9jnyWv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9jnyWv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9jnyWv H2 {
  color: #ebeced;
}
.cid-vlAB9jnyWv H3 {
  color: #c1c1c1;
}
.cid-vlAB9jnyWv .mbr-text,
.cid-vlAB9jnyWv .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9jnyWv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9jnyWv img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9jnyWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jnyWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9jnyWv P {
  color: #c1c1c1;
}
.cid-vlAB9jsear {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9jsear .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9jsear .image-block img {
  width: 100%;
}
.cid-vlAB9jsear .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9jsear .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9jwB8K {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9jwB8K .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9jwB8K H2 {
  color: #c1c1c1;
}
.cid-vlAB9jwB8K H3 {
  color: #c1c1c1;
}
.cid-vlAB9jwB8K .mbr-text,
.cid-vlAB9jwB8K .mbr-section-btn {
  color: #ebeced;
}
@media (max-width: 992px) {
  .cid-vlAB9jwB8K .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9jwB8K img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9jwB8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jwB8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9jBirK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlAB9jBirK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vlAB9jBirK .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vlAB9jBirK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #eeeeee;
  color: #eeeeee;
  content: "✓";
}
.cid-vlAB9jBirK .mbr-section-title {
  text-align: center;
}
.cid-vlAB9jBirK .mbr-text {
  color: #c1c1c1;
}
.cid-vlAB9jGHq6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9jGHq6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9jGHq6 H2 {
  color: #ebeced;
}
.cid-vlAB9jGHq6 H3 {
  color: #c1c1c1;
}
.cid-vlAB9jGHq6 .mbr-text,
.cid-vlAB9jGHq6 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9jGHq6 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9jGHq6 img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9jGHq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jGHq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9jLwPR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlAB9jLwPR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9jLwPR H2 {
  color: #ebeced;
}
.cid-vlAB9jLwPR H3 {
  color: #c1c1c1;
}
.cid-vlAB9jLwPR .mbr-text,
.cid-vlAB9jLwPR .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9jLwPR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9jLwPR img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9jLwPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jLwPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9jLwPR P {
  color: #c1c1c1;
}
.cid-vlAB9jRdOu {
  background: #161719;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-vlAB9jRdOu .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9jRdOu .image-block img {
  width: 100%;
}
.cid-vlAB9jRdOu .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9jRdOu .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9jUPgy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9jUPgy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9jUPgy H2 {
  color: #ebeced;
}
.cid-vlAB9jUPgy H3 {
  color: #c1c1c1;
}
.cid-vlAB9jUPgy .mbr-text,
.cid-vlAB9jUPgy .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9jUPgy .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9jUPgy img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9jUPgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9jUPgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9jUPgy P {
  color: #c1c1c1;
}
.cid-vlAB9k0SkC {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9k0SkC .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9k0SkC .image-block img {
  width: 100%;
}
.cid-vlAB9k0SkC .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9k0SkC .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9k4d7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlAB9k4d7C .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9k4d7C H2 {
  color: #ebeced;
}
.cid-vlAB9k4d7C H3 {
  color: #c1c1c1;
}
.cid-vlAB9k4d7C .mbr-text,
.cid-vlAB9k4d7C .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9k4d7C .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9k4d7C img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9k4d7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9k4d7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9k4d7C P {
  color: #c1c1c1;
}
.cid-vlAB9k9b9j {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9k9b9j .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9k9b9j .image-block img {
  width: 100%;
}
.cid-vlAB9k9b9j .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9k9b9j .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9kcOT3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9kcOT3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9kcOT3 H2 {
  color: #ebeced;
}
.cid-vlAB9kcOT3 H3 {
  color: #c1c1c1;
}
.cid-vlAB9kcOT3 .mbr-text,
.cid-vlAB9kcOT3 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9kcOT3 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9kcOT3 img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9kcOT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9kcOT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9kcOT3 P {
  color: #c1c1c1;
}
.cid-vlAB9khQSY {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9khQSY .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9khQSY .image-block img {
  width: 100%;
}
.cid-vlAB9khQSY .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9khQSY .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9km3FY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlAB9km3FY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9km3FY H2 {
  color: #ebeced;
}
.cid-vlAB9km3FY H3 {
  color: #c1c1c1;
}
.cid-vlAB9km3FY .mbr-text,
.cid-vlAB9km3FY .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9km3FY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9km3FY img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9km3FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9km3FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9km3FY P {
  color: #c1c1c1;
}
.cid-vlAB9krqFn {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9krqFn .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9krqFn .image-block img {
  width: 100%;
}
.cid-vlAB9krqFn .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9krqFn .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9kvqlk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9kvqlk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9kvqlk H2 {
  color: #ebeced;
}
.cid-vlAB9kvqlk H3 {
  color: #c1c1c1;
}
.cid-vlAB9kvqlk .mbr-text,
.cid-vlAB9kvqlk .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9kvqlk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9kvqlk img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9kvqlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9kvqlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9kvqlk P {
  color: #c1c1c1;
}
.cid-vlAB9kAEq2 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9kAEq2 .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9kAEq2 .image-block img {
  width: 100%;
}
.cid-vlAB9kAEq2 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9kAEq2 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9kE2cf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlAB9kE2cf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9kE2cf H2 {
  color: #ebeced;
}
.cid-vlAB9kE2cf H3 {
  color: #c1c1c1;
}
.cid-vlAB9kE2cf .mbr-text,
.cid-vlAB9kE2cf .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9kE2cf .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9kE2cf img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9kE2cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9kE2cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9kE2cf P {
  color: #c1c1c1;
}
.cid-vlAB9kI7m7 {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9kI7m7 .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9kI7m7 .image-block img {
  width: 100%;
}
.cid-vlAB9kI7m7 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9kI7m7 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9kM6Ae {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vlAB9kM6Ae .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9kM6Ae H2 {
  color: #ebeced;
}
.cid-vlAB9kM6Ae H3 {
  color: #c1c1c1;
}
.cid-vlAB9kM6Ae .mbr-text,
.cid-vlAB9kM6Ae .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9kM6Ae .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9kM6Ae img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9kM6Ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9kM6Ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9kM6Ae P {
  color: #c1c1c1;
}
.cid-vlAB9kToPX {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9kToPX .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9kToPX .image-block img {
  width: 100%;
}
.cid-vlAB9kToPX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9kToPX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9kXjxu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vlAB9kXjxu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9kXjxu H2 {
  color: #ebeced;
}
.cid-vlAB9kXjxu H3 {
  color: #c1c1c1;
}
.cid-vlAB9kXjxu .mbr-text,
.cid-vlAB9kXjxu .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9kXjxu .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9kXjxu img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9kXjxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9kXjxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9kXjxu P {
  color: #c1c1c1;
}
.cid-vlAB9l20T4 {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vlAB9l20T4 .image-block {
  position: relative;
  margin: auto;
}
.cid-vlAB9l20T4 .image-block img {
  width: 100%;
}
.cid-vlAB9l20T4 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vlAB9l20T4 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vlAB9l6Sgn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1d20;
}
.cid-vlAB9l6Sgn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9l6Sgn H2 {
  color: #ebeced;
}
.cid-vlAB9l6Sgn H3 {
  color: #c1c1c1;
}
.cid-vlAB9l6Sgn .mbr-text,
.cid-vlAB9l6Sgn .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vlAB9l6Sgn .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vlAB9l6Sgn img {
  filter: invert(0.5);
  width: auto;
}
.cid-vlAB9l6Sgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlAB9l6Sgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlAB9l6Sgn P {
  color: #c1c1c1;
}
.cid-vlAB9lb5S1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlAB9lb5S1 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlAB9lb5S1 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlAB9lb5S1 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlAB9lb5S1 .img-big {
  transition: all 1s;
}
.cid-vlAB9lb5S1 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlAB9lb5S1 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlAB9lb5S1 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlAB9lb5S1 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlAB9lb5S1 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlAB9lb5S1 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlAB9lb5S1 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlAB9lb5S1 .item:focus,
.cid-vlAB9lb5S1 span:focus {
  outline: none;
}
.cid-vlAB9lb5S1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlAB9lb5S1 .mbr-section-title {
  color: #ffffff;
}
.cid-vlAB9lb5S1 .mbr-text,
.cid-vlAB9lb5S1 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlAB9lb5S1 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lb5S1 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lb5S1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlAB9lmKqt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlAB9lmKqt .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlAB9lmKqt .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlAB9lmKqt .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlAB9lmKqt .img-big {
  transition: all 1s;
}
.cid-vlAB9lmKqt .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlAB9lmKqt .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlAB9lmKqt .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlAB9lmKqt .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlAB9lmKqt .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlAB9lmKqt .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlAB9lmKqt .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlAB9lmKqt .item:focus,
.cid-vlAB9lmKqt span:focus {
  outline: none;
}
.cid-vlAB9lmKqt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlAB9lmKqt .mbr-section-title {
  color: #ffffff;
}
.cid-vlAB9lmKqt .mbr-text,
.cid-vlAB9lmKqt .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlAB9lmKqt .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lmKqt .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lmKqt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlAB9lvE96 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vlAB9lvE96 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vlAB9lvE96 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vlAB9lvE96 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vlAB9lvE96 .img-big {
  transition: all 1s;
}
.cid-vlAB9lvE96 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vlAB9lvE96 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vlAB9lvE96 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vlAB9lvE96 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vlAB9lvE96 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vlAB9lvE96 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vlAB9lvE96 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlAB9lvE96 .item:focus,
.cid-vlAB9lvE96 span:focus {
  outline: none;
}
.cid-vlAB9lvE96 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlAB9lvE96 .mbr-section-title {
  color: #ffffff;
}
.cid-vlAB9lvE96 .mbr-text,
.cid-vlAB9lvE96 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vlAB9lvE96 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lvE96 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlAB9lvE96 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlAB9lEvMh .google-map {
  height: 25rem;
  position: relative;
}
.cid-vlAB9lEvMh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vlAB9lEvMh .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-vlAB9lEvMh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vlAB9lEvMh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vlAB9lP9LB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vlAB9lP9LB section {
  position: relative;
}
.cid-vlAB9lP9LB h4 {
  margin: 0;
}
.cid-vlAB9lP9LB img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vlAB9lP9LB a {
  font-weight: 300;
}
.cid-vlAB9lP9LB .img1 {
  color: #00bea3;
}
.cid-vlAB9lP9LB .img2 {
  color: #f1894c;
}
.cid-vlAB9lP9LB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vlAB9lP9LB .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vlAB9lP9LB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vlAB9lP9LB .item,
.cid-vlAB9lP9LB .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vlAB9lP9LB .item h4,
.cid-vlAB9lP9LB .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vlAB9lP9LB .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vlAB9lP9LB .item {
    justify-content: left;
  }
}
.cid-vlAB9lP9LB .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlAB9lP9LB .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlAB9lP9LB .item-title DIV {
  text-align: left;
}
.cid-vlAB9lZriR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vlAB9lZriR .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vlAB9lZriR section {
  position: relative;
}
.cid-vlAB9lZriR h4 {
  margin: 0;
}
.cid-vlAB9lZriR a {
  font-weight: 300;
}
.cid-vlAB9lZriR .row {
  align-items: center;
}
.cid-vlAB9lZriR .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vlAB9lZriR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vlAB9lZriR .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vlAB9lZriR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vlAB9lZriR .align-left {
    text-align: center;
  }
  .cid-vlAB9lZriR .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vlAB9lZriR .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vlAB9lZriR .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vlAB9lZriR .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vlAB9lZriR H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-utJPyth7XY .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-utJPyth7XY .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-utJPyth7XY a {
  font-style: normal;
}
.cid-utJPyth7XY .show {
  overflow: visible;
}
.cid-utJPyth7XY .dropdown-menu {
  max-height: 400px;
}
.cid-utJPyth7XY .dropdown-item:active {
  background-color: transparent;
}
.cid-utJPyth7XY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-utJPyth7XY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-utJPyth7XY .nav-item:focus,
.cid-utJPyth7XY .nav-link:focus {
  outline: none;
}
.cid-utJPyth7XY .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-utJPyth7XY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-utJPyth7XY .menu-logo {
  margin-right: auto;
}
.cid-utJPyth7XY .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-utJPyth7XY .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-utJPyth7XY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-utJPyth7XY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-utJPyth7XY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-utJPyth7XY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-utJPyth7XY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-utJPyth7XY .dropdown .dropdown-menu {
  background: #000000;
  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-utJPyth7XY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-utJPyth7XY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utJPyth7XY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-utJPyth7XY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utJPyth7XY .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-utJPyth7XY .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-utJPyth7XY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-utJPyth7XY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-utJPyth7XY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-utJPyth7XY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-utJPyth7XY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-utJPyth7XY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-utJPyth7XY button.navbar-toggler:focus {
  outline: none;
}
.cid-utJPyth7XY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utJPyth7XY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utJPyth7XY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utJPyth7XY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utJPyth7XY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utJPyth7XY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utJPyth7XY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utJPyth7XY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utJPyth7XY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utJPyth7XY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-utJPyth7XY .collapsed .btn {
  display: -webkit-flex;
}
.cid-utJPyth7XY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing,
.cid-utJPyth7XY .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-utJPyth7XY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-utJPyth7XY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-utJPyth7XY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-utJPyth7XY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-utJPyth7XY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-utJPyth7XY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-utJPyth7XY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-utJPyth7XY .collapsed button.navbar-toggler {
  display: block;
}
.cid-utJPyth7XY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-utJPyth7XY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-utJPyth7XY .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-utJPyth7XY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-utJPyth7XY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-utJPyth7XY .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-utJPyth7XY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-utJPyth7XY img {
    height: 3.8rem !important;
  }
  .cid-utJPyth7XY .btn {
    display: -webkit-flex;
  }
  .cid-utJPyth7XY button.navbar-toggler {
    display: block;
  }
  .cid-utJPyth7XY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-utJPyth7XY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-utJPyth7XY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing,
  .cid-utJPyth7XY .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing .navbar-nav,
  .cid-utJPyth7XY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-utJPyth7XY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-utJPyth7XY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing .navbar-buttons,
  .cid-utJPyth7XY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-utJPyth7XY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-utJPyth7XY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-utJPyth7XY .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-utJPyth7XY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-utJPyth7XY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-utJPyth7XY .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-utJPyth7XY .nav-link {
    justify-content: start !important;
  }
  .cid-utJPyth7XY .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-utJPyth7XY .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-utJPyth7XY .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-utJPyth7XY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-utJPyth7XY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-utJPyth7XY .nav-link:hover,
.cid-utJPyth7XY .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-utJPyth7XY .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-utJPyth7XY .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-utJPysR44W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-utJPysR44W .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-utJPysR44W .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-utJPysR44W .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#custom-html-1em {
  background-color: #282b2f;
}
#custom-html-1em #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1em #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1em #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-utJPytzhs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-utJPytzhs5 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-utJPytzhs5 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-utJPytIFUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #252b31;
}
.cid-utJPytIFUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-utJPytIFUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utJPytIFUu .card-wrapper {
  width: 100%;
}
.cid-utJPytIFUu .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utJPytIFUu .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-utJPytIFUu .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-utJPytIFUu .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-utJPytIFUu .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-utJPytIFUu .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-utJPytIFUu .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-utJPytIFUu .text-wrap {
    padding: 8px 16px;
  }
}
.cid-utJPytIFUu .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-utJPytIFUu .card-title {
    text-align: center !important;
  }
}
.cid-utJPytIFUu .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utJPytIFUu .card-text {
    text-align: center !important;
  }
}
#custom-html-1dp {
  background-color: #232323;
}
#custom-html-1dp #mixmediadivstyler {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 22px;
  width: 95%;
  max-width: 800px;
}
#custom-html-1dp #mixmediavidholder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#custom-html-1dp #showcavesyoutubevid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-utJPyurnnL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282b2f;
}
.cid-utJPyurnnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-utJPyurnnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utJPyurnnL .card-wrapper {
  width: 100%;
}
.cid-utJPyurnnL .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utJPyurnnL .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-utJPyurnnL .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-utJPyurnnL .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-utJPyurnnL .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-utJPyurnnL .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-utJPyurnnL .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-utJPyurnnL .text-wrap {
    padding: 8px 16px;
  }
}
.cid-utJPyurnnL .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-utJPyurnnL .card-title {
    text-align: center !important;
  }
}
.cid-utJPyurnnL .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-utJPyurnnL .card-text {
    text-align: center !important;
  }
}
.cid-utJPyuJwRo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-utJPyuJwRo .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-utJPyuJwRo .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-utJPyuJwRo .item-content {
  position: relative;
  padding: 1rem;
}
.cid-utJPyuJwRo .img-big {
  transition: all 1s;
}
.cid-utJPyuJwRo .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-utJPyuJwRo .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-utJPyuJwRo .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-utJPyuJwRo .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-utJPyuJwRo .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-utJPyuJwRo .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-utJPyuJwRo .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utJPyuJwRo .item:focus,
.cid-utJPyuJwRo span:focus {
  outline: none;
}
.cid-utJPyuJwRo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utJPyuJwRo .mbr-section-title {
  color: #ffffff;
}
.cid-utJPyuJwRo .mbr-text,
.cid-utJPyuJwRo .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-utJPyuJwRo .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyuJwRo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyuJwRo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utJPyveyaB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-utJPyveyaB .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-utJPyveyaB .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-utJPyveyaB .item-content {
  position: relative;
  padding: 1rem;
}
.cid-utJPyveyaB .img-big {
  transition: all 1s;
}
.cid-utJPyveyaB .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-utJPyveyaB .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-utJPyveyaB .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-utJPyveyaB .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-utJPyveyaB .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-utJPyveyaB .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-utJPyveyaB .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utJPyveyaB .item:focus,
.cid-utJPyveyaB span:focus {
  outline: none;
}
.cid-utJPyveyaB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utJPyveyaB .mbr-section-title {
  color: #ffffff;
}
.cid-utJPyveyaB .mbr-text,
.cid-utJPyveyaB .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-utJPyveyaB .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyveyaB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyveyaB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utJPyvDf7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-utJPyvDf7q .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-utJPyvDf7q .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-utJPyvDf7q .item-content {
  position: relative;
  padding: 1rem;
}
.cid-utJPyvDf7q .img-big {
  transition: all 1s;
}
.cid-utJPyvDf7q .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-utJPyvDf7q .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-utJPyvDf7q .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-utJPyvDf7q .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-utJPyvDf7q .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-utJPyvDf7q .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-utJPyvDf7q .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utJPyvDf7q .item:focus,
.cid-utJPyvDf7q span:focus {
  outline: none;
}
.cid-utJPyvDf7q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utJPyvDf7q .mbr-section-title {
  color: #ffffff;
}
.cid-utJPyvDf7q .mbr-text,
.cid-utJPyvDf7q .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-utJPyvDf7q .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyvDf7q .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-utJPyvDf7q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utJPyw6Cqi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #282b2f;
}
.cid-utJPyw6Cqi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-utJPyw6Cqi H2 {
  color: #ebeced;
}
.cid-utJPyw6Cqi H3 {
  color: #c1c1c1;
}
.cid-utJPyw6Cqi .mbr-text,
.cid-utJPyw6Cqi .mbr-section-btn {
  color: #ebeced;
}
.cid-utJPyw6Cqi .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-utJPyw6Cqi .md-pb {
    padding-bottom: 2rem;
  }
  .cid-utJPyw6Cqi .photo {
    width: 100%;
  }
}
.cid-utJPyw6Cqi .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-utJPywk5DM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-utJPywk5DM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-utJPywk5DM H2 {
  color: #ebeced;
}
.cid-utJPywk5DM H3 {
  color: #c1c1c1;
}
.cid-utJPywk5DM .mbr-text,
.cid-utJPywk5DM .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-utJPywk5DM .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-utJPywk5DM .md-pb {
    padding-bottom: 2rem;
  }
  .cid-utJPywk5DM .photo {
    width: 100%;
  }
}
.cid-utJPywk5DM .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-utJPywyU4X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-utJPywyU4X .showAlerts {
  display: block !important;
}
.cid-utJPywyU4X .rowflexrev {
  display: -webkit-flex;
}
.cid-utJPywyU4X .title {
  margin-bottom: 2rem;
}
.cid-utJPywyU4X .mbr-section-subtitle {
  color: #767676;
}
.cid-utJPywyU4X textarea.form-control {
  min-height: 188px;
}
.cid-utJPywyU4X LABEL {
  color: #232323;
}
.cid-utJPywyU4X .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-utJPywyU4X .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-utJPywyU4X .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-utJPywyU4X .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-utJPywyU4X .alert {
  margin-bottom: 0;
}
.cid-utJPywyU4X .alert-success {
  background-color: #70c770;
}
.cid-utJPywyU4X .alert-danger {
  background-color: #ff4a52;
}
.cid-utJPywyU4X .btn {
  display: inline-flex;
}
.cid-utJPywyU4X .hidden {
  display: none;
}
.cid-utJPywyU4X .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-utJPywyU4X .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-utJPywyU4X H2 {
  color: #ebeced;
  text-align: center;
}
.cid-utJPywYGyP .google-map {
  height: 25rem;
  position: relative;
}
.cid-utJPywYGyP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utJPywYGyP .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-utJPywYGyP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utJPywYGyP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utJPyxdd4Y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-utJPyxdd4Y section {
  position: relative;
}
.cid-utJPyxdd4Y h4 {
  margin: 0;
}
.cid-utJPyxdd4Y img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-utJPyxdd4Y a {
  font-weight: 300;
}
.cid-utJPyxdd4Y .img1 {
  color: #00bea3;
}
.cid-utJPyxdd4Y .img2 {
  color: #f1894c;
}
.cid-utJPyxdd4Y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-utJPyxdd4Y .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-utJPyxdd4Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utJPyxdd4Y .item,
.cid-utJPyxdd4Y .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-utJPyxdd4Y .item h4,
.cid-utJPyxdd4Y .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-utJPyxdd4Y .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-utJPyxdd4Y .item {
    justify-content: left;
  }
}
.cid-utJPyxdd4Y .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-utJPyxdd4Y .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-utJPyxdd4Y .item-title DIV {
  text-align: left;
}
.cid-utJPyxBRmJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-utJPyxBRmJ .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-utJPyxBRmJ section {
  position: relative;
}
.cid-utJPyxBRmJ h4 {
  margin: 0;
}
.cid-utJPyxBRmJ a {
  font-weight: 300;
}
.cid-utJPyxBRmJ .row {
  align-items: center;
}
.cid-utJPyxBRmJ .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-utJPyxBRmJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-utJPyxBRmJ .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-utJPyxBRmJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-utJPyxBRmJ .align-left {
    text-align: center;
  }
  .cid-utJPyxBRmJ .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-utJPyxBRmJ .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-utJPyxBRmJ .item {
    padding-bottom: 0.5rem;
  }
}
.cid-utJPyxBRmJ .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-utJPyxBRmJ H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vmUook39xn .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmUook39xn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vmUook39xn a {
  font-style: normal;
}
.cid-vmUook39xn .show {
  overflow: visible;
}
.cid-vmUook39xn .dropdown-menu {
  max-height: 400px;
}
.cid-vmUook39xn .dropdown-item:active {
  background-color: transparent;
}
.cid-vmUook39xn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vmUook39xn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vmUook39xn .nav-item:focus,
.cid-vmUook39xn .nav-link:focus {
  outline: none;
}
.cid-vmUook39xn .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vmUook39xn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vmUook39xn .menu-logo {
  margin-right: auto;
}
.cid-vmUook39xn .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-vmUook39xn .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-vmUook39xn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vmUook39xn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vmUook39xn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vmUook39xn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vmUook39xn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vmUook39xn .dropdown .dropdown-menu {
  background: #000000;
  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-vmUook39xn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vmUook39xn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmUook39xn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vmUook39xn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmUook39xn .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-vmUook39xn .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vmUook39xn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vmUook39xn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vmUook39xn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vmUook39xn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vmUook39xn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vmUook39xn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vmUook39xn button.navbar-toggler:focus {
  outline: none;
}
.cid-vmUook39xn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vmUook39xn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmUook39xn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmUook39xn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmUook39xn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmUook39xn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmUook39xn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmUook39xn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmUook39xn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmUook39xn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vmUook39xn .collapsed .btn {
  display: -webkit-flex;
}
.cid-vmUook39xn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing,
.cid-vmUook39xn .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vmUook39xn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vmUook39xn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vmUook39xn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vmUook39xn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vmUook39xn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vmUook39xn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vmUook39xn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vmUook39xn .collapsed button.navbar-toggler {
  display: block;
}
.cid-vmUook39xn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vmUook39xn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vmUook39xn .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-vmUook39xn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vmUook39xn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vmUook39xn .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-vmUook39xn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vmUook39xn img {
    height: 3.8rem !important;
  }
  .cid-vmUook39xn .btn {
    display: -webkit-flex;
  }
  .cid-vmUook39xn button.navbar-toggler {
    display: block;
  }
  .cid-vmUook39xn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vmUook39xn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vmUook39xn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing,
  .cid-vmUook39xn .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing .navbar-nav,
  .cid-vmUook39xn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vmUook39xn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vmUook39xn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing .navbar-buttons,
  .cid-vmUook39xn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vmUook39xn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vmUook39xn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vmUook39xn .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-vmUook39xn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vmUook39xn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vmUook39xn .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-vmUook39xn .nav-link {
    justify-content: start !important;
  }
  .cid-vmUook39xn .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vmUook39xn .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vmUook39xn .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vmUook39xn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vmUook39xn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vmUook39xn .nav-link:hover,
.cid-vmUook39xn .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vmUook39xn .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vmUook39xn .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vmUookcTOZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vmUookcTOZ .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vmUookcTOZ .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vmUookcTOZ .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vmUookfkmi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vmUookfkmi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vmUookfkmi H2 {
  color: #ebeced;
}
.cid-vmUookfkmi H3 {
  color: #c1c1c1;
}
.cid-vmUookfkmi .mbr-text,
.cid-vmUookfkmi .mbr-section-btn {
  color: #c1c1c1;
}
.cid-vmUookfkmi .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vmUookfkmi .md-pb {
    padding-bottom: 2rem;
  }
  .cid-vmUookfkmi .photo {
    width: 100%;
  }
}
.cid-vmUookfkmi .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-vmUookfkmi .list1 {
  color: #ebeced;
}
.cid-vmUookfkmi H1 {
  color: #ebeced;
}
.cid-vmUookkA3B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vmUookkA3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUookkA3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUookkA3B .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-vmUookkA3B .mbr-section-title {
  color: #FF014E;
}
.cid-vmUookkA3B .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vmUookkA3B .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vmUookkA3B .card {
  margin-top: 35px;
}
.cid-vmUookkA3B .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-vmUookkA3B .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vmUookkA3B .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #ee2524 0%, #ee2524 100%);
}
.cid-vmUookkA3B .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #f7ed4a 0%, #fc636b 100%);
}
.cid-vmUookkA3B .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-vmUookkA3B .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-vmUookkA3B .panel-group {
  border: none;
}
.cid-vmUookkA3B .panel-body {
  padding: 20px 0 0;
}
.cid-vmUookkA3B .panel-text {
  color: #878e99;
}
.cid-vmUookkA3B .panel-title-edit {
  color: #c1c1c1;
}
.cid-vmUookkA3B .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-vmUookkA3B .panel-text,
.cid-vmUookkA3B .mbr-section-btn {
  color: #ffffff;
}
.cid-vmUookuqB9 {
  background-color: #252b31;
}
.cid-vmUookuqB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUookuqB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUookuqB9 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-vmUookuqB9 .container {
  max-width: 1280px;
}
.cid-vmUookuqB9 .row {
  justify-content: center;
}
.cid-vmUookuqB9 .mbr-section-title {
  color: #212132;
}
.cid-vmUookuqB9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vmUookuqB9 .mbr-section-title,
.cid-vmUookuqB9 .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-vmUookAZKA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmUookAZKA .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vmUookAZKA .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vmUookAZKA .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vmUookAZKA .img-big {
  transition: all 1s;
}
.cid-vmUookAZKA .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vmUookAZKA .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vmUookAZKA .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vmUookAZKA .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vmUookAZKA .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vmUookAZKA .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vmUookAZKA .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vmUookAZKA .item:focus,
.cid-vmUookAZKA span:focus {
  outline: none;
}
.cid-vmUookAZKA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vmUookAZKA .mbr-section-title {
  color: #ffffff;
}
.cid-vmUookAZKA .mbr-text,
.cid-vmUookAZKA .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vmUookAZKA .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookAZKA .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookAZKA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vmUookImtl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmUookImtl .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vmUookImtl .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vmUookImtl .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vmUookImtl .img-big {
  transition: all 1s;
}
.cid-vmUookImtl .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vmUookImtl .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vmUookImtl .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vmUookImtl .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vmUookImtl .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vmUookImtl .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vmUookImtl .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vmUookImtl .item:focus,
.cid-vmUookImtl span:focus {
  outline: none;
}
.cid-vmUookImtl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vmUookImtl .mbr-section-title {
  color: #ffffff;
}
.cid-vmUookImtl .mbr-text,
.cid-vmUookImtl .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vmUookImtl .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookImtl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookImtl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vmUookQ9r1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmUookQ9r1 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vmUookQ9r1 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vmUookQ9r1 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vmUookQ9r1 .img-big {
  transition: all 1s;
}
.cid-vmUookQ9r1 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vmUookQ9r1 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vmUookQ9r1 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vmUookQ9r1 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vmUookQ9r1 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vmUookQ9r1 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vmUookQ9r1 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vmUookQ9r1 .item:focus,
.cid-vmUookQ9r1 span:focus {
  outline: none;
}
.cid-vmUookQ9r1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vmUookQ9r1 .mbr-section-title {
  color: #ffffff;
}
.cid-vmUookQ9r1 .mbr-text,
.cid-vmUookQ9r1 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vmUookQ9r1 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookQ9r1 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmUookQ9r1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vmUookZE6X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vmUookZE6X .showAlerts {
  display: block !important;
}
.cid-vmUookZE6X .rowflexrev {
  display: -webkit-flex;
}
.cid-vmUookZE6X .title {
  margin-bottom: 2rem;
}
.cid-vmUookZE6X .mbr-section-subtitle {
  color: #767676;
}
.cid-vmUookZE6X textarea.form-control {
  min-height: 188px;
}
.cid-vmUookZE6X LABEL {
  color: #232323;
}
.cid-vmUookZE6X .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vmUookZE6X .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vmUookZE6X .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vmUookZE6X .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vmUookZE6X .alert {
  margin-bottom: 0;
}
.cid-vmUookZE6X .alert-success {
  background-color: #70c770;
}
.cid-vmUookZE6X .alert-danger {
  background-color: #ff4a52;
}
.cid-vmUookZE6X .btn {
  display: inline-flex;
}
.cid-vmUookZE6X .hidden {
  display: none;
}
.cid-vmUookZE6X .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vmUookZE6X .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vmUookZE6X H2 {
  color: #ebeced;
  text-align: center;
}
.cid-vmUoola2kW .google-map {
  height: 25rem;
  position: relative;
}
.cid-vmUoola2kW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vmUoola2kW .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-vmUoola2kW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vmUoola2kW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vmUoolfAwU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vmUoolfAwU section {
  position: relative;
}
.cid-vmUoolfAwU h4 {
  margin: 0;
}
.cid-vmUoolfAwU img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vmUoolfAwU a {
  font-weight: 300;
}
.cid-vmUoolfAwU .img1 {
  color: #00bea3;
}
.cid-vmUoolfAwU .img2 {
  color: #f1894c;
}
.cid-vmUoolfAwU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vmUoolfAwU .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vmUoolfAwU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vmUoolfAwU .item,
.cid-vmUoolfAwU .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vmUoolfAwU .item h4,
.cid-vmUoolfAwU .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vmUoolfAwU .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vmUoolfAwU .item {
    justify-content: left;
  }
}
.cid-vmUoolfAwU .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vmUoolfAwU .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vmUoolfAwU .item-title DIV {
  text-align: left;
}
.cid-vmUooloKcz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vmUooloKcz .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vmUooloKcz section {
  position: relative;
}
.cid-vmUooloKcz h4 {
  margin: 0;
}
.cid-vmUooloKcz a {
  font-weight: 300;
}
.cid-vmUooloKcz .row {
  align-items: center;
}
.cid-vmUooloKcz .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vmUooloKcz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vmUooloKcz .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmUooloKcz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vmUooloKcz .align-left {
    text-align: center;
  }
  .cid-vmUooloKcz .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vmUooloKcz .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vmUooloKcz .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vmUooloKcz .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vmUooloKcz H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vnzddxPqqv .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vnzddxPqqv .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vnzddxPqqv a {
  font-style: normal;
}
.cid-vnzddxPqqv .show {
  overflow: visible;
}
.cid-vnzddxPqqv .dropdown-menu {
  max-height: 400px;
}
.cid-vnzddxPqqv .dropdown-item:active {
  background-color: transparent;
}
.cid-vnzddxPqqv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vnzddxPqqv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vnzddxPqqv .nav-item:focus,
.cid-vnzddxPqqv .nav-link:focus {
  outline: none;
}
.cid-vnzddxPqqv .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vnzddxPqqv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vnzddxPqqv .menu-logo {
  margin-right: auto;
}
.cid-vnzddxPqqv .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-vnzddxPqqv .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-vnzddxPqqv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vnzddxPqqv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vnzddxPqqv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vnzddxPqqv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vnzddxPqqv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vnzddxPqqv .dropdown .dropdown-menu {
  background: #000000;
  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-vnzddxPqqv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vnzddxPqqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnzddxPqqv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vnzddxPqqv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnzddxPqqv .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-vnzddxPqqv .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vnzddxPqqv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vnzddxPqqv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vnzddxPqqv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vnzddxPqqv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vnzddxPqqv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vnzddxPqqv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vnzddxPqqv button.navbar-toggler:focus {
  outline: none;
}
.cid-vnzddxPqqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnzddxPqqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnzddxPqqv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnzddxPqqv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnzddxPqqv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnzddxPqqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnzddxPqqv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnzddxPqqv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnzddxPqqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnzddxPqqv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vnzddxPqqv .collapsed .btn {
  display: -webkit-flex;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vnzddxPqqv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vnzddxPqqv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vnzddxPqqv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vnzddxPqqv .collapsed button.navbar-toggler {
  display: block;
}
.cid-vnzddxPqqv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vnzddxPqqv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vnzddxPqqv .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-vnzddxPqqv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vnzddxPqqv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vnzddxPqqv .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-vnzddxPqqv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vnzddxPqqv img {
    height: 3.8rem !important;
  }
  .cid-vnzddxPqqv .btn {
    display: -webkit-flex;
  }
  .cid-vnzddxPqqv button.navbar-toggler {
    display: block;
  }
  .cid-vnzddxPqqv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vnzddxPqqv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vnzddxPqqv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing,
  .cid-vnzddxPqqv .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing .navbar-nav,
  .cid-vnzddxPqqv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vnzddxPqqv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vnzddxPqqv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing .navbar-buttons,
  .cid-vnzddxPqqv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vnzddxPqqv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vnzddxPqqv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vnzddxPqqv .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-vnzddxPqqv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vnzddxPqqv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vnzddxPqqv .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-vnzddxPqqv .nav-link {
    justify-content: start !important;
  }
  .cid-vnzddxPqqv .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vnzddxPqqv .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vnzddxPqqv .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vnzddxPqqv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vnzddxPqqv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vnzddxPqqv .nav-link:hover,
.cid-vnzddxPqqv .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vnzddxPqqv .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vnzddxPqqv .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vnzddy0Ro3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vnzddy0Ro3 .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vnzddy0Ro3 .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vnzddy0Ro3 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vnzddy4Ogo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vnzddy4Ogo .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f20b25;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vnzddy4Ogo H2 {
  color: #ebeced;
}
.cid-vnzddy4Ogo H3 {
  color: #c1c1c1;
}
.cid-vnzddy4Ogo .mbr-text,
.cid-vnzddy4Ogo .mbr-section-btn {
  color: #c1c1c1;
}
.cid-vnzddy4Ogo .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vnzddy4Ogo .md-pb {
    padding-bottom: 2rem;
  }
  .cid-vnzddy4Ogo .photo {
    width: 100%;
  }
}
.cid-vnzddy4Ogo .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-vnzddy4Ogo .list1 {
  color: #ebeced;
}
.cid-vnzddy4Ogo H1 {
  color: #ebeced;
}
.cid-vnzddy96VF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnzddy96VF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzddy96VF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzddy96VF .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-vnzddy96VF .mbr-section-title {
  color: #FF014E;
}
.cid-vnzddy96VF .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vnzddy96VF .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vnzddy96VF .card {
  margin-top: 35px;
}
.cid-vnzddy96VF .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-vnzddy96VF .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vnzddy96VF .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #ee2524 0%, #ee2524 100%);
}
.cid-vnzddy96VF .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #f7ed4a 0%, #fc636b 100%);
}
.cid-vnzddy96VF .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-vnzddy96VF .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-vnzddy96VF .panel-group {
  border: none;
}
.cid-vnzddy96VF .panel-body {
  padding: 20px 0 0;
}
.cid-vnzddy96VF .panel-text {
  color: #878e99;
}
.cid-vnzddy96VF .panel-title-edit {
  color: #c1c1c1;
}
.cid-vnzddy96VF .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-vnzddy96VF .panel-text,
.cid-vnzddy96VF .mbr-section-btn {
  color: #ffffff;
}
.cid-vnzddy96VF .column {
  float: left;
  width: 50%;
}
.cid-vnzddy96VF .row:after {
  content: "";
  display: table;
  clear: both;
}
.cid-vnzddykkQH {
  background-color: #252b31;
}
.cid-vnzddykkQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzddykkQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzddykkQH .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  background: #000000;
}
.cid-vnzddykkQH .container {
  max-width: 1280px;
}
.cid-vnzddykkQH .row {
  justify-content: center;
}
.cid-vnzddykkQH .mbr-section-title {
  color: #212132;
}
.cid-vnzddykkQH .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vnzddykkQH .mbr-section-title,
.cid-vnzddykkQH .mbr-section-btn {
  color: #ebeced;
  text-align: center;
}
.cid-vnzddyqJgM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnzddyqJgM .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vnzddyqJgM .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vnzddyqJgM .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vnzddyqJgM .img-big {
  transition: all 1s;
}
.cid-vnzddyqJgM .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vnzddyqJgM .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vnzddyqJgM .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vnzddyqJgM .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vnzddyqJgM .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vnzddyqJgM .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vnzddyqJgM .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnzddyqJgM .item:focus,
.cid-vnzddyqJgM span:focus {
  outline: none;
}
.cid-vnzddyqJgM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnzddyqJgM .mbr-section-title {
  color: #ffffff;
}
.cid-vnzddyqJgM .mbr-text,
.cid-vnzddyqJgM .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vnzddyqJgM .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyqJgM .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyqJgM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnzddyzI8T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnzddyzI8T .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vnzddyzI8T .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vnzddyzI8T .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vnzddyzI8T .img-big {
  transition: all 1s;
}
.cid-vnzddyzI8T .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vnzddyzI8T .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vnzddyzI8T .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vnzddyzI8T .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vnzddyzI8T .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vnzddyzI8T .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vnzddyzI8T .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnzddyzI8T .item:focus,
.cid-vnzddyzI8T span:focus {
  outline: none;
}
.cid-vnzddyzI8T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnzddyzI8T .mbr-section-title {
  color: #ffffff;
}
.cid-vnzddyzI8T .mbr-text,
.cid-vnzddyzI8T .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vnzddyzI8T .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyzI8T .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyzI8T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnzddyKj4r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnzddyKj4r .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vnzddyKj4r .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vnzddyKj4r .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vnzddyKj4r .img-big {
  transition: all 1s;
}
.cid-vnzddyKj4r .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vnzddyKj4r .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vnzddyKj4r .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vnzddyKj4r .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vnzddyKj4r .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vnzddyKj4r .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vnzddyKj4r .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnzddyKj4r .item:focus,
.cid-vnzddyKj4r span:focus {
  outline: none;
}
.cid-vnzddyKj4r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnzddyKj4r .mbr-section-title {
  color: #ffffff;
}
.cid-vnzddyKj4r .mbr-text,
.cid-vnzddyKj4r .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vnzddyKj4r .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyKj4r .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vnzddyKj4r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnzddyU5gL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vnzddyU5gL .showAlerts {
  display: block !important;
}
.cid-vnzddyU5gL .rowflexrev {
  display: -webkit-flex;
}
.cid-vnzddyU5gL .title {
  margin-bottom: 2rem;
}
.cid-vnzddyU5gL .mbr-section-subtitle {
  color: #767676;
}
.cid-vnzddyU5gL textarea.form-control {
  min-height: 188px;
}
.cid-vnzddyU5gL LABEL {
  color: #232323;
}
.cid-vnzddyU5gL .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vnzddyU5gL .mbr-section-labels {
  color: #ebeced;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vnzddyU5gL .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vnzddyU5gL .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vnzddyU5gL .alert {
  margin-bottom: 0;
}
.cid-vnzddyU5gL .alert-success {
  background-color: #70c770;
}
.cid-vnzddyU5gL .alert-danger {
  background-color: #ff4a52;
}
.cid-vnzddyU5gL .btn {
  display: inline-flex;
}
.cid-vnzddyU5gL .hidden {
  display: none;
}
.cid-vnzddyU5gL .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vnzddyU5gL .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vnzddyU5gL H2 {
  color: #ebeced;
  text-align: center;
}
.cid-vnzddz4Fd7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-vnzddz4Fd7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vnzddz4Fd7 .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-vnzddz4Fd7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vnzddz4Fd7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vnzddzc0rY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vnzddzc0rY section {
  position: relative;
}
.cid-vnzddzc0rY h4 {
  margin: 0;
}
.cid-vnzddzc0rY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vnzddzc0rY a {
  font-weight: 300;
}
.cid-vnzddzc0rY .img1 {
  color: #00bea3;
}
.cid-vnzddzc0rY .img2 {
  color: #f1894c;
}
.cid-vnzddzc0rY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vnzddzc0rY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vnzddzc0rY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vnzddzc0rY .item,
.cid-vnzddzc0rY .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vnzddzc0rY .item h4,
.cid-vnzddzc0rY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vnzddzc0rY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vnzddzc0rY .item {
    justify-content: left;
  }
}
.cid-vnzddzc0rY .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vnzddzc0rY .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vnzddzc0rY .item-title DIV {
  text-align: left;
}
.cid-vnzddzlAu5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vnzddzlAu5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vnzddzlAu5 section {
  position: relative;
}
.cid-vnzddzlAu5 h4 {
  margin: 0;
}
.cid-vnzddzlAu5 a {
  font-weight: 300;
}
.cid-vnzddzlAu5 .row {
  align-items: center;
}
.cid-vnzddzlAu5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vnzddzlAu5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vnzddzlAu5 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnzddzlAu5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vnzddzlAu5 .align-left {
    text-align: center;
  }
  .cid-vnzddzlAu5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vnzddzlAu5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vnzddzlAu5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vnzddzlAu5 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vnzddzlAu5 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vo7sjy803q .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vo7sjy803q .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vo7sjy803q a {
  font-style: normal;
}
.cid-vo7sjy803q .show {
  overflow: visible;
}
.cid-vo7sjy803q .dropdown-menu {
  max-height: 400px;
}
.cid-vo7sjy803q .dropdown-item:active {
  background-color: transparent;
}
.cid-vo7sjy803q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vo7sjy803q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vo7sjy803q .nav-item:focus,
.cid-vo7sjy803q .nav-link:focus {
  outline: none;
}
.cid-vo7sjy803q .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vo7sjy803q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vo7sjy803q .menu-logo {
  margin-right: auto;
}
.cid-vo7sjy803q .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-vo7sjy803q .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-vo7sjy803q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vo7sjy803q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vo7sjy803q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vo7sjy803q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vo7sjy803q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vo7sjy803q .dropdown .dropdown-menu {
  background: #000000;
  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-vo7sjy803q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vo7sjy803q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vo7sjy803q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vo7sjy803q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vo7sjy803q .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-vo7sjy803q .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vo7sjy803q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vo7sjy803q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vo7sjy803q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vo7sjy803q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vo7sjy803q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vo7sjy803q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vo7sjy803q button.navbar-toggler:focus {
  outline: none;
}
.cid-vo7sjy803q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vo7sjy803q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vo7sjy803q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vo7sjy803q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vo7sjy803q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vo7sjy803q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo7sjy803q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vo7sjy803q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vo7sjy803q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo7sjy803q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vo7sjy803q .collapsed .btn {
  display: -webkit-flex;
}
.cid-vo7sjy803q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing,
.cid-vo7sjy803q .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vo7sjy803q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vo7sjy803q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vo7sjy803q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vo7sjy803q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vo7sjy803q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vo7sjy803q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vo7sjy803q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vo7sjy803q .collapsed button.navbar-toggler {
  display: block;
}
.cid-vo7sjy803q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vo7sjy803q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vo7sjy803q .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-vo7sjy803q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vo7sjy803q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vo7sjy803q .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-vo7sjy803q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vo7sjy803q img {
    height: 3.8rem !important;
  }
  .cid-vo7sjy803q .btn {
    display: -webkit-flex;
  }
  .cid-vo7sjy803q button.navbar-toggler {
    display: block;
  }
  .cid-vo7sjy803q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vo7sjy803q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vo7sjy803q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing,
  .cid-vo7sjy803q .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing .navbar-nav,
  .cid-vo7sjy803q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vo7sjy803q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vo7sjy803q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing .navbar-buttons,
  .cid-vo7sjy803q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vo7sjy803q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vo7sjy803q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vo7sjy803q .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-vo7sjy803q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vo7sjy803q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vo7sjy803q .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-vo7sjy803q .nav-link {
    justify-content: start !important;
  }
  .cid-vo7sjy803q .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vo7sjy803q .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vo7sjy803q .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vo7sjy803q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vo7sjy803q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vo7sjy803q .nav-link:hover,
.cid-vo7sjy803q .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vo7sjy803q .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vo7sjy803q .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vo7sjyiVaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vo7sjyiVaK .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vo7sjyiVaK .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vo7sjyiVaK .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vo7sjymXSR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-vo7sjymXSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjymXSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7sjymXSR .card-wrapper {
  width: 100%;
}
.cid-vo7sjymXSR .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vo7sjymXSR .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vo7sjymXSR .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vo7sjymXSR .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vo7sjymXSR .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vo7sjymXSR .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vo7sjymXSR .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vo7sjymXSR .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vo7sjymXSR .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vo7sjymXSR .card-title {
    text-align: center !important;
  }
}
.cid-vo7sjymXSR .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vo7sjymXSR .card-text {
    text-align: center !important;
  }
}
.cid-vo7sjyrHPU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vo7sjyrHPU .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-vo7sjyrHPU .mbr-text {
  color: #777777;
}
.cid-vo7sjyrHPU H2 {
  color: #c1c1c1;
}
.cid-vo7sjyrHPU P {
  color: #c1c1c1;
}
.cid-vo7sjyutvt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vo7sjyutvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjyutvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vo7sjyutvt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo7sjyutvt .row {
  flex-direction: row-reverse;
}
.cid-vo7sjyutvt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vo7sjyutvt .text-wrapper {
    padding: 2rem;
  }
}
.cid-vo7sjyutvt .mbr-text {
  color: #c1c1c1;
}
.cid-vo7sjyutvt .mbr-section-title {
  color: #ebeced;
}
.cid-vo7sjyy5XW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vo7sjyy5XW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vo7sjyy5XW H2 {
  color: #ebeced;
}
.cid-vo7sjyy5XW H3 {
  color: #c1c1c1;
}
.cid-vo7sjyy5XW .mbr-text,
.cid-vo7sjyy5XW .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vo7sjyy5XW .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vo7sjyy5XW img {
  filter: invert(0.5);
  width: auto;
}
.cid-vo7sjyy5XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjyy5XW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7sjyy5XW P {
  color: #c1c1c1;
}
.cid-vo7sjyC3uZ {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vo7sjyC3uZ .image-block {
  position: relative;
  margin: auto;
}
.cid-vo7sjyC3uZ .image-block img {
  width: 100%;
}
.cid-vo7sjyC3uZ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vo7sjyC3uZ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vo7sjyKcRy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #161719;
}
.cid-vo7sjyKcRy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vo7sjyKcRy H2 {
  color: #ebeced;
}
.cid-vo7sjyKcRy H3 {
  color: #c1c1c1;
}
.cid-vo7sjyKcRy .mbr-text,
.cid-vo7sjyKcRy .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vo7sjyKcRy .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vo7sjyKcRy img {
  filter: invert(0.5);
  width: auto;
}
.cid-vo7sjyKcRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjyKcRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7sjyKcRy P {
  color: #c1c1c1;
}
.cid-vo7sjyTsIR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vo7sjyTsIR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vo7sjyTsIR H2 {
  color: #ebeced;
}
.cid-vo7sjyTsIR H3 {
  color: #c1c1c1;
}
.cid-vo7sjyTsIR .mbr-text,
.cid-vo7sjyTsIR .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vo7sjyTsIR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vo7sjyTsIR img {
  filter: invert(0.5);
  width: auto;
}
.cid-vo7sjyTsIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjyTsIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7sjyTsIR P {
  color: #c1c1c1;
}
.cid-vo7sjyXW5X {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-vo7sjyXW5X .image-block {
  position: relative;
  margin: auto;
}
.cid-vo7sjyXW5X .image-block img {
  width: 100%;
}
.cid-vo7sjyXW5X .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vo7sjyXW5X .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vo7sjz1zxe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vo7sjz1zxe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vo7sjz1zxe H2 {
  color: #ebeced;
}
.cid-vo7sjz1zxe H3 {
  color: #c1c1c1;
}
.cid-vo7sjz1zxe .mbr-text,
.cid-vo7sjz1zxe .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vo7sjz1zxe .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vo7sjz1zxe img {
  filter: invert(0.5);
  width: auto;
}
.cid-vo7sjz1zxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7sjz1zxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7sjz1zxe P {
  color: #c1c1c1;
}
.cid-vo7sjzBS3I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vo7sjzBS3I .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vo7sjzBS3I .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vo7sjzBS3I .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vo7sjzBS3I .img-big {
  transition: all 1s;
}
.cid-vo7sjzBS3I .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vo7sjzBS3I .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vo7sjzBS3I .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vo7sjzBS3I .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vo7sjzBS3I .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vo7sjzBS3I .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vo7sjzBS3I .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vo7sjzBS3I .item:focus,
.cid-vo7sjzBS3I span:focus {
  outline: none;
}
.cid-vo7sjzBS3I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vo7sjzBS3I .mbr-section-title {
  color: #ffffff;
}
.cid-vo7sjzBS3I .mbr-text,
.cid-vo7sjzBS3I .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vo7sjzBS3I .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzBS3I .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzBS3I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo7sjzMCmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vo7sjzMCmx .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vo7sjzMCmx .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vo7sjzMCmx .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vo7sjzMCmx .img-big {
  transition: all 1s;
}
.cid-vo7sjzMCmx .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vo7sjzMCmx .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vo7sjzMCmx .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vo7sjzMCmx .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vo7sjzMCmx .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vo7sjzMCmx .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vo7sjzMCmx .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vo7sjzMCmx .item:focus,
.cid-vo7sjzMCmx span:focus {
  outline: none;
}
.cid-vo7sjzMCmx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vo7sjzMCmx .mbr-section-title {
  color: #ffffff;
}
.cid-vo7sjzMCmx .mbr-text,
.cid-vo7sjzMCmx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vo7sjzMCmx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzMCmx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzMCmx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo7sjzU3ei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vo7sjzU3ei .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vo7sjzU3ei .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vo7sjzU3ei .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vo7sjzU3ei .img-big {
  transition: all 1s;
}
.cid-vo7sjzU3ei .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vo7sjzU3ei .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vo7sjzU3ei .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vo7sjzU3ei .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vo7sjzU3ei .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vo7sjzU3ei .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vo7sjzU3ei .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vo7sjzU3ei .item:focus,
.cid-vo7sjzU3ei span:focus {
  outline: none;
}
.cid-vo7sjzU3ei .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vo7sjzU3ei .mbr-section-title {
  color: #ffffff;
}
.cid-vo7sjzU3ei .mbr-text,
.cid-vo7sjzU3ei .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vo7sjzU3ei .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzU3ei .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vo7sjzU3ei .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo7sjA3YTH .google-map {
  height: 25rem;
  position: relative;
}
.cid-vo7sjA3YTH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vo7sjA3YTH .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-vo7sjA3YTH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vo7sjA3YTH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vo7sjA839j {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vo7sjA839j section {
  position: relative;
}
.cid-vo7sjA839j h4 {
  margin: 0;
}
.cid-vo7sjA839j img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vo7sjA839j a {
  font-weight: 300;
}
.cid-vo7sjA839j .img1 {
  color: #00bea3;
}
.cid-vo7sjA839j .img2 {
  color: #f1894c;
}
.cid-vo7sjA839j .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vo7sjA839j .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vo7sjA839j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vo7sjA839j .item,
.cid-vo7sjA839j .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vo7sjA839j .item h4,
.cid-vo7sjA839j .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vo7sjA839j .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vo7sjA839j .item {
    justify-content: left;
  }
}
.cid-vo7sjA839j .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vo7sjA839j .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vo7sjA839j .item-title DIV {
  text-align: left;
}
.cid-vo7sjAiAX6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vo7sjAiAX6 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vo7sjAiAX6 section {
  position: relative;
}
.cid-vo7sjAiAX6 h4 {
  margin: 0;
}
.cid-vo7sjAiAX6 a {
  font-weight: 300;
}
.cid-vo7sjAiAX6 .row {
  align-items: center;
}
.cid-vo7sjAiAX6 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vo7sjAiAX6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vo7sjAiAX6 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vo7sjAiAX6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vo7sjAiAX6 .align-left {
    text-align: center;
  }
  .cid-vo7sjAiAX6 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vo7sjAiAX6 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vo7sjAiAX6 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vo7sjAiAX6 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vo7sjAiAX6 H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vov1SmhjjL .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vov1SmhjjL .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vov1SmhjjL a {
  font-style: normal;
}
.cid-vov1SmhjjL .show {
  overflow: visible;
}
.cid-vov1SmhjjL .dropdown-menu {
  max-height: 400px;
}
.cid-vov1SmhjjL .dropdown-item:active {
  background-color: transparent;
}
.cid-vov1SmhjjL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vov1SmhjjL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-vov1SmhjjL .nav-item:focus,
.cid-vov1SmhjjL .nav-link:focus {
  outline: none;
}
.cid-vov1SmhjjL .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vov1SmhjjL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vov1SmhjjL .menu-logo {
  margin-right: auto;
}
.cid-vov1SmhjjL .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-vov1SmhjjL .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-vov1SmhjjL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vov1SmhjjL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vov1SmhjjL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vov1SmhjjL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vov1SmhjjL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vov1SmhjjL .dropdown .dropdown-menu {
  background: #000000;
  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-vov1SmhjjL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vov1SmhjjL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vov1SmhjjL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vov1SmhjjL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vov1SmhjjL .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-vov1SmhjjL .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vov1SmhjjL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vov1SmhjjL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vov1SmhjjL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vov1SmhjjL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vov1SmhjjL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vov1SmhjjL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vov1SmhjjL button.navbar-toggler:focus {
  outline: none;
}
.cid-vov1SmhjjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vov1SmhjjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vov1SmhjjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vov1SmhjjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vov1SmhjjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vov1SmhjjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vov1SmhjjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vov1SmhjjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vov1SmhjjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vov1SmhjjL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vov1SmhjjL .collapsed .btn {
  display: -webkit-flex;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vov1SmhjjL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vov1SmhjjL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vov1SmhjjL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vov1SmhjjL .collapsed button.navbar-toggler {
  display: block;
}
.cid-vov1SmhjjL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vov1SmhjjL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vov1SmhjjL .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-vov1SmhjjL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vov1SmhjjL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vov1SmhjjL .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-vov1SmhjjL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vov1SmhjjL img {
    height: 3.8rem !important;
  }
  .cid-vov1SmhjjL .btn {
    display: -webkit-flex;
  }
  .cid-vov1SmhjjL button.navbar-toggler {
    display: block;
  }
  .cid-vov1SmhjjL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vov1SmhjjL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vov1SmhjjL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing,
  .cid-vov1SmhjjL .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing .navbar-nav,
  .cid-vov1SmhjjL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vov1SmhjjL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vov1SmhjjL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing .navbar-buttons,
  .cid-vov1SmhjjL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vov1SmhjjL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vov1SmhjjL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vov1SmhjjL .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-vov1SmhjjL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vov1SmhjjL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vov1SmhjjL .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-vov1SmhjjL .nav-link {
    justify-content: start !important;
  }
  .cid-vov1SmhjjL .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vov1SmhjjL .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vov1SmhjjL .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vov1SmhjjL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vov1SmhjjL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vov1SmhjjL .nav-link:hover,
.cid-vov1SmhjjL .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-vov1SmhjjL .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vov1SmhjjL .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vov1Smp8Pn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-vov1Smp8Pn .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-vov1Smp8Pn .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-vov1Smp8Pn .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-vov1Smt9YE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-vov1Smt9YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1Smt9YE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov1Smt9YE .card-wrapper {
  width: 100%;
}
.cid-vov1Smt9YE .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vov1Smt9YE .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vov1Smt9YE .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vov1Smt9YE .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vov1Smt9YE .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vov1Smt9YE .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vov1Smt9YE .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vov1Smt9YE .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vov1Smt9YE .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vov1Smt9YE .card-title {
    text-align: center !important;
  }
}
.cid-vov1Smt9YE .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vov1Smt9YE .card-text {
    text-align: center !important;
  }
}
.cid-vov1SmxAvU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vov1SmxAvU .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-vov1SmxAvU .mbr-text {
  color: #777777;
}
.cid-vov1SmxAvU H2 {
  color: #c1c1c1;
}
.cid-vov1SmxAvU P {
  color: #c1c1c1;
}
.cid-vov1SmBIme {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-vov1SmBIme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1SmBIme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vov1SmBIme .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vov1SmBIme .row {
  flex-direction: row-reverse;
}
.cid-vov1SmBIme img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vov1SmBIme .text-wrapper {
    padding: 2rem;
  }
}
.cid-vov1SmBIme .mbr-text {
  color: #c1c1c1;
}
.cid-vov1SmBIme .mbr-section-title {
  color: #ebeced;
}
.cid-vov1SmG5yl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vov1SmG5yl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov1SmG5yl H2 {
  color: #ebeced;
}
.cid-vov1SmG5yl H3 {
  color: #c1c1c1;
}
.cid-vov1SmG5yl .mbr-text,
.cid-vov1SmG5yl .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov1SmG5yl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov1SmG5yl img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov1SmG5yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1SmG5yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov1SmG5yl P {
  color: #c1c1c1;
}
.cid-vov1SmKnhS {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vov1SmKnhS .image-block {
  position: relative;
  margin: auto;
}
.cid-vov1SmKnhS .image-block img {
  width: 100%;
}
.cid-vov1SmKnhS .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vov1SmKnhS .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vov1SmONjx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #161719;
}
.cid-vov1SmONjx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov1SmONjx H2 {
  color: #ebeced;
}
.cid-vov1SmONjx H3 {
  color: #c1c1c1;
}
.cid-vov1SmONjx .mbr-text,
.cid-vov1SmONjx .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov1SmONjx .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov1SmONjx img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov1SmONjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1SmONjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov1SmONjx P {
  color: #c1c1c1;
}
.cid-vov5aRpjPg {
  background: #161719;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vov5aRpjPg .image-block {
  position: relative;
  margin: auto;
}
.cid-vov5aRpjPg .image-block img {
  width: 100%;
}
.cid-vov5aRpjPg .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vov5aRpjPg .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vov1SmTSQX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vov1SmTSQX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov1SmTSQX H2 {
  color: #ebeced;
}
.cid-vov1SmTSQX H3 {
  color: #c1c1c1;
}
.cid-vov1SmTSQX .mbr-text,
.cid-vov1SmTSQX .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov1SmTSQX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov1SmTSQX img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov1SmTSQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1SmTSQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov1SmTSQX P {
  color: #c1c1c1;
}
.cid-vov1SmYETS {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-vov1SmYETS .image-block {
  position: relative;
  margin: auto;
}
.cid-vov1SmYETS .image-block img {
  width: 100%;
}
.cid-vov1SmYETS .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-vov1SmYETS .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-vov1Sn1XsB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vov1Sn1XsB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov1Sn1XsB H2 {
  color: #ebeced;
}
.cid-vov1Sn1XsB H3 {
  color: #c1c1c1;
}
.cid-vov1Sn1XsB .mbr-text,
.cid-vov1Sn1XsB .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov1Sn1XsB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov1Sn1XsB img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov1Sn1XsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov1Sn1XsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov1Sn1XsB P {
  color: #c1c1c1;
}
.cid-vov6meqNwG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vov6meqNwG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov6meqNwG H2 {
  color: #ebeced;
}
.cid-vov6meqNwG H3 {
  color: #c1c1c1;
}
.cid-vov6meqNwG .mbr-text,
.cid-vov6meqNwG .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov6meqNwG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov6meqNwG img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov6meqNwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov6meqNwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov6meqNwG P {
  color: #c1c1c1;
}
.cid-vov6RCyvco {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-vov6RCyvco .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov6RCyvco H2 {
  color: #ebeced;
}
.cid-vov6RCyvco H3 {
  color: #c1c1c1;
}
.cid-vov6RCyvco .mbr-text,
.cid-vov6RCyvco .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-vov6RCyvco .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vov6RCyvco img {
  filter: invert(0.5);
  width: auto;
}
.cid-vov6RCyvco .mbr-fallback-image.disabled {
  display: none;
}
.cid-vov6RCyvco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vov6RCyvco P {
  color: #c1c1c1;
}
.cid-vov1Sn677S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vov1Sn677S .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vov1Sn677S .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vov1Sn677S .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vov1Sn677S .img-big {
  transition: all 1s;
}
.cid-vov1Sn677S .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vov1Sn677S .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vov1Sn677S .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vov1Sn677S .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vov1Sn677S .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vov1Sn677S .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vov1Sn677S .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vov1Sn677S .item:focus,
.cid-vov1Sn677S span:focus {
  outline: none;
}
.cid-vov1Sn677S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vov1Sn677S .mbr-section-title {
  color: #ffffff;
}
.cid-vov1Sn677S .mbr-text,
.cid-vov1Sn677S .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vov1Sn677S .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vov1Sn677S .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vov1Sn677S .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vov1SnesRK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vov1SnesRK .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vov1SnesRK .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vov1SnesRK .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vov1SnesRK .img-big {
  transition: all 1s;
}
.cid-vov1SnesRK .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vov1SnesRK .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vov1SnesRK .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vov1SnesRK .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vov1SnesRK .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vov1SnesRK .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vov1SnesRK .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vov1SnesRK .item:focus,
.cid-vov1SnesRK span:focus {
  outline: none;
}
.cid-vov1SnesRK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vov1SnesRK .mbr-section-title {
  color: #ffffff;
}
.cid-vov1SnesRK .mbr-text,
.cid-vov1SnesRK .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vov1SnesRK .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vov1SnesRK .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vov1SnesRK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vov1Snnxvf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vov1Snnxvf .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-vov1Snnxvf .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-vov1Snnxvf .item-content {
  position: relative;
  padding: 1rem;
}
.cid-vov1Snnxvf .img-big {
  transition: all 1s;
}
.cid-vov1Snnxvf .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-vov1Snnxvf .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-vov1Snnxvf .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-vov1Snnxvf .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-vov1Snnxvf .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-vov1Snnxvf .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-vov1Snnxvf .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vov1Snnxvf .item:focus,
.cid-vov1Snnxvf span:focus {
  outline: none;
}
.cid-vov1Snnxvf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vov1Snnxvf .mbr-section-title {
  color: #ffffff;
}
.cid-vov1Snnxvf .mbr-text,
.cid-vov1Snnxvf .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-vov1Snnxvf .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vov1Snnxvf .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vov1Snnxvf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vov1SnxTnX .google-map {
  height: 25rem;
  position: relative;
}
.cid-vov1SnxTnX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vov1SnxTnX .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-vov1SnxTnX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vov1SnxTnX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vov1SnCPwY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-vov1SnCPwY section {
  position: relative;
}
.cid-vov1SnCPwY h4 {
  margin: 0;
}
.cid-vov1SnCPwY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vov1SnCPwY a {
  font-weight: 300;
}
.cid-vov1SnCPwY .img1 {
  color: #00bea3;
}
.cid-vov1SnCPwY .img2 {
  color: #f1894c;
}
.cid-vov1SnCPwY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vov1SnCPwY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-vov1SnCPwY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vov1SnCPwY .item,
.cid-vov1SnCPwY .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vov1SnCPwY .item h4,
.cid-vov1SnCPwY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vov1SnCPwY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vov1SnCPwY .item {
    justify-content: left;
  }
}
.cid-vov1SnCPwY .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vov1SnCPwY .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-vov1SnCPwY .item-title DIV {
  text-align: left;
}
.cid-vov1SnKB6Y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vov1SnKB6Y .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vov1SnKB6Y section {
  position: relative;
}
.cid-vov1SnKB6Y h4 {
  margin: 0;
}
.cid-vov1SnKB6Y a {
  font-weight: 300;
}
.cid-vov1SnKB6Y .row {
  align-items: center;
}
.cid-vov1SnKB6Y .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vov1SnKB6Y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vov1SnKB6Y .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vov1SnKB6Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vov1SnKB6Y .align-left {
    text-align: center;
  }
  .cid-vov1SnKB6Y .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vov1SnKB6Y .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vov1SnKB6Y .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vov1SnKB6Y .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-vov1SnKB6Y H4 {
  color: #c1c1c1;
  text-align: left;
}
.cid-voMC7axQ31 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-voMC7axQ31 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-voMC7axQ31 a {
  font-style: normal;
}
.cid-voMC7axQ31 .show {
  overflow: visible;
}
.cid-voMC7axQ31 .dropdown-menu {
  max-height: 400px;
}
.cid-voMC7axQ31 .dropdown-item:active {
  background-color: transparent;
}
.cid-voMC7axQ31 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-voMC7axQ31 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-voMC7axQ31 .nav-item:focus,
.cid-voMC7axQ31 .nav-link:focus {
  outline: none;
}
.cid-voMC7axQ31 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-voMC7axQ31 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-voMC7axQ31 .menu-logo {
  margin-right: auto;
}
.cid-voMC7axQ31 .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-voMC7axQ31 .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-voMC7axQ31 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voMC7axQ31 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voMC7axQ31 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voMC7axQ31 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voMC7axQ31 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-voMC7axQ31 .dropdown .dropdown-menu {
  background: #000000;
  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-voMC7axQ31 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-voMC7axQ31 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voMC7axQ31 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voMC7axQ31 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voMC7axQ31 .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-voMC7axQ31 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-voMC7axQ31 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-voMC7axQ31 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voMC7axQ31 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voMC7axQ31 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voMC7axQ31 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voMC7axQ31 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-voMC7axQ31 button.navbar-toggler:focus {
  outline: none;
}
.cid-voMC7axQ31 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voMC7axQ31 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voMC7axQ31 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voMC7axQ31 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voMC7axQ31 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voMC7axQ31 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voMC7axQ31 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voMC7axQ31 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voMC7axQ31 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voMC7axQ31 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voMC7axQ31 .collapsed .btn {
  display: -webkit-flex;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-voMC7axQ31 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voMC7axQ31 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voMC7axQ31 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-voMC7axQ31 .collapsed button.navbar-toggler {
  display: block;
}
.cid-voMC7axQ31 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-voMC7axQ31 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-voMC7axQ31 .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-voMC7axQ31 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voMC7axQ31 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voMC7axQ31 .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-voMC7axQ31.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voMC7axQ31 img {
    height: 3.8rem !important;
  }
  .cid-voMC7axQ31 .btn {
    display: -webkit-flex;
  }
  .cid-voMC7axQ31 button.navbar-toggler {
    display: block;
  }
  .cid-voMC7axQ31 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-voMC7axQ31 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-voMC7axQ31 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing,
  .cid-voMC7axQ31 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing .navbar-nav,
  .cid-voMC7axQ31 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voMC7axQ31 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-voMC7axQ31 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing .navbar-buttons,
  .cid-voMC7axQ31 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-voMC7axQ31 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voMC7axQ31 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voMC7axQ31 .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-voMC7axQ31 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voMC7axQ31 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voMC7axQ31 .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-voMC7axQ31 .nav-link {
    justify-content: start !important;
  }
  .cid-voMC7axQ31 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-voMC7axQ31 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-voMC7axQ31 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-voMC7axQ31 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-voMC7axQ31 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-voMC7axQ31 .nav-link:hover,
.cid-voMC7axQ31 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-voMC7axQ31 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-voMC7axQ31 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-voMC7aGHXf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #282b2f;
}
.cid-voMC7aGHXf .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-voMC7aGHXf .mbr-text {
  color: #ebeced;
  text-align: center;
}
.cid-voMC7aGHXf .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-voMC7aKdxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161719;
}
.cid-voMC7aKdxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7aKdxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMC7aKdxN .card-wrapper {
  width: 100%;
}
.cid-voMC7aKdxN .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-voMC7aKdxN .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-voMC7aKdxN .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-voMC7aKdxN .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-voMC7aKdxN .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-voMC7aKdxN .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-voMC7aKdxN .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-voMC7aKdxN .text-wrap {
    padding: 8px 16px;
  }
}
.cid-voMC7aKdxN .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-voMC7aKdxN .card-title {
    text-align: center !important;
  }
}
.cid-voMC7aKdxN .card-text {
  color: #f5f5f7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-voMC7aKdxN .card-text {
    text-align: center !important;
  }
}
.cid-voMC7aO2f0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voMC7aO2f0 .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-voMC7aO2f0 .mbr-text {
  color: #777777;
}
.cid-voMC7aO2f0 H2 {
  color: #c1c1c1;
}
.cid-voMC7aO2f0 P {
  color: #c1c1c1;
}
.cid-voMC7aRuGA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161719;
}
.cid-voMC7aRuGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7aRuGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-voMC7aRuGA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voMC7aRuGA .row {
  flex-direction: row-reverse;
}
.cid-voMC7aRuGA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voMC7aRuGA .text-wrapper {
    padding: 2rem;
  }
}
.cid-voMC7aRuGA .mbr-text {
  color: #c1c1c1;
}
.cid-voMC7aRuGA .mbr-section-title {
  color: #ebeced;
}
.cid-voMC7aWdnp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-voMC7aWdnp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-voMC7aWdnp H2 {
  color: #ebeced;
}
.cid-voMC7aWdnp H3 {
  color: #c1c1c1;
}
.cid-voMC7aWdnp .mbr-text,
.cid-voMC7aWdnp .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-voMC7aWdnp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-voMC7aWdnp img {
  filter: invert(0.5);
  width: auto;
}
.cid-voMC7aWdnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7aWdnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMC7aWdnp P {
  color: #c1c1c1;
}
.cid-voMC7b0CJX {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-voMC7b0CJX .image-block {
  position: relative;
  margin: auto;
}
.cid-voMC7b0CJX .image-block img {
  width: 100%;
}
.cid-voMC7b0CJX .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-voMC7b0CJX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-voMC7b4R98 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #161719;
}
.cid-voMC7b4R98 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-voMC7b4R98 H2 {
  color: #ebeced;
}
.cid-voMC7b4R98 H3 {
  color: #c1c1c1;
}
.cid-voMC7b4R98 .mbr-text,
.cid-voMC7b4R98 .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-voMC7b4R98 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-voMC7b4R98 img {
  filter: invert(0.5);
  width: auto;
}
.cid-voMC7b4R98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7b4R98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMC7b4R98 P {
  color: #c1c1c1;
}
.cid-voMC7bcLGo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-voMC7bcLGo .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-voMC7bcLGo H2 {
  color: #ebeced;
}
.cid-voMC7bcLGo H3 {
  color: #c1c1c1;
}
.cid-voMC7bcLGo .mbr-text,
.cid-voMC7bcLGo .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-voMC7bcLGo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-voMC7bcLGo img {
  filter: invert(0.5);
  width: auto;
}
.cid-voMC7bcLGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7bcLGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMC7bcLGo P {
  color: #c1c1c1;
}
.cid-voMC7bgJqb {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-voMC7bgJqb .image-block {
  position: relative;
  margin: auto;
}
.cid-voMC7bgJqb .image-block img {
  width: 100%;
}
.cid-voMC7bgJqb .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-voMC7bgJqb .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-voMC7bq6hS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161719;
}
.cid-voMC7bq6hS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-voMC7bq6hS H2 {
  color: #ebeced;
}
.cid-voMC7bq6hS H3 {
  color: #c1c1c1;
}
.cid-voMC7bq6hS .mbr-text,
.cid-voMC7bq6hS .mbr-section-btn {
  color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-voMC7bq6hS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-voMC7bq6hS img {
  filter: invert(0.5);
  width: auto;
}
.cid-voMC7bq6hS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMC7bq6hS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMC7bq6hS P {
  color: #c1c1c1;
}
.cid-voMC7bvlns {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voMC7bvlns .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-voMC7bvlns .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-voMC7bvlns .item-content {
  position: relative;
  padding: 1rem;
}
.cid-voMC7bvlns .img-big {
  transition: all 1s;
}
.cid-voMC7bvlns .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-voMC7bvlns .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-voMC7bvlns .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-voMC7bvlns .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-voMC7bvlns .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-voMC7bvlns .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-voMC7bvlns .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voMC7bvlns .item:focus,
.cid-voMC7bvlns span:focus {
  outline: none;
}
.cid-voMC7bvlns .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-voMC7bvlns .mbr-section-title {
  color: #ffffff;
}
.cid-voMC7bvlns .mbr-text,
.cid-voMC7bvlns .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-voMC7bvlns .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bvlns .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bvlns .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voMC7bE1J8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voMC7bE1J8 .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-voMC7bE1J8 .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-voMC7bE1J8 .item-content {
  position: relative;
  padding: 1rem;
}
.cid-voMC7bE1J8 .img-big {
  transition: all 1s;
}
.cid-voMC7bE1J8 .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-voMC7bE1J8 .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-voMC7bE1J8 .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-voMC7bE1J8 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-voMC7bE1J8 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-voMC7bE1J8 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-voMC7bE1J8 .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voMC7bE1J8 .item:focus,
.cid-voMC7bE1J8 span:focus {
  outline: none;
}
.cid-voMC7bE1J8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-voMC7bE1J8 .mbr-section-title {
  color: #ffffff;
}
.cid-voMC7bE1J8 .mbr-text,
.cid-voMC7bE1J8 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-voMC7bE1J8 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bE1J8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bE1J8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voMC7bMeZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voMC7bMeZo .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-voMC7bMeZo .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-voMC7bMeZo .item-content {
  position: relative;
  padding: 1rem;
}
.cid-voMC7bMeZo .img-big {
  transition: all 1s;
}
.cid-voMC7bMeZo .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-voMC7bMeZo .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-voMC7bMeZo .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-voMC7bMeZo .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-voMC7bMeZo .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-voMC7bMeZo .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-voMC7bMeZo .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voMC7bMeZo .item:focus,
.cid-voMC7bMeZo span:focus {
  outline: none;
}
.cid-voMC7bMeZo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-voMC7bMeZo .mbr-section-title {
  color: #ffffff;
}
.cid-voMC7bMeZo .mbr-text,
.cid-voMC7bMeZo .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-voMC7bMeZo .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bMeZo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-voMC7bMeZo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voMC7bVFET .google-map {
  height: 25rem;
  position: relative;
}
.cid-voMC7bVFET .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-voMC7bVFET .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-voMC7bVFET .google-map[data-state] {
  background: #e9e5dc;
}
.cid-voMC7bVFET .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-voMC7c0NzM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-voMC7c0NzM section {
  position: relative;
}
.cid-voMC7c0NzM h4 {
  margin: 0;
}
.cid-voMC7c0NzM img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-voMC7c0NzM a {
  font-weight: 300;
}
.cid-voMC7c0NzM .img1 {
  color: #00bea3;
}
.cid-voMC7c0NzM .img2 {
  color: #f1894c;
}
.cid-voMC7c0NzM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-voMC7c0NzM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: left;
}
@media (max-width: 992px) {
  .cid-voMC7c0NzM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-voMC7c0NzM .item,
.cid-voMC7c0NzM .link {
  display: flex;
  align-items: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-voMC7c0NzM .item h4,
.cid-voMC7c0NzM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voMC7c0NzM .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-voMC7c0NzM .item {
    justify-content: left;
  }
}
.cid-voMC7c0NzM .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-voMC7c0NzM .text1 {
  color: #c1c1c1;
  text-align: left;
}
.cid-voMC7c0NzM .item-title DIV {
  text-align: left;
}
.cid-voMC7c9VEv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-voMC7c9VEv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-voMC7c9VEv section {
  position: relative;
}
.cid-voMC7c9VEv h4 {
  margin: 0;
}
.cid-voMC7c9VEv a {
  font-weight: 300;
}
.cid-voMC7c9VEv .row {
  align-items: center;
}
.cid-voMC7c9VEv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-voMC7c9VEv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-voMC7c9VEv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voMC7c9VEv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-voMC7c9VEv .align-left {
    text-align: center;
  }
  .cid-voMC7c9VEv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-voMC7c9VEv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-voMC7c9VEv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-voMC7c9VEv .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-voMC7c9VEv H4 {
  color: #c1c1c1;
  text-align: left;
}
