.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7e0f0f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e0f0f !important;
  border-color: #7e0f0f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #310606 !important;
  border-color: #310606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #310606 !important;
  border-color: #310606 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7e0f0f;
  color: #7e0f0f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #310606 !important;
  background-color: transparent!important;
  border-color: #310606 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e0f0f !important;
  border-color: #7e0f0f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7e0f0f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #230404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7e0f0f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7e0f0f;
  border-color: #7e0f0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7e0f0f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e52727;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7e0f0f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #7e0f0f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e0f0f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7e0f0f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7e0f0f;
  border-bottom-color: #7e0f0f;
}
.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: #7e0f0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237e0f0f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tfPRYHMYU6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tfPRYHMYU6 nav.navbar {
  position: fixed;
}
.cid-tfPRYHMYU6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfPRYHMYU6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfPRYHMYU6 .dropdown-item:hover,
.cid-tfPRYHMYU6 .dropdown-item:focus {
  background: #7e0f0f !important;
  color: white !important;
}
.cid-tfPRYHMYU6 .dropdown-item:hover span {
  color: white;
}
.cid-tfPRYHMYU6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfPRYHMYU6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfPRYHMYU6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfPRYHMYU6 .nav-link {
  position: relative;
}
.cid-tfPRYHMYU6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tfPRYHMYU6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown-menu,
.cid-tfPRYHMYU6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tfPRYHMYU6 .nav-item:focus,
.cid-tfPRYHMYU6 .nav-link:focus {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfPRYHMYU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfPRYHMYU6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tfPRYHMYU6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfPRYHMYU6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tfPRYHMYU6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar.collapsed {
  justify-content: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfPRYHMYU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfPRYHMYU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfPRYHMYU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfPRYHMYU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfPRYHMYU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfPRYHMYU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tfPRYHMYU6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfPRYHMYU6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown-item.active,
.cid-tfPRYHMYU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfPRYHMYU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfPRYHMYU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfPRYHMYU6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfPRYHMYU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfPRYHMYU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfPRYHMYU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfPRYHMYU6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfPRYHMYU6 .navbar {
    height: 70px;
  }
  .cid-tfPRYHMYU6 .navbar.opened {
    height: auto;
  }
  .cid-tfPRYHMYU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6Rv6R0z3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1920x1080-foto-sola-1920x1080.jpg");
}
.cid-tgopbxm1a5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tg6PzKzirI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg6PzKzirI .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg6PzKzirI .date {
    padding: 2rem;
  }
}
.cid-tg6PzKzirI .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg6PzKzirI .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg6PzKzirI .card-heading {
  line-height: 1.2;
}
.cid-tg6PzKzirI .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg6PzKzirI .news-item {
  text-decoration: none;
}
.cid-tg6PzKzirI .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg6PzKzirI .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg6PzKzirI .mbr-text {
  line-height: 1.72;
}
.cid-tg6PzKzirI .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg6PzKzirI .news-content {
    padding: 2rem;
  }
}
.cid-tg6U9NbIu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg6U9NbIu2 .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg6U9NbIu2 .date {
    padding: 2rem;
  }
}
.cid-tg6U9NbIu2 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg6U9NbIu2 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg6U9NbIu2 .card-heading {
  line-height: 1.2;
}
.cid-tg6U9NbIu2 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg6U9NbIu2 .news-item {
  text-decoration: none;
}
.cid-tg6U9NbIu2 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg6U9NbIu2 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg6U9NbIu2 .mbr-text {
  line-height: 1.72;
}
.cid-tg6U9NbIu2 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg6U9NbIu2 .news-content {
    padding: 2rem;
  }
}
.cid-tg6X9t63Dd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg6X9t63Dd .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg6X9t63Dd .date {
    padding: 2rem;
  }
}
.cid-tg6X9t63Dd .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg6X9t63Dd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg6X9t63Dd .card-heading {
  line-height: 1.2;
}
.cid-tg6X9t63Dd .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg6X9t63Dd .news-item {
  text-decoration: none;
}
.cid-tg6X9t63Dd .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg6X9t63Dd .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg6X9t63Dd .mbr-text {
  line-height: 1.72;
}
.cid-tg6X9t63Dd .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg6X9t63Dd .news-content {
    padding: 2rem;
  }
}
.cid-tg70qDdacx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg70qDdacx .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg70qDdacx .date {
    padding: 2rem;
  }
}
.cid-tg70qDdacx .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg70qDdacx .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg70qDdacx .card-heading {
  line-height: 1.2;
}
.cid-tg70qDdacx .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg70qDdacx .news-item {
  text-decoration: none;
}
.cid-tg70qDdacx .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg70qDdacx .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg70qDdacx .mbr-text {
  line-height: 1.72;
}
.cid-tg70qDdacx .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg70qDdacx .news-content {
    padding: 2rem;
  }
}
.cid-tg722rLPmh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg722rLPmh .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg722rLPmh .date {
    padding: 2rem;
  }
}
.cid-tg722rLPmh .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg722rLPmh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg722rLPmh .card-heading {
  line-height: 1.2;
}
.cid-tg722rLPmh .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg722rLPmh .news-item {
  text-decoration: none;
}
.cid-tg722rLPmh .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg722rLPmh .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg722rLPmh .mbr-text {
  line-height: 1.72;
}
.cid-tg722rLPmh .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg722rLPmh .news-content {
    padding: 2rem;
  }
}
.cid-tg73Iu9Aai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg73Iu9Aai .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg73Iu9Aai .date {
    padding: 2rem;
  }
}
.cid-tg73Iu9Aai .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg73Iu9Aai .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg73Iu9Aai .card-heading {
  line-height: 1.2;
}
.cid-tg73Iu9Aai .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg73Iu9Aai .news-item {
  text-decoration: none;
}
.cid-tg73Iu9Aai .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg73Iu9Aai .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg73Iu9Aai .mbr-text {
  line-height: 1.72;
}
.cid-tg73Iu9Aai .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg73Iu9Aai .news-content {
    padding: 2rem;
  }
}
.cid-tg7cIRabfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7cIRabfq .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7cIRabfq .date {
    padding: 2rem;
  }
}
.cid-tg7cIRabfq .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7cIRabfq .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7cIRabfq .card-heading {
  line-height: 1.2;
}
.cid-tg7cIRabfq .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7cIRabfq .news-item {
  text-decoration: none;
}
.cid-tg7cIRabfq .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7cIRabfq .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7cIRabfq .mbr-text {
  line-height: 1.72;
}
.cid-tg7cIRabfq .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7cIRabfq .news-content {
    padding: 2rem;
  }
}
.cid-tg7dKJJRp0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7dKJJRp0 .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7dKJJRp0 .date {
    padding: 2rem;
  }
}
.cid-tg7dKJJRp0 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7dKJJRp0 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7dKJJRp0 .card-heading {
  line-height: 1.2;
}
.cid-tg7dKJJRp0 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7dKJJRp0 .news-item {
  text-decoration: none;
}
.cid-tg7dKJJRp0 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7dKJJRp0 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7dKJJRp0 .mbr-text {
  line-height: 1.72;
}
.cid-tg7dKJJRp0 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7dKJJRp0 .news-content {
    padding: 2rem;
  }
}
.cid-tg7dKJJRp0 .mbr-text,
.cid-tg7dKJJRp0 .link {
  color: #000000;
}
.cid-tg7gT3HecN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7gT3HecN .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7gT3HecN .date {
    padding: 2rem;
  }
}
.cid-tg7gT3HecN .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7gT3HecN .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7gT3HecN .card-heading {
  line-height: 1.2;
}
.cid-tg7gT3HecN .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7gT3HecN .news-item {
  text-decoration: none;
}
.cid-tg7gT3HecN .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7gT3HecN .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7gT3HecN .mbr-text {
  line-height: 1.72;
}
.cid-tg7gT3HecN .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7gT3HecN .news-content {
    padding: 2rem;
  }
}
.cid-tg7jgfL1jS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7jgfL1jS .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7jgfL1jS .date {
    padding: 2rem;
  }
}
.cid-tg7jgfL1jS .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7jgfL1jS .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7jgfL1jS .card-heading {
  line-height: 1.2;
}
.cid-tg7jgfL1jS .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7jgfL1jS .news-item {
  text-decoration: none;
}
.cid-tg7jgfL1jS .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7jgfL1jS .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7jgfL1jS .mbr-text {
  line-height: 1.72;
}
.cid-tg7jgfL1jS .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7jgfL1jS .news-content {
    padding: 2rem;
  }
}
.cid-tg7k2ai9d6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7k2ai9d6 .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7k2ai9d6 .date {
    padding: 2rem;
  }
}
.cid-tg7k2ai9d6 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7k2ai9d6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7k2ai9d6 .card-heading {
  line-height: 1.2;
}
.cid-tg7k2ai9d6 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7k2ai9d6 .news-item {
  text-decoration: none;
}
.cid-tg7k2ai9d6 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7k2ai9d6 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7k2ai9d6 .mbr-text {
  line-height: 1.72;
}
.cid-tg7k2ai9d6 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7k2ai9d6 .news-content {
    padding: 2rem;
  }
}
.cid-tg7mGXrLu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7mGXrLu0 .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7mGXrLu0 .date {
    padding: 2rem;
  }
}
.cid-tg7mGXrLu0 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7mGXrLu0 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7mGXrLu0 .card-heading {
  line-height: 1.2;
}
.cid-tg7mGXrLu0 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7mGXrLu0 .news-item {
  text-decoration: none;
}
.cid-tg7mGXrLu0 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7mGXrLu0 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7mGXrLu0 .mbr-text {
  line-height: 1.72;
}
.cid-tg7mGXrLu0 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7mGXrLu0 .news-content {
    padding: 2rem;
  }
}
.cid-tg7nvh5TA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7nvh5TA7 .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7nvh5TA7 .date {
    padding: 2rem;
  }
}
.cid-tg7nvh5TA7 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7nvh5TA7 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7nvh5TA7 .card-heading {
  line-height: 1.2;
}
.cid-tg7nvh5TA7 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7nvh5TA7 .news-item {
  text-decoration: none;
}
.cid-tg7nvh5TA7 .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7nvh5TA7 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7nvh5TA7 .mbr-text {
  line-height: 1.72;
}
.cid-tg7nvh5TA7 .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7nvh5TA7 .news-content {
    padding: 2rem;
  }
}
.cid-tg7oGNhPBL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7oGNhPBL .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7oGNhPBL .date {
    padding: 2rem;
  }
}
.cid-tg7oGNhPBL .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7oGNhPBL .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7oGNhPBL .card-heading {
  line-height: 1.2;
}
.cid-tg7oGNhPBL .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7oGNhPBL .news-item {
  text-decoration: none;
}
.cid-tg7oGNhPBL .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7oGNhPBL .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7oGNhPBL .mbr-text {
  line-height: 1.72;
}
.cid-tg7oGNhPBL .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7oGNhPBL .news-content {
    padding: 2rem;
  }
}
.cid-tg7pHhmmEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7pHhmmEY .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7pHhmmEY .date {
    padding: 2rem;
  }
}
.cid-tg7pHhmmEY .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7pHhmmEY .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7pHhmmEY .card-heading {
  line-height: 1.2;
}
.cid-tg7pHhmmEY .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7pHhmmEY .news-item {
  text-decoration: none;
}
.cid-tg7pHhmmEY .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7pHhmmEY .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7pHhmmEY .mbr-text {
  line-height: 1.72;
}
.cid-tg7pHhmmEY .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7pHhmmEY .news-content {
    padding: 2rem;
  }
}
.cid-tg7rM8JuAK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7rM8JuAK .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7rM8JuAK .date {
    padding: 2rem;
  }
}
.cid-tg7rM8JuAK .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7rM8JuAK .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7rM8JuAK .card-heading {
  line-height: 1.2;
}
.cid-tg7rM8JuAK .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7rM8JuAK .news-item {
  text-decoration: none;
}
.cid-tg7rM8JuAK .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7rM8JuAK .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7rM8JuAK .mbr-text {
  line-height: 1.72;
}
.cid-tg7rM8JuAK .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7rM8JuAK .news-content {
    padding: 2rem;
  }
}
.cid-tigpBOmT7O {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tigpBOmT7O .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tigpBOmT7O .date {
    padding: 2rem;
  }
}
.cid-tigpBOmT7O .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tigpBOmT7O .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tigpBOmT7O .card-heading {
  line-height: 1.2;
}
.cid-tigpBOmT7O .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tigpBOmT7O .news-item {
  text-decoration: none;
}
.cid-tigpBOmT7O .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tigpBOmT7O .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tigpBOmT7O .mbr-text {
  line-height: 1.72;
}
.cid-tigpBOmT7O .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tigpBOmT7O .news-content {
    padding: 2rem;
  }
}
.cid-tg7tFmli1T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7tFmli1T .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7tFmli1T .date {
    padding: 2rem;
  }
}
.cid-tg7tFmli1T .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7tFmli1T .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7tFmli1T .card-heading {
  line-height: 1.2;
}
.cid-tg7tFmli1T .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7tFmli1T .news-item {
  text-decoration: none;
}
.cid-tg7tFmli1T .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7tFmli1T .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7tFmli1T .mbr-text {
  line-height: 1.72;
}
.cid-tg7tFmli1T .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7tFmli1T .news-content {
    padding: 2rem;
  }
}
.cid-tg7uyzk8jO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7uyzk8jO .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7uyzk8jO .date {
    padding: 2rem;
  }
}
.cid-tg7uyzk8jO .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7uyzk8jO .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7uyzk8jO .card-heading {
  line-height: 1.2;
}
.cid-tg7uyzk8jO .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7uyzk8jO .news-item {
  text-decoration: none;
}
.cid-tg7uyzk8jO .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7uyzk8jO .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7uyzk8jO .mbr-text {
  line-height: 1.72;
}
.cid-tg7uyzk8jO .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7uyzk8jO .news-content {
    padding: 2rem;
  }
}
.cid-tg7vNuY8tO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7vNuY8tO .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7vNuY8tO .date {
    padding: 2rem;
  }
}
.cid-tg7vNuY8tO .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7vNuY8tO .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7vNuY8tO .card-heading {
  line-height: 1.2;
}
.cid-tg7vNuY8tO .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7vNuY8tO .news-item {
  text-decoration: none;
}
.cid-tg7vNuY8tO .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7vNuY8tO .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7vNuY8tO .mbr-text {
  line-height: 1.72;
}
.cid-tg7vNuY8tO .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7vNuY8tO .news-content {
    padding: 2rem;
  }
}
.cid-tg7x8ujHwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7x8ujHwD .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7x8ujHwD .date {
    padding: 2rem;
  }
}
.cid-tg7x8ujHwD .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7x8ujHwD .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7x8ujHwD .card-heading {
  line-height: 1.2;
}
.cid-tg7x8ujHwD .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7x8ujHwD .news-item {
  text-decoration: none;
}
.cid-tg7x8ujHwD .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7x8ujHwD .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7x8ujHwD .mbr-text {
  line-height: 1.72;
}
.cid-tg7x8ujHwD .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7x8ujHwD .news-content {
    padding: 2rem;
  }
}
.cid-tg7xrVw27y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7xrVw27y .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7xrVw27y .date {
    padding: 2rem;
  }
}
.cid-tg7xrVw27y .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7xrVw27y .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7xrVw27y .card-heading {
  line-height: 1.2;
}
.cid-tg7xrVw27y .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7xrVw27y .news-item {
  text-decoration: none;
}
.cid-tg7xrVw27y .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7xrVw27y .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7xrVw27y .mbr-text {
  line-height: 1.72;
}
.cid-tg7xrVw27y .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7xrVw27y .news-content {
    padding: 2rem;
  }
}
.cid-tg7yROA4Bw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tg7yROA4Bw .date {
  padding: 1rem;
  color: #fff;
  background-color: #7e0f0f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tg7yROA4Bw .date {
    padding: 2rem;
  }
}
.cid-tg7yROA4Bw .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tg7yROA4Bw .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tg7yROA4Bw .card-heading {
  line-height: 1.2;
}
.cid-tg7yROA4Bw .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tg7yROA4Bw .news-item {
  text-decoration: none;
}
.cid-tg7yROA4Bw .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tg7yROA4Bw .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tg7yROA4Bw .mbr-text {
  line-height: 1.72;
}
.cid-tg7yROA4Bw .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tg7yROA4Bw .news-content {
    padding: 2rem;
  }
}
.cid-thpRcifSlJ {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thpRcifSlJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thpRcifSlJ .row {
  flex-direction: row-reverse;
}
.cid-thpRcifSlJ img {
  width: 100%;
}
.cid-tfPQVoXBjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tfPQVoXBjc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfPQVoXBjc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfPQVoXBjc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfPQVoXBjc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfPQVoXBjc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfPQVoXBjc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfPQVoXBjc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfPQVoXBjc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfPQVoXBjc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfPQVoXBjc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfPQVoXBjc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfPRYHMYU6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tfPRYHMYU6 nav.navbar {
  position: fixed;
}
.cid-tfPRYHMYU6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfPRYHMYU6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfPRYHMYU6 .dropdown-item:hover,
.cid-tfPRYHMYU6 .dropdown-item:focus {
  background: #7e0f0f !important;
  color: white !important;
}
.cid-tfPRYHMYU6 .dropdown-item:hover span {
  color: white;
}
.cid-tfPRYHMYU6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfPRYHMYU6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfPRYHMYU6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfPRYHMYU6 .nav-link {
  position: relative;
}
.cid-tfPRYHMYU6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tfPRYHMYU6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown-menu,
.cid-tfPRYHMYU6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tfPRYHMYU6 .nav-item:focus,
.cid-tfPRYHMYU6 .nav-link:focus {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfPRYHMYU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfPRYHMYU6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tfPRYHMYU6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfPRYHMYU6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tfPRYHMYU6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar.collapsed {
  justify-content: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfPRYHMYU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfPRYHMYU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfPRYHMYU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfPRYHMYU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfPRYHMYU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfPRYHMYU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tfPRYHMYU6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfPRYHMYU6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown-item.active,
.cid-tfPRYHMYU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfPRYHMYU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfPRYHMYU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfPRYHMYU6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfPRYHMYU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfPRYHMYU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfPRYHMYU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfPRYHMYU6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfPRYHMYU6 .navbar {
    height: 70px;
  }
  .cid-tfPRYHMYU6 .navbar.opened {
    height: auto;
  }
  .cid-tfPRYHMYU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfPS7zNz3E {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/1920x1080-foto-sola-1920x1080.jpg");
}
.cid-tfPS7zNz3E .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tfPS7zNz3E .row {
    text-align: center!important;
  }
}
.cid-tfPS7zNz3E .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tfPS7zNz3E .mbr-section-title {
    text-align: center;
  }
}
.cid-tfPS7zNz3E .mbr-section-subtitle {
  color: #000000;
}
.cid-tfPS7zNz3E .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tfPS7zNz3E .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tfPS7zNz3E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tfPS7zNz3E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tfPS7zNz3E .btn-primary-outline,
.cid-tfPS7zNz3E .btn-secondary-outline,
.cid-tfPS7zNz3E .btn-success-outline,
.cid-tfPS7zNz3E .btn-info-outline,
.cid-tfPS7zNz3E .btn-warning-outline,
.cid-tfPS7zNz3E .btn-danger-outline,
.cid-tfPS7zNz3E .btn-white-outline,
.cid-tfPS7zNz3E .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tfPS7zNz3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfPS7zNz3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfPS7zNz3E .mbr-section-title,
.cid-tfPS7zNz3E .mbr-section-btn {
  color: #22a5e5;
}
.cid-tgawZkpfBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tgawZkpfBf .date {
  padding: 1rem;
  color: #fff;
  background-color: #47b5ed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tgawZkpfBf .date {
    padding: 2rem;
  }
}
.cid-tgawZkpfBf .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tgawZkpfBf .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tgawZkpfBf .card-heading {
  line-height: 1.2;
}
.cid-tgawZkpfBf .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tgawZkpfBf .news-item {
  text-decoration: none;
}
.cid-tgawZkpfBf .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tgawZkpfBf .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tgawZkpfBf .mbr-text {
  line-height: 1.72;
}
.cid-tgawZkpfBf .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tgawZkpfBf .news-content {
    padding: 2rem;
  }
}
.cid-tgawZkpfBf .mbr-text,
.cid-tgawZkpfBf .link {
  color: #000000;
}
.cid-tgazKLVnuJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tgazKLVnuJ .date {
  padding: 1rem;
  color: #fff;
  background-color: #47b5ed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tgazKLVnuJ .date {
    padding: 2rem;
  }
}
.cid-tgazKLVnuJ .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tgazKLVnuJ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tgazKLVnuJ .card-heading {
  line-height: 1.2;
}
.cid-tgazKLVnuJ .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tgazKLVnuJ .news-item {
  text-decoration: none;
}
.cid-tgazKLVnuJ .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tgazKLVnuJ .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tgazKLVnuJ .mbr-text {
  line-height: 1.72;
}
.cid-tgazKLVnuJ .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tgazKLVnuJ .news-content {
    padding: 2rem;
  }
}
.cid-tgcdX0c7Qi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-tgcdX0c7Qi .date {
  padding: 1rem;
  color: #fff;
  background-color: #47b5ed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tgcdX0c7Qi .date {
    padding: 2rem;
  }
}
.cid-tgcdX0c7Qi .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tgcdX0c7Qi .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tgcdX0c7Qi .card-heading {
  line-height: 1.2;
}
.cid-tgcdX0c7Qi .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tgcdX0c7Qi .news-item {
  text-decoration: none;
}
.cid-tgcdX0c7Qi .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tgcdX0c7Qi .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tgcdX0c7Qi .mbr-text {
  line-height: 1.72;
}
.cid-tgcdX0c7Qi .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tgcdX0c7Qi .news-content {
    padding: 2rem;
  }
}
.cid-thpTJYpQma {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thpTJYpQma .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thpTJYpQma .row {
  flex-direction: row-reverse;
}
.cid-thpTJYpQma img {
  width: 100%;
}
.cid-tfPSuCcBHm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tfPSuCcBHm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfPSuCcBHm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfPSuCcBHm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfPSuCcBHm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfPSuCcBHm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfPSuCcBHm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfPSuCcBHm .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfPSuCcBHm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfPSuCcBHm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfPSuCcBHm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfPSuCcBHm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfPSuCcBHm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfPSuCcBHm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfPSuCcBHm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfrMvEQ9Jw {
  background-image: url("../../../assets/images/1920x1080-fondo2-1920x1080.jpg");
}
.cid-tfrMvEQ9Jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfrMvEQ9Jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfrMvEQ9Jw .mbr-text,
.cid-tfrMvEQ9Jw .mbr-section-btn {
  color: #000000;
}
.cid-tfsk6Jg5XD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfsk6Jg5XD .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tfsk6Jg5XD .row {
    text-align: center!important;
  }
}
.cid-tfsk6Jg5XD .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tfsk6Jg5XD .mbr-section-title {
    text-align: center;
  }
}
.cid-tfsk6Jg5XD .mbr-section-subtitle {
  color: #000000;
}
.cid-tfsk6Jg5XD .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tfsk6Jg5XD .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tfsk6Jg5XD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tfsk6Jg5XD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tfsk6Jg5XD .btn-primary-outline,
.cid-tfsk6Jg5XD .btn-secondary-outline,
.cid-tfsk6Jg5XD .btn-success-outline,
.cid-tfsk6Jg5XD .btn-info-outline,
.cid-tfsk6Jg5XD .btn-warning-outline,
.cid-tfsk6Jg5XD .btn-danger-outline,
.cid-tfsk6Jg5XD .btn-white-outline,
.cid-tfsk6Jg5XD .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tfsk6Jg5XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfsk6Jg5XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6juHjfZ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6juHjfZ1 .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6juHjfZ1 .row {
    padding-right: 2rem;
  }
}
.cid-tg6juHjfZ1 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6juHjfZ1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6juHjfZ1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6juHjfZ1 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6juHjfZ1 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6juHjfZ1 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6juHjfZ1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6juHjfZ1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6juHjfZ1 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6juHjfZ1 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6juHjfZ1 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6juHjfZ1 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6juHjfZ1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6juHjfZ1 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6juHjfZ1 .social-row {
    text-align: center;
  }
}
.cid-tg6juHjfZ1 .mbr-role,
.cid-tg6juHjfZ1 .social-row {
  color: #818181;
}
.cid-tfsGhp7bPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tfsGhp7bPn .container-fluid {
    max-width: 1200px;
  }
  .cid-tfsGhp7bPn .row {
    padding-right: 2rem;
  }
}
.cid-tfsGhp7bPn .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tfsGhp7bPn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tfsGhp7bPn .team-card:hover {
  transform: translateY(-10px);
}
.cid-tfsGhp7bPn .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tfsGhp7bPn .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfsGhp7bPn .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tfsGhp7bPn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tfsGhp7bPn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tfsGhp7bPn .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tfsGhp7bPn .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tfsGhp7bPn .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tfsGhp7bPn .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tfsGhp7bPn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tfsGhp7bPn .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tfsGhp7bPn .social-row {
    text-align: center;
  }
}
.cid-tfsGhp7bPn .mbr-role,
.cid-tfsGhp7bPn .social-row {
  color: #818181;
}
.cid-tg6lJjVm8f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6lJjVm8f .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6lJjVm8f .row {
    padding-right: 2rem;
  }
}
.cid-tg6lJjVm8f .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6lJjVm8f .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6lJjVm8f .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6lJjVm8f .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6lJjVm8f .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6lJjVm8f .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6lJjVm8f .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6lJjVm8f .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6lJjVm8f .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6lJjVm8f .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6lJjVm8f .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6lJjVm8f .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6lJjVm8f .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6lJjVm8f .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6lJjVm8f .social-row {
    text-align: center;
  }
}
.cid-tg6lJjVm8f .mbr-role,
.cid-tg6lJjVm8f .social-row {
  color: #818181;
}
.cid-tihF67UizE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tihF67UizE .container-fluid {
    max-width: 1200px;
  }
  .cid-tihF67UizE .row {
    padding-right: 2rem;
  }
}
.cid-tihF67UizE .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tihF67UizE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tihF67UizE .team-card:hover {
  transform: translateY(-10px);
}
.cid-tihF67UizE .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tihF67UizE .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tihF67UizE .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tihF67UizE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tihF67UizE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tihF67UizE .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tihF67UizE .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tihF67UizE .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tihF67UizE .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tihF67UizE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tihF67UizE .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tihF67UizE .social-row {
    text-align: center;
  }
}
.cid-tihF67UizE .mbr-role,
.cid-tihF67UizE .social-row {
  color: #818181;
}
.cid-tg6oCV8AkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6oCV8AkF .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6oCV8AkF .row {
    padding-right: 2rem;
  }
}
.cid-tg6oCV8AkF .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6oCV8AkF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6oCV8AkF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6oCV8AkF .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6oCV8AkF .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6oCV8AkF .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6oCV8AkF .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6oCV8AkF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6oCV8AkF .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6oCV8AkF .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6oCV8AkF .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6oCV8AkF .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6oCV8AkF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6oCV8AkF .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6oCV8AkF .social-row {
    text-align: center;
  }
}
.cid-tg6oCV8AkF .mbr-role,
.cid-tg6oCV8AkF .social-row {
  color: #818181;
}
.cid-tg6pFfc5X0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6pFfc5X0 .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6pFfc5X0 .row {
    padding-right: 2rem;
  }
}
.cid-tg6pFfc5X0 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6pFfc5X0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6pFfc5X0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6pFfc5X0 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6pFfc5X0 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6pFfc5X0 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6pFfc5X0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6pFfc5X0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6pFfc5X0 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6pFfc5X0 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6pFfc5X0 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6pFfc5X0 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6pFfc5X0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6pFfc5X0 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6pFfc5X0 .social-row {
    text-align: center;
  }
}
.cid-tg6pFfc5X0 .mbr-role,
.cid-tg6pFfc5X0 .social-row {
  color: #818181;
}
.cid-tg6qApT0AT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6qApT0AT .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6qApT0AT .row {
    padding-right: 2rem;
  }
}
.cid-tg6qApT0AT .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6qApT0AT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6qApT0AT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6qApT0AT .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6qApT0AT .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6qApT0AT .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6qApT0AT .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6qApT0AT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6qApT0AT .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6qApT0AT .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6qApT0AT .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6qApT0AT .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6qApT0AT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6qApT0AT .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6qApT0AT .social-row {
    text-align: center;
  }
}
.cid-tg6qApT0AT .mbr-role,
.cid-tg6qApT0AT .social-row {
  color: #818181;
}
.cid-tg6rsnHNcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6rsnHNcJ .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6rsnHNcJ .row {
    padding-right: 2rem;
  }
}
.cid-tg6rsnHNcJ .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6rsnHNcJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6rsnHNcJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6rsnHNcJ .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6rsnHNcJ .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6rsnHNcJ .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6rsnHNcJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6rsnHNcJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6rsnHNcJ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6rsnHNcJ .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6rsnHNcJ .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6rsnHNcJ .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6rsnHNcJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6rsnHNcJ .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6rsnHNcJ .social-row {
    text-align: center;
  }
}
.cid-tg6rsnHNcJ .mbr-role,
.cid-tg6rsnHNcJ .social-row {
  color: #818181;
}
.cid-tg6smqiXEp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6smqiXEp .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6smqiXEp .row {
    padding-right: 2rem;
  }
}
.cid-tg6smqiXEp .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6smqiXEp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6smqiXEp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6smqiXEp .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6smqiXEp .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6smqiXEp .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6smqiXEp .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6smqiXEp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6smqiXEp .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6smqiXEp .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6smqiXEp .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6smqiXEp .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6smqiXEp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6smqiXEp .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6smqiXEp .social-row {
    text-align: center;
  }
}
.cid-tg6smqiXEp .mbr-role,
.cid-tg6smqiXEp .social-row {
  color: #818181;
}
.cid-tg6tsNNuIH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6tsNNuIH .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6tsNNuIH .row {
    padding-right: 2rem;
  }
}
.cid-tg6tsNNuIH .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6tsNNuIH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6tsNNuIH .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6tsNNuIH .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6tsNNuIH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6tsNNuIH .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6tsNNuIH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6tsNNuIH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6tsNNuIH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6tsNNuIH .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6tsNNuIH .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6tsNNuIH .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6tsNNuIH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6tsNNuIH .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6tsNNuIH .social-row {
    text-align: center;
  }
}
.cid-tg6tsNNuIH .mbr-role,
.cid-tg6tsNNuIH .social-row {
  color: #818181;
}
.cid-tg6uOaKls0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6uOaKls0 .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6uOaKls0 .row {
    padding-right: 2rem;
  }
}
.cid-tg6uOaKls0 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6uOaKls0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6uOaKls0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6uOaKls0 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6uOaKls0 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6uOaKls0 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6uOaKls0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6uOaKls0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6uOaKls0 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6uOaKls0 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6uOaKls0 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6uOaKls0 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6uOaKls0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6uOaKls0 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6uOaKls0 .social-row {
    text-align: center;
  }
}
.cid-tg6uOaKls0 .mbr-role,
.cid-tg6uOaKls0 .social-row {
  color: #818181;
}
.cid-tg6wRtonHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6wRtonHt .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6wRtonHt .row {
    padding-right: 2rem;
  }
}
.cid-tg6wRtonHt .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6wRtonHt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6wRtonHt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6wRtonHt .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6wRtonHt .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6wRtonHt .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6wRtonHt .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6wRtonHt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6wRtonHt .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6wRtonHt .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6wRtonHt .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6wRtonHt .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6wRtonHt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6wRtonHt .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6wRtonHt .social-row {
    text-align: center;
  }
}
.cid-tg6wRtonHt .mbr-role,
.cid-tg6wRtonHt .social-row {
  color: #818181;
}
.cid-tg6xL7wJqJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6xL7wJqJ .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6xL7wJqJ .row {
    padding-right: 2rem;
  }
}
.cid-tg6xL7wJqJ .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6xL7wJqJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6xL7wJqJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6xL7wJqJ .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6xL7wJqJ .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6xL7wJqJ .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6xL7wJqJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6xL7wJqJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6xL7wJqJ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6xL7wJqJ .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6xL7wJqJ .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6xL7wJqJ .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6xL7wJqJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6xL7wJqJ .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6xL7wJqJ .social-row {
    text-align: center;
  }
}
.cid-tg6xL7wJqJ .mbr-role,
.cid-tg6xL7wJqJ .social-row {
  color: #818181;
}
.cid-tg6yXq3YNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6yXq3YNG .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6yXq3YNG .row {
    padding-right: 2rem;
  }
}
.cid-tg6yXq3YNG .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6yXq3YNG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6yXq3YNG .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6yXq3YNG .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6yXq3YNG .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6yXq3YNG .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6yXq3YNG .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6yXq3YNG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6yXq3YNG .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6yXq3YNG .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6yXq3YNG .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6yXq3YNG .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6yXq3YNG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6yXq3YNG .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6yXq3YNG .social-row {
    text-align: center;
  }
}
.cid-tg6yXq3YNG .mbr-role,
.cid-tg6yXq3YNG .social-row {
  color: #818181;
}
.cid-tg6A4ViFtf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6A4ViFtf .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6A4ViFtf .row {
    padding-right: 2rem;
  }
}
.cid-tg6A4ViFtf .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6A4ViFtf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6A4ViFtf .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6A4ViFtf .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6A4ViFtf .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6A4ViFtf .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6A4ViFtf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6A4ViFtf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6A4ViFtf .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6A4ViFtf .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6A4ViFtf .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6A4ViFtf .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6A4ViFtf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6A4ViFtf .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6A4ViFtf .social-row {
    text-align: center;
  }
}
.cid-tg6A4ViFtf .mbr-role,
.cid-tg6A4ViFtf .social-row {
  color: #818181;
}
.cid-tg6B69SO3O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6B69SO3O .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6B69SO3O .row {
    padding-right: 2rem;
  }
}
.cid-tg6B69SO3O .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6B69SO3O .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6B69SO3O .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6B69SO3O .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6B69SO3O .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6B69SO3O .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6B69SO3O .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6B69SO3O .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6B69SO3O .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6B69SO3O .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6B69SO3O .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6B69SO3O .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6B69SO3O .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6B69SO3O .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6B69SO3O .social-row {
    text-align: center;
  }
}
.cid-tg6B69SO3O .mbr-role,
.cid-tg6B69SO3O .social-row {
  color: #818181;
}
.cid-tg6CbdPHrw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6CbdPHrw .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6CbdPHrw .row {
    padding-right: 2rem;
  }
}
.cid-tg6CbdPHrw .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6CbdPHrw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6CbdPHrw .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6CbdPHrw .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6CbdPHrw .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6CbdPHrw .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6CbdPHrw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6CbdPHrw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6CbdPHrw .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6CbdPHrw .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6CbdPHrw .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6CbdPHrw .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6CbdPHrw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6CbdPHrw .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6CbdPHrw .social-row {
    text-align: center;
  }
}
.cid-tg6CbdPHrw .mbr-role,
.cid-tg6CbdPHrw .social-row {
  color: #818181;
}
.cid-tgEX7F9psC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgEX7F9psC .container-fluid {
    max-width: 1200px;
  }
  .cid-tgEX7F9psC .row {
    padding-right: 2rem;
  }
}
.cid-tgEX7F9psC .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgEX7F9psC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgEX7F9psC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgEX7F9psC .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgEX7F9psC .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgEX7F9psC .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgEX7F9psC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgEX7F9psC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgEX7F9psC .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgEX7F9psC .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgEX7F9psC .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgEX7F9psC .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgEX7F9psC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgEX7F9psC .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgEX7F9psC .social-row {
    text-align: center;
  }
}
.cid-tgEX7F9psC .mbr-role,
.cid-tgEX7F9psC .social-row {
  color: #818181;
}
.cid-tg6D2gnIeh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6D2gnIeh .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6D2gnIeh .row {
    padding-right: 2rem;
  }
}
.cid-tg6D2gnIeh .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6D2gnIeh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6D2gnIeh .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6D2gnIeh .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6D2gnIeh .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6D2gnIeh .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6D2gnIeh .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6D2gnIeh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6D2gnIeh .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6D2gnIeh .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6D2gnIeh .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6D2gnIeh .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6D2gnIeh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6D2gnIeh .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6D2gnIeh .social-row {
    text-align: center;
  }
}
.cid-tg6D2gnIeh .mbr-role,
.cid-tg6D2gnIeh .social-row {
  color: #818181;
}
.cid-tg6E15Yz7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6E15Yz7p .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6E15Yz7p .row {
    padding-right: 2rem;
  }
}
.cid-tg6E15Yz7p .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6E15Yz7p .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6E15Yz7p .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6E15Yz7p .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6E15Yz7p .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6E15Yz7p .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6E15Yz7p .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6E15Yz7p .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6E15Yz7p .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6E15Yz7p .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6E15Yz7p .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6E15Yz7p .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6E15Yz7p .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6E15Yz7p .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6E15Yz7p .social-row {
    text-align: center;
  }
}
.cid-tg6E15Yz7p .mbr-role,
.cid-tg6E15Yz7p .social-row {
  color: #818181;
}
.cid-tg6FaF6rjJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6FaF6rjJ .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6FaF6rjJ .row {
    padding-right: 2rem;
  }
}
.cid-tg6FaF6rjJ .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6FaF6rjJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6FaF6rjJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6FaF6rjJ .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6FaF6rjJ .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6FaF6rjJ .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6FaF6rjJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6FaF6rjJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6FaF6rjJ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6FaF6rjJ .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6FaF6rjJ .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6FaF6rjJ .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6FaF6rjJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6FaF6rjJ .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6FaF6rjJ .social-row {
    text-align: center;
  }
}
.cid-tg6FaF6rjJ .mbr-role,
.cid-tg6FaF6rjJ .social-row {
  color: #818181;
}
.cid-tg6GpalkuO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6GpalkuO .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6GpalkuO .row {
    padding-right: 2rem;
  }
}
.cid-tg6GpalkuO .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6GpalkuO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6GpalkuO .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6GpalkuO .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6GpalkuO .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6GpalkuO .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6GpalkuO .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6GpalkuO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6GpalkuO .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6GpalkuO .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6GpalkuO .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6GpalkuO .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6GpalkuO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6GpalkuO .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6GpalkuO .social-row {
    text-align: center;
  }
}
.cid-tg6GpalkuO .mbr-role,
.cid-tg6GpalkuO .social-row {
  color: #818181;
}
.cid-tg6HbqW6UU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6HbqW6UU .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6HbqW6UU .row {
    padding-right: 2rem;
  }
}
.cid-tg6HbqW6UU .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6HbqW6UU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6HbqW6UU .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6HbqW6UU .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6HbqW6UU .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6HbqW6UU .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6HbqW6UU .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6HbqW6UU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6HbqW6UU .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6HbqW6UU .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6HbqW6UU .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6HbqW6UU .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6HbqW6UU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6HbqW6UU .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6HbqW6UU .social-row {
    text-align: center;
  }
}
.cid-tg6HbqW6UU .mbr-role,
.cid-tg6HbqW6UU .social-row {
  color: #818181;
}
.cid-tgcgpsEFWH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgcgpsEFWH .container-fluid {
    max-width: 1200px;
  }
  .cid-tgcgpsEFWH .row {
    padding-right: 2rem;
  }
}
.cid-tgcgpsEFWH .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgcgpsEFWH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgcgpsEFWH .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgcgpsEFWH .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgcgpsEFWH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgcgpsEFWH .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgcgpsEFWH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgcgpsEFWH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgcgpsEFWH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgcgpsEFWH .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgcgpsEFWH .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgcgpsEFWH .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgcgpsEFWH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgcgpsEFWH .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgcgpsEFWH .social-row {
    text-align: center;
  }
}
.cid-tgcgpsEFWH .mbr-role,
.cid-tgcgpsEFWH .social-row {
  color: #818181;
}
.cid-tg6I4bOKFH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6I4bOKFH .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6I4bOKFH .row {
    padding-right: 2rem;
  }
}
.cid-tg6I4bOKFH .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6I4bOKFH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6I4bOKFH .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6I4bOKFH .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6I4bOKFH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6I4bOKFH .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6I4bOKFH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6I4bOKFH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6I4bOKFH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6I4bOKFH .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6I4bOKFH .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6I4bOKFH .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6I4bOKFH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6I4bOKFH .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6I4bOKFH .social-row {
    text-align: center;
  }
}
.cid-tg6I4bOKFH .mbr-role,
.cid-tg6I4bOKFH .social-row {
  color: #818181;
}
.cid-tg6JC7dWM5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tg6JC7dWM5 .container-fluid {
    max-width: 1200px;
  }
  .cid-tg6JC7dWM5 .row {
    padding-right: 2rem;
  }
}
.cid-tg6JC7dWM5 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tg6JC7dWM5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tg6JC7dWM5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tg6JC7dWM5 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tg6JC7dWM5 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg6JC7dWM5 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tg6JC7dWM5 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tg6JC7dWM5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tg6JC7dWM5 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tg6JC7dWM5 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tg6JC7dWM5 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tg6JC7dWM5 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tg6JC7dWM5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tg6JC7dWM5 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tg6JC7dWM5 .social-row {
    text-align: center;
  }
}
.cid-tg6JC7dWM5 .mbr-role,
.cid-tg6JC7dWM5 .social-row {
  color: #818181;
}
.cid-tgb0UZWQQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb0UZWQQS .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb0UZWQQS .row {
    padding-right: 2rem;
  }
}
.cid-tgb0UZWQQS .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb0UZWQQS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb0UZWQQS .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb0UZWQQS .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb0UZWQQS .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb0UZWQQS .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb0UZWQQS .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb0UZWQQS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb0UZWQQS .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb0UZWQQS .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb0UZWQQS .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb0UZWQQS .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb0UZWQQS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb0UZWQQS .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb0UZWQQS .social-row {
    text-align: center;
  }
}
.cid-tgb0UZWQQS .mbr-role,
.cid-tgb0UZWQQS .social-row {
  color: #818181;
}
.cid-tgb1OoDLPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb1OoDLPM .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb1OoDLPM .row {
    padding-right: 2rem;
  }
}
.cid-tgb1OoDLPM .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb1OoDLPM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb1OoDLPM .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb1OoDLPM .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb1OoDLPM .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb1OoDLPM .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb1OoDLPM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb1OoDLPM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb1OoDLPM .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb1OoDLPM .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb1OoDLPM .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb1OoDLPM .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb1OoDLPM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb1OoDLPM .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb1OoDLPM .social-row {
    text-align: center;
  }
}
.cid-tgb1OoDLPM .mbr-role,
.cid-tgb1OoDLPM .social-row {
  color: #818181;
}
.cid-tgb2NbYtU3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb2NbYtU3 .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb2NbYtU3 .row {
    padding-right: 2rem;
  }
}
.cid-tgb2NbYtU3 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb2NbYtU3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb2NbYtU3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb2NbYtU3 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb2NbYtU3 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb2NbYtU3 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb2NbYtU3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb2NbYtU3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb2NbYtU3 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb2NbYtU3 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb2NbYtU3 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb2NbYtU3 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb2NbYtU3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb2NbYtU3 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb2NbYtU3 .social-row {
    text-align: center;
  }
}
.cid-tgb2NbYtU3 .mbr-role,
.cid-tgb2NbYtU3 .social-row {
  color: #818181;
}
.cid-tgb3BcHjJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb3BcHjJc .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb3BcHjJc .row {
    padding-right: 2rem;
  }
}
.cid-tgb3BcHjJc .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb3BcHjJc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb3BcHjJc .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb3BcHjJc .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb3BcHjJc .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb3BcHjJc .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb3BcHjJc .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb3BcHjJc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb3BcHjJc .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb3BcHjJc .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb3BcHjJc .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb3BcHjJc .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb3BcHjJc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb3BcHjJc .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb3BcHjJc .social-row {
    text-align: center;
  }
}
.cid-tgb3BcHjJc .mbr-role,
.cid-tgb3BcHjJc .social-row {
  color: #818181;
}
.cid-tgb4iVgNR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb4iVgNR2 .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb4iVgNR2 .row {
    padding-right: 2rem;
  }
}
.cid-tgb4iVgNR2 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb4iVgNR2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb4iVgNR2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb4iVgNR2 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb4iVgNR2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb4iVgNR2 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb4iVgNR2 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb4iVgNR2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb4iVgNR2 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb4iVgNR2 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb4iVgNR2 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb4iVgNR2 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb4iVgNR2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb4iVgNR2 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb4iVgNR2 .social-row {
    text-align: center;
  }
}
.cid-tgb4iVgNR2 .mbr-role,
.cid-tgb4iVgNR2 .social-row {
  color: #818181;
}
.cid-tgb56aaFjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb56aaFjN .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb56aaFjN .row {
    padding-right: 2rem;
  }
}
.cid-tgb56aaFjN .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb56aaFjN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb56aaFjN .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb56aaFjN .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb56aaFjN .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb56aaFjN .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb56aaFjN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb56aaFjN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb56aaFjN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb56aaFjN .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb56aaFjN .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb56aaFjN .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb56aaFjN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb56aaFjN .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb56aaFjN .social-row {
    text-align: center;
  }
}
.cid-tgb56aaFjN .mbr-role,
.cid-tgb56aaFjN .social-row {
  color: #818181;
}
.cid-tgb64Iz2Ul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgb64Iz2Ul .container-fluid {
    max-width: 1200px;
  }
  .cid-tgb64Iz2Ul .row {
    padding-right: 2rem;
  }
}
.cid-tgb64Iz2Ul .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgb64Iz2Ul .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgb64Iz2Ul .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgb64Iz2Ul .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgb64Iz2Ul .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgb64Iz2Ul .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgb64Iz2Ul .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgb64Iz2Ul .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgb64Iz2Ul .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgb64Iz2Ul .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgb64Iz2Ul .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgb64Iz2Ul .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgb64Iz2Ul .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgb64Iz2Ul .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgb64Iz2Ul .social-row {
    text-align: center;
  }
}
.cid-tgb64Iz2Ul .mbr-role,
.cid-tgb64Iz2Ul .social-row {
  color: #818181;
}
.cid-tgGWd563l1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgGWd563l1 .container-fluid {
    max-width: 1200px;
  }
  .cid-tgGWd563l1 .row {
    padding-right: 2rem;
  }
}
.cid-tgGWd563l1 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgGWd563l1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgGWd563l1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgGWd563l1 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgGWd563l1 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgGWd563l1 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgGWd563l1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgGWd563l1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgGWd563l1 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgGWd563l1 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgGWd563l1 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgGWd563l1 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgGWd563l1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgGWd563l1 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgGWd563l1 .social-row {
    text-align: center;
  }
}
.cid-tgGWd563l1 .mbr-role,
.cid-tgGWd563l1 .social-row {
  color: #818181;
}
.cid-tgGXbfqu71 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgGXbfqu71 .container-fluid {
    max-width: 1200px;
  }
  .cid-tgGXbfqu71 .row {
    padding-right: 2rem;
  }
}
.cid-tgGXbfqu71 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgGXbfqu71 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgGXbfqu71 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgGXbfqu71 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgGXbfqu71 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgGXbfqu71 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgGXbfqu71 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgGXbfqu71 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgGXbfqu71 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgGXbfqu71 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgGXbfqu71 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgGXbfqu71 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgGXbfqu71 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgGXbfqu71 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgGXbfqu71 .social-row {
    text-align: center;
  }
}
.cid-tgGXbfqu71 .mbr-role,
.cid-tgGXbfqu71 .social-row {
  color: #818181;
}
.cid-tgMP5vvaF6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tgMP5vvaF6 .container-fluid {
    max-width: 1200px;
  }
  .cid-tgMP5vvaF6 .row {
    padding-right: 2rem;
  }
}
.cid-tgMP5vvaF6 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-tgMP5vvaF6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgMP5vvaF6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgMP5vvaF6 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-tgMP5vvaF6 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgMP5vvaF6 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-tgMP5vvaF6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgMP5vvaF6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgMP5vvaF6 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tgMP5vvaF6 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-tgMP5vvaF6 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-tgMP5vvaF6 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tgMP5vvaF6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tgMP5vvaF6 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-tgMP5vvaF6 .social-row {
    text-align: center;
  }
}
.cid-tgMP5vvaF6 .mbr-role,
.cid-tgMP5vvaF6 .social-row {
  color: #818181;
}
.cid-thztsciz23 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-thztsciz23 .container-fluid {
    max-width: 1200px;
  }
  .cid-thztsciz23 .row {
    padding-right: 2rem;
  }
}
.cid-thztsciz23 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-thztsciz23 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-thztsciz23 .team-card:hover {
  transform: translateY(-10px);
}
.cid-thztsciz23 .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-thztsciz23 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thztsciz23 .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-thztsciz23 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-thztsciz23 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-thztsciz23 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-thztsciz23 .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-thztsciz23 .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-thztsciz23 .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-thztsciz23 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-thztsciz23 .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-thztsciz23 .social-row {
    text-align: center;
  }
}
.cid-thztsciz23 .mbr-role,
.cid-thztsciz23 .social-row {
  color: #818181;
}
.cid-thYmTR4v7m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-thYmTR4v7m .container-fluid {
    max-width: 1200px;
  }
  .cid-thYmTR4v7m .row {
    padding-right: 2rem;
  }
}
.cid-thYmTR4v7m .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-thYmTR4v7m .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-thYmTR4v7m .team-card:hover {
  transform: translateY(-10px);
}
.cid-thYmTR4v7m .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-thYmTR4v7m .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thYmTR4v7m .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #7e0f0f;
  position: absolute;
  z-index: 10;
}
.cid-thYmTR4v7m .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-thYmTR4v7m .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-thYmTR4v7m .card-wrap .image-wrap img {
  width: 100%;
}
.cid-thYmTR4v7m .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-thYmTR4v7m .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-thYmTR4v7m .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-thYmTR4v7m .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-thYmTR4v7m .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-thYmTR4v7m .social-row {
    text-align: center;
  }
}
.cid-thYmTR4v7m .mbr-role,
.cid-thYmTR4v7m .social-row {
  color: #818181;
}
.cid-tg5vO2ngh0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tg5vO2ngh0 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tg5vO2ngh0 .row {
    text-align: center!important;
  }
}
.cid-tg5vO2ngh0 .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tg5vO2ngh0 .mbr-section-title {
    text-align: center;
  }
}
.cid-tg5vO2ngh0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tg5vO2ngh0 .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tg5vO2ngh0 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tg5vO2ngh0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tg5vO2ngh0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tg5vO2ngh0 .btn-primary-outline,
.cid-tg5vO2ngh0 .btn-secondary-outline,
.cid-tg5vO2ngh0 .btn-success-outline,
.cid-tg5vO2ngh0 .btn-info-outline,
.cid-tg5vO2ngh0 .btn-warning-outline,
.cid-tg5vO2ngh0 .btn-danger-outline,
.cid-tg5vO2ngh0 .btn-white-outline,
.cid-tg5vO2ngh0 .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tg5vO2ngh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5vO2ngh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFjMRWael {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tgFjMRWael img {
  width: 120px;
  margin: auto;
}
.cid-tgFjMRWael .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFjMRWael .card {
    max-width: 12.5%;
  }
}
.cid-tgFk1ftb91 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgFk1ftb91 img {
  width: 120px;
  margin: auto;
}
.cid-tgFk1ftb91 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFk1ftb91 .card {
    max-width: 12.5%;
  }
}
.cid-tgFmgRf526 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFmgRf526 img {
  width: 120px;
  margin: auto;
}
.cid-tgFmgRf526 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFmgRf526 .card {
    max-width: 12.5%;
  }
}
.cid-tgFn8aUath {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFn8aUath img {
  width: 120px;
  margin: auto;
}
.cid-tgFn8aUath .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFn8aUath .card {
    max-width: 12.5%;
  }
}
.cid-tgFnNweE6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFnNweE6s img {
  width: 120px;
  margin: auto;
}
.cid-tgFnNweE6s .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFnNweE6s .card {
    max-width: 12.5%;
  }
}
.cid-tgFoRXStSH {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tgFoRXStSH img {
  width: 120px;
  margin: auto;
}
.cid-tgFoRXStSH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFoRXStSH .card {
    max-width: 12.5%;
  }
}
.cid-tgFpyy4kj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tgFpyy4kj7 img {
  width: 120px;
  margin: auto;
}
.cid-tgFpyy4kj7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFpyy4kj7 .card {
    max-width: 12.5%;
  }
}
.cid-tg5vFbxRQJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tg5vFbxRQJ .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tg5vFbxRQJ .row {
    text-align: center!important;
  }
}
.cid-tg5vFbxRQJ .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tg5vFbxRQJ .mbr-section-title {
    text-align: center;
  }
}
.cid-tg5vFbxRQJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tg5vFbxRQJ .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tg5vFbxRQJ .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tg5vFbxRQJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tg5vFbxRQJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tg5vFbxRQJ .btn-primary-outline,
.cid-tg5vFbxRQJ .btn-secondary-outline,
.cid-tg5vFbxRQJ .btn-success-outline,
.cid-tg5vFbxRQJ .btn-info-outline,
.cid-tg5vFbxRQJ .btn-warning-outline,
.cid-tg5vFbxRQJ .btn-danger-outline,
.cid-tg5vFbxRQJ .btn-white-outline,
.cid-tg5vFbxRQJ .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tg5vFbxRQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5vFbxRQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5wXaBYZs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tg5wXaBYZs img,
.cid-tg5wXaBYZs .item-img {
  width: 100%;
}
.cid-tg5wXaBYZs .item:focus,
.cid-tg5wXaBYZs span:focus {
  outline: none;
}
.cid-tg5wXaBYZs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tg5wXaBYZs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tg5wXaBYZs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg5wXaBYZs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tg5wXaBYZs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tg5wXaBYZs .mbr-section-title {
  color: #232323;
}
.cid-tg5wXaBYZs .mbr-text,
.cid-tg5wXaBYZs .mbr-section-btn {
  text-align: left;
}
.cid-tg5wXaBYZs .item-title {
  text-align: left;
}
.cid-tg5wXaBYZs .item-subtitle {
  text-align: center;
}
.cid-tg5wEPhy8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tg5wEPhy8q .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tg5wEPhy8q .row {
    text-align: center!important;
  }
}
.cid-tg5wEPhy8q .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tg5wEPhy8q .mbr-section-title {
    text-align: center;
  }
}
.cid-tg5wEPhy8q .mbr-section-subtitle {
  color: #000000;
}
.cid-tg5wEPhy8q .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tg5wEPhy8q .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tg5wEPhy8q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tg5wEPhy8q .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tg5wEPhy8q .btn-primary-outline,
.cid-tg5wEPhy8q .btn-secondary-outline,
.cid-tg5wEPhy8q .btn-success-outline,
.cid-tg5wEPhy8q .btn-info-outline,
.cid-tg5wEPhy8q .btn-warning-outline,
.cid-tg5wEPhy8q .btn-danger-outline,
.cid-tg5wEPhy8q .btn-white-outline,
.cid-tg5wEPhy8q .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tg5wEPhy8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5wEPhy8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfsNpzl6RX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfsNpzl6RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfsNpzl6RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfsNpzl6RX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7e0f0f;
  margin-bottom: 2rem;
}
.cid-tfsNpzl6RX .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tfsNpzl6RX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfsNpzl6RX .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-thpTBT9j2M {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thpTBT9j2M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thpTBT9j2M .row {
  flex-direction: row-reverse;
}
.cid-thpTBT9j2M img {
  width: 100%;
}
.cid-tfPQVoXBjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tfPQVoXBjc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfPQVoXBjc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfPQVoXBjc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfPQVoXBjc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfPQVoXBjc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfPQVoXBjc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfPQVoXBjc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfPQVoXBjc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfPQVoXBjc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfPQVoXBjc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfPQVoXBjc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfPQVoXBjc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfPRYHMYU6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tfPRYHMYU6 nav.navbar {
  position: fixed;
}
.cid-tfPRYHMYU6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfPRYHMYU6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfPRYHMYU6 .dropdown-item:hover,
.cid-tfPRYHMYU6 .dropdown-item:focus {
  background: #7e0f0f !important;
  color: white !important;
}
.cid-tfPRYHMYU6 .dropdown-item:hover span {
  color: white;
}
.cid-tfPRYHMYU6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfPRYHMYU6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfPRYHMYU6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfPRYHMYU6 .nav-link {
  position: relative;
}
.cid-tfPRYHMYU6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tfPRYHMYU6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown-menu,
.cid-tfPRYHMYU6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tfPRYHMYU6 .nav-item:focus,
.cid-tfPRYHMYU6 .nav-link:focus {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfPRYHMYU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfPRYHMYU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfPRYHMYU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfPRYHMYU6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tfPRYHMYU6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfPRYHMYU6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tfPRYHMYU6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar.collapsed {
  justify-content: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfPRYHMYU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfPRYHMYU6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tfPRYHMYU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfPRYHMYU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfPRYHMYU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfPRYHMYU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfPRYHMYU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfPRYHMYU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfPRYHMYU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfPRYHMYU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfPRYHMYU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tfPRYHMYU6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tfPRYHMYU6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfPRYHMYU6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfPRYHMYU6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfPRYHMYU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfPRYHMYU6 .dropdown-item.active,
.cid-tfPRYHMYU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfPRYHMYU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfPRYHMYU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfPRYHMYU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfPRYHMYU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfPRYHMYU6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfPRYHMYU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfPRYHMYU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfPRYHMYU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfPRYHMYU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfPRYHMYU6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfPRYHMYU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfPRYHMYU6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfPRYHMYU6 .navbar {
    height: 70px;
  }
  .cid-tfPRYHMYU6 .navbar.opened {
    height: auto;
  }
  .cid-tfPRYHMYU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg7B4jHQuQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tg7B4jHQuQ nav.navbar {
  position: fixed;
}
.cid-tg7B4jHQuQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg7B4jHQuQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tg7B4jHQuQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tg7B4jHQuQ .dropdown-item:hover,
.cid-tg7B4jHQuQ .dropdown-item:focus {
  background: #7e0f0f !important;
  color: white !important;
}
.cid-tg7B4jHQuQ .dropdown-item:hover span {
  color: white;
}
.cid-tg7B4jHQuQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tg7B4jHQuQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tg7B4jHQuQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tg7B4jHQuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tg7B4jHQuQ .nav-link {
  position: relative;
}
.cid-tg7B4jHQuQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tg7B4jHQuQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tg7B4jHQuQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tg7B4jHQuQ .dropdown-menu,
.cid-tg7B4jHQuQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tg7B4jHQuQ .nav-item:focus,
.cid-tg7B4jHQuQ .nav-link:focus {
  outline: none;
}
.cid-tg7B4jHQuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg7B4jHQuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg7B4jHQuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tg7B4jHQuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg7B4jHQuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg7B4jHQuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg7B4jHQuQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tg7B4jHQuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tg7B4jHQuQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tg7B4jHQuQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tg7B4jHQuQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg7B4jHQuQ .navbar.collapsed {
  justify-content: center;
}
.cid-tg7B4jHQuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg7B4jHQuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg7B4jHQuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tg7B4jHQuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg7B4jHQuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg7B4jHQuQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tg7B4jHQuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg7B4jHQuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tg7B4jHQuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tg7B4jHQuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg7B4jHQuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg7B4jHQuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg7B4jHQuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg7B4jHQuQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tg7B4jHQuQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg7B4jHQuQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg7B4jHQuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg7B4jHQuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg7B4jHQuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg7B4jHQuQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tg7B4jHQuQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tg7B4jHQuQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg7B4jHQuQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg7B4jHQuQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg7B4jHQuQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg7B4jHQuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg7B4jHQuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg7B4jHQuQ .dropdown-item.active,
.cid-tg7B4jHQuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tg7B4jHQuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg7B4jHQuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg7B4jHQuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg7B4jHQuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tg7B4jHQuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg7B4jHQuQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg7B4jHQuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg7B4jHQuQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg7B4jHQuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tg7B4jHQuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tg7B4jHQuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tg7B4jHQuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg7B4jHQuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg7B4jHQuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tg7B4jHQuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg7B4jHQuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tg7B4jHQuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tg7B4jHQuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg7B4jHQuQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tg7B4jHQuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg7B4jHQuQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tg7B4jHQuQ .navbar {
    height: 70px;
  }
  .cid-tg7B4jHQuQ .navbar.opened {
    height: auto;
  }
  .cid-tg7B4jHQuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg7B4kATgb {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-thpTOmN0w5 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thpTOmN0w5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thpTOmN0w5 .row {
  flex-direction: row-reverse;
}
.cid-thpTOmN0w5 img {
  width: 100%;
}
.cid-tg7B4SNKch {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tg7B4SNKch .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tg7B4SNKch .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tg7B4SNKch .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tg7B4SNKch .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tg7B4SNKch .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tg7B4SNKch .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tg7B4SNKch .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tg7B4SNKch .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tg7B4SNKch .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg7B4SNKch .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tg7B4SNKch .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg7B4SNKch .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tg7B4SNKch .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tg7B4SNKch .media-container-row .row-copirayt p {
  width: 100%;
}
