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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7cc4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ca0a0a !important;
  border-color: #ca0a0a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #810606 !important;
  border-color: #810606 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #810606 !important;
  border-color: #810606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7cc4a !important;
  border-color: #f7cc4a !important;
  color: #3f3003 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3003 !important;
  background-color: #eab30a !important;
  border-color: #eab30a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3003 !important;
  background-color: #eab30a !important;
  border-color: #eab30a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #690505;
  color: #690505;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ca0a0a;
  border-color: #ca0a0a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca0a0a !important;
  border-color: #ca0a0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2a009;
  color: #d2a009;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3003;
  background-color: #f7cc4a;
  border-color: #f7cc4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3003 !important;
  background-color: #f7cc4a !important;
  border-color: #f7cc4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ca0a0a !important;
}
.text-success {
  color: #f7cc4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #690505 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2a009 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ca0a0a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tabisSNer2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tabisSNer2 .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tabisSNer2 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tabisSNer2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tabisSNer2 .inner-container {
    width: 100% !important;
  }
}
.cid-tabhTzEGsR .modal-body .close {
  background: #1b1b1b;
}
.cid-tabhTzEGsR .modal-body .close span {
  font-style: normal;
}
.cid-tabhTzEGsR .carousel-inner > .active,
.cid-tabhTzEGsR .carousel-inner > .next,
.cid-tabhTzEGsR .carousel-inner > .prev {
  display: table;
}
.cid-tabhTzEGsR .carousel-control .icon-next,
.cid-tabhTzEGsR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tabhTzEGsR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tabhTzEGsR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tabhTzEGsR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tabhTzEGsR .boxed-slider > div {
  position: relative;
}
.cid-tabhTzEGsR .container img {
  width: 100%;
}
.cid-tabhTzEGsR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tabhTzEGsR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tabhTzEGsR .mbr-table-cell {
  padding: 0;
}
.cid-tabhTzEGsR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tabhTzEGsR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tabhTzEGsR .mbr-overlay {
  z-index: 1;
}
.cid-tabhTzEGsR .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tabhTzEGsR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tabhTzEGsR .carousel-item .container {
    width: 100%;
  }
}
.cid-tabhTzEGsR .carousel-item-next.carousel-item-left,
.cid-tabhTzEGsR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tabhTzEGsR .active.carousel-item-right,
.cid-tabhTzEGsR .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tabhTzEGsR .active.carousel-item-left,
.cid-tabhTzEGsR .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tabhTzEGsR .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tabhTzEGsR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tabhTzEGsR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tabhTzEGsR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tabhTzEGsR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tabhTzEGsR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tabhTzEGsR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tabhTzEGsR .mbr-slider .carousel-indicators li.active,
.cid-tabhTzEGsR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tabhTzEGsR .mbr-slider .carousel-indicators li::after,
.cid-tabhTzEGsR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tabhTzEGsR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tabhTzEGsR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tabhTzEGsR .mbr-slider > .container img {
  width: 100%;
}
.cid-tabhTzEGsR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tabhTzEGsR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tabhTzEGsR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tabhTzEGsR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tabhTzEGsR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tabhTzEGsR .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tabhTzEGsR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tabhTzEGsR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tabhTzEGsR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tabhTzEGsR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tabhTzEGsR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tabhTzEGsR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tabhTzEGsR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tabhTzEGsR H2 {
  color: #f40606;
  text-align: left;
}
.cid-tabhTzEGsR P {
  text-align: center;
  color: #ffffff;
}
.cid-taboJ2hz6j {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-taboJ2hz6j .card-box {
  padding: 0 2rem;
}
.cid-taboJ2hz6j .mbr-section-btn {
  padding-top: 1rem;
}
.cid-taboJ2hz6j .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-taboJ2hz6j h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-taboJ2hz6j p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-taboJ2hz6j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-taboJ2hz6j .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ca0a0a;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-taboJ2hz6j .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-taboJ2hz6j .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tySoeYwMhO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tySoeYwMhO .mbr-section-subtitle {
  color: #767676;
}
.cid-tySoeYwMhO .container-table {
  margin: 0 auto;
}
.cid-tySoeYwMhO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tySoeYwMhO .dataTables_wrapper {
  display: block;
}
.cid-tySoeYwMhO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tySoeYwMhO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tySoeYwMhO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tySoeYwMhO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tySoeYwMhO table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tySoeYwMhO table td {
  border-top: 1px solid #ffffff;
}
.cid-tySoeYwMhO table.table {
  background: #f40606;
}
.cid-tySoeYwMhO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tySoeYwMhO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tySoeYwMhO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tySoeYwMhO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tySoeYwMhO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tySoeYwMhO .dataTables_filter {
    text-align: center;
  }
  .cid-tySoeYwMhO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tySoeYwMhO .mbr-section-title {
  color: #f40606;
}
.cid-tySoeYwMhO .head-item {
  text-align: center;
  color: #ffffff;
}
.cid-tySoeYwMhO .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-tyTzWUHpmp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cita-porta-student1-419x374.jpg");
}
.cid-tyTzWUHpmp .mbr-section-subtitle {
  color: #0a0909;
}
.cid-tyTzWUHpmp .container-table {
  margin: 0 auto;
}
.cid-tyTzWUHpmp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyTzWUHpmp .dataTables_wrapper {
  display: block;
}
.cid-tyTzWUHpmp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyTzWUHpmp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyTzWUHpmp table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #f40606;
  margin-bottom: 0;
}
.cid-tyTzWUHpmp table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tyTzWUHpmp table th:hover {
  background: #f40606;
  color: #ffffff;
}
.cid-tyTzWUHpmp table td {
  border-top: 1px solid #f40606;
}
.cid-tyTzWUHpmp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyTzWUHpmp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyTzWUHpmp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tyTzWUHpmp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tyTzWUHpmp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tyTzWUHpmp .dataTables_filter {
    text-align: center;
  }
  .cid-tyTzWUHpmp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tyTzWUHpmp .head-item {
  text-align: center;
  color: #f40606;
}
.cid-tyTzWUHpmp .body-item {
  text-align: center;
}
.cid-tyTzWUHpmp .mbr-section-title {
  color: #f40606;
}
.cid-taIv9o49QF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f40606;
}
.cid-taIv9o49QF .line {
  background-color: #f40606;
  color: #f40606;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taIv9o49QF .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-taIv9o49QF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taIv9o49QF .inner-container {
    width: 100% !important;
  }
}
.cid-taECSFoeTr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-taECSFoeTr .card-img {
  background-color: #fff;
}
.cid-taECSFoeTr .card {
  align-self: stretch;
}
.cid-taECSFoeTr .card-box {
  padding: 2rem;
  background-color: #f40606;
}
.cid-taECSFoeTr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-taECSFoeTr p {
  text-align: left;
}
.cid-taECSFoeTr .mbr-text {
  color: #ffffff;
}
.cid-taECSFoeTr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-taECSFoeTr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-taECSFoeTr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-taECSFoeTr .card-title {
  color: #ffffff;
}
.cid-taEMxvaQ4n {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-taEMxvaQ4n h2 {
  text-align: left;
}
.cid-taEMxvaQ4n h4 {
  text-align: left;
  font-weight: 500;
}
.cid-taEMxvaQ4n p {
  color: #767676;
  text-align: left;
}
.cid-taEMxvaQ4n .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-taEMxvaQ4n .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-taEMxvaQ4n .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-taEMxvaQ4n .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-taEMxvaQ4n .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-taEMxvaQ4n .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-taEMxvaQ4n .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-taEMxvaQ4n .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-taEMxvaQ4n .card-img span {
    font-size: 40px !important;
  }
}
.cid-taEMxvaQ4n H2 {
  color: #f40606;
}
.cid-taEMxvaQ4n .mbr-text {
  color: #232323;
}
.cid-taEMxvaQ4n H4 {
  color: #f40606;
}
.cid-tN6S1H8QhM .google-map {
  height: 25rem;
  position: relative;
}
.cid-tN6S1H8QhM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tN6S1H8QhM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tN6S1H8QhM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tN6S1H8QhM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTkAaeaxX5 .copyright > p {
  color: #ffffff;
}
.cid-qTkAaeaxX5 P {
  color: #0a0909;
}
.cid-qTkAaeaxX5 H5 {
  color: #f40606;
}
.cid-tnPsDPBIoz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tzMiMAfp4r .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tzMiMAfp4r .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzMiMAfp4r a {
  font-style: normal;
}
.cid-tzMiMAfp4r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tzMiMAfp4r .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tzMiMAfp4r .nav-item:focus,
.cid-tzMiMAfp4r .nav-link:focus {
  outline: none;
}
.cid-tzMiMAfp4r .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tzMiMAfp4r .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tzMiMAfp4r .menu-logo {
  margin-right: auto;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzMiMAfp4r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzMiMAfp4r .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tzMiMAfp4r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzMiMAfp4r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzMiMAfp4r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzMiMAfp4r .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tzMiMAfp4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tzMiMAfp4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzMiMAfp4r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzMiMAfp4r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzMiMAfp4r .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tzMiMAfp4r .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tzMiMAfp4r .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tzMiMAfp4r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzMiMAfp4r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzMiMAfp4r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzMiMAfp4r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzMiMAfp4r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tzMiMAfp4r button.navbar-toggler:focus {
  outline: none;
}
.cid-tzMiMAfp4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzMiMAfp4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tzMiMAfp4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tzMiMAfp4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tzMiMAfp4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tzMiMAfp4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzMiMAfp4r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tzMiMAfp4r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tzMiMAfp4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzMiMAfp4r .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tzMiMAfp4r .collapsed .btn {
  display: flex;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tzMiMAfp4r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzMiMAfp4r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tzMiMAfp4r .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzMiMAfp4r .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tzMiMAfp4r .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tzMiMAfp4r .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tzMiMAfp4r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzMiMAfp4r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzMiMAfp4r .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tzMiMAfp4r .navbar-expand {
    flex-direction: column;
  }
  .cid-tzMiMAfp4r img {
    height: 3.8rem !important;
  }
  .cid-tzMiMAfp4r .btn {
    display: flex;
  }
  .cid-tzMiMAfp4r button.navbar-toggler {
    display: block;
  }
  .cid-tzMiMAfp4r .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tzMiMAfp4r .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tzMiMAfp4r .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing,
  .cid-tzMiMAfp4r .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing .navbar-nav,
  .cid-tzMiMAfp4r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzMiMAfp4r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tzMiMAfp4r .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzMiMAfp4r .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tzMiMAfp4r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzMiMAfp4r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzMiMAfp4r .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tzMiMAfp4r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzMiMAfp4r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzMiMAfp4r .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tzMiMAfp4r .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tzMiMAfp4r .navbar-collapse {
  flex-basis: auto;
}
.cid-tzMiMAfp4r .nav-link:hover,
.cid-tzMiMAfp4r .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tzMiMCgg6c {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tzMiMCgg6c .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzMiMCgg6c .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tzMiMCgg6c .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tzMiMCgg6c .inner-container {
    width: 100% !important;
  }
}
.cid-tPa8eCiMwF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f40606;
}
.cid-tPa8eCiMwF .testimonials-container {
  margin: 0 auto;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tPa8eCiMwF .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tPa8eCiMwF .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tPa8eCiMwF .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tPa8eCiMwF .user_name {
  color: #ca0a0a;
}
.cid-tzMiMOQYuD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tzMiMOQYuD .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzMiMOQYuD .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tzMiMOQYuD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tzMiMOQYuD .inner-container {
    width: 100% !important;
  }
}
.cid-tzMiMVLOiu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tzMiMVLOiu h2 {
  text-align: left;
}
.cid-tzMiMVLOiu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tzMiMVLOiu p {
  color: #767676;
  text-align: left;
}
.cid-tzMiMVLOiu .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tzMiMVLOiu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tzMiMVLOiu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzMiMVLOiu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzMiMVLOiu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tzMiMVLOiu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tzMiMVLOiu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tzMiMVLOiu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tzMiMVLOiu .card-img span {
    font-size: 40px !important;
  }
}
.cid-tzMiMVLOiu H2 {
  color: #f40606;
}
.cid-tzMiMVLOiu .mbr-text {
  color: #232323;
}
.cid-tzMiMVLOiu H4 {
  color: #f40606;
}
.cid-tzMiMYkECP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzMiMYkECP .content {
    text-align: center;
  }
  .cid-tzMiMYkECP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzMiMYkECP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tzMiMYkECP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tzMiMYkECP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tzMiMYkECP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tzMiMYkECP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tzMiMYkECP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tzMiMYkECP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tzMiMYkECP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzMiMYkECP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tzMiMYkECP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzMiMYkECP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tzMiMYkECP .copyright > p {
  color: #ffffff;
}
.cid-tzMiMYkECP P {
  color: #0a0909;
}
.cid-tzMiMYkECP H5 {
  color: #f40606;
}
.cid-tzMiN0q5lh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tP9N0qfu55 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tP9N0qfu55 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tP9N0qfu55 a {
  font-style: normal;
}
.cid-tP9N0qfu55 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tP9N0qfu55 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tP9N0qfu55 .nav-item:focus,
.cid-tP9N0qfu55 .nav-link:focus {
  outline: none;
}
.cid-tP9N0qfu55 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tP9N0qfu55 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tP9N0qfu55 .menu-logo {
  margin-right: auto;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tP9N0qfu55 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tP9N0qfu55 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tP9N0qfu55 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tP9N0qfu55 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tP9N0qfu55 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tP9N0qfu55 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tP9N0qfu55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tP9N0qfu55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP9N0qfu55 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tP9N0qfu55 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP9N0qfu55 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tP9N0qfu55 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tP9N0qfu55 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tP9N0qfu55 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tP9N0qfu55 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tP9N0qfu55 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tP9N0qfu55 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tP9N0qfu55 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tP9N0qfu55 button.navbar-toggler:focus {
  outline: none;
}
.cid-tP9N0qfu55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP9N0qfu55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tP9N0qfu55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tP9N0qfu55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tP9N0qfu55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tP9N0qfu55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tP9N0qfu55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tP9N0qfu55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tP9N0qfu55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tP9N0qfu55 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tP9N0qfu55 .collapsed .btn {
  display: flex;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tP9N0qfu55 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tP9N0qfu55 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tP9N0qfu55 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tP9N0qfu55 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tP9N0qfu55 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tP9N0qfu55 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tP9N0qfu55 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tP9N0qfu55 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tP9N0qfu55 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tP9N0qfu55 .navbar-expand {
    flex-direction: column;
  }
  .cid-tP9N0qfu55 img {
    height: 3.8rem !important;
  }
  .cid-tP9N0qfu55 .btn {
    display: flex;
  }
  .cid-tP9N0qfu55 button.navbar-toggler {
    display: block;
  }
  .cid-tP9N0qfu55 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tP9N0qfu55 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tP9N0qfu55 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing,
  .cid-tP9N0qfu55 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing .navbar-nav,
  .cid-tP9N0qfu55 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tP9N0qfu55 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tP9N0qfu55 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tP9N0qfu55 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tP9N0qfu55 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tP9N0qfu55 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tP9N0qfu55 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tP9N0qfu55 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tP9N0qfu55 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tP9N0qfu55 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tP9N0qfu55 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tP9N0qfu55 .navbar-collapse {
  flex-basis: auto;
}
.cid-tP9N0qfu55 .nav-link:hover,
.cid-tP9N0qfu55 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tP9N0sngkq {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tP9N0sngkq .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tP9N0sngkq .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tP9N0sngkq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tP9N0sngkq .inner-container {
    width: 100% !important;
  }
}
.cid-tP9N0zhAX8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tP9N0zhAX8 .content {
    text-align: center;
  }
  .cid-tP9N0zhAX8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tP9N0zhAX8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tP9N0zhAX8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tP9N0zhAX8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tP9N0zhAX8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tP9N0zhAX8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tP9N0zhAX8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tP9N0zhAX8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tP9N0zhAX8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tP9N0zhAX8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tP9N0zhAX8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tP9N0zhAX8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tP9N0zhAX8 .copyright > p {
  color: #ffffff;
}
.cid-tP9N0zhAX8 P {
  color: #0a0909;
}
.cid-tP9N0zhAX8 H5 {
  color: #f40606;
}
.cid-tP9N0B5zkq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPa1amyLL5 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tPa1amyLL5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tPa1amyLL5 a {
  font-style: normal;
}
.cid-tPa1amyLL5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPa1amyLL5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tPa1amyLL5 .nav-item:focus,
.cid-tPa1amyLL5 .nav-link:focus {
  outline: none;
}
.cid-tPa1amyLL5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tPa1amyLL5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPa1amyLL5 .menu-logo {
  margin-right: auto;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPa1amyLL5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPa1amyLL5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPa1amyLL5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPa1amyLL5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPa1amyLL5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPa1amyLL5 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPa1amyLL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPa1amyLL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPa1amyLL5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPa1amyLL5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPa1amyLL5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPa1amyLL5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPa1amyLL5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPa1amyLL5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPa1amyLL5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPa1amyLL5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPa1amyLL5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPa1amyLL5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPa1amyLL5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPa1amyLL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPa1amyLL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPa1amyLL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPa1amyLL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPa1amyLL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPa1amyLL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPa1amyLL5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPa1amyLL5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPa1amyLL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPa1amyLL5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tPa1amyLL5 .collapsed .btn {
  display: flex;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPa1amyLL5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPa1amyLL5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tPa1amyLL5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPa1amyLL5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPa1amyLL5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPa1amyLL5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPa1amyLL5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPa1amyLL5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPa1amyLL5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPa1amyLL5 .navbar-expand {
    flex-direction: column;
  }
  .cid-tPa1amyLL5 img {
    height: 3.8rem !important;
  }
  .cid-tPa1amyLL5 .btn {
    display: flex;
  }
  .cid-tPa1amyLL5 button.navbar-toggler {
    display: block;
  }
  .cid-tPa1amyLL5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPa1amyLL5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPa1amyLL5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing,
  .cid-tPa1amyLL5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPa1amyLL5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPa1amyLL5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPa1amyLL5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPa1amyLL5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPa1amyLL5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPa1amyLL5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPa1amyLL5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPa1amyLL5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPa1amyLL5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPa1amyLL5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPa1amyLL5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tPa1amyLL5 .navbar-collapse {
  flex-basis: auto;
}
.cid-tPa1amyLL5 .nav-link:hover,
.cid-tPa1amyLL5 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tPa1aoTEAE {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPa1aoTEAE .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPa1aoTEAE .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPa1aoTEAE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPa1aoTEAE .inner-container {
    width: 100% !important;
  }
}
.cid-tPa27ez4Jn {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tPa27ez4Jn h2 {
  text-align: left;
}
.cid-tPa27ez4Jn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPa27ez4Jn p {
  color: #767676;
  text-align: left;
}
.cid-tPa27ez4Jn .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tPa27ez4Jn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tPa27ez4Jn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPa27ez4Jn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tPa27ez4Jn .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tPa27ez4Jn .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tPa27ez4Jn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tPa27ez4Jn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tPa27ez4Jn .card-img span {
    font-size: 40px !important;
  }
}
.cid-tPa27ez4Jn H2 {
  color: #ca0a0a;
}
.cid-tPa1au4Zr9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tPa1au4Zr9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPa1au4Zr9 .container-table {
  margin: 0 auto;
}
.cid-tPa1au4Zr9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPa1au4Zr9 .dataTables_wrapper {
  display: block;
}
.cid-tPa1au4Zr9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPa1au4Zr9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPa1au4Zr9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tPa1au4Zr9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPa1au4Zr9 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tPa1au4Zr9 table td {
  border-top: 1px solid #ffffff;
}
.cid-tPa1au4Zr9 table.table {
  background: #f40606;
}
.cid-tPa1au4Zr9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPa1au4Zr9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPa1au4Zr9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPa1au4Zr9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPa1au4Zr9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPa1au4Zr9 .dataTables_filter {
    text-align: center;
  }
  .cid-tPa1au4Zr9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPa1au4Zr9 .mbr-section-title {
  color: #f40606;
}
.cid-tPa1au4Zr9 .head-item {
  text-align: center;
  color: #ffffff;
}
.cid-tPa1au4Zr9 .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-tPa1axHexb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cita-porta-student1-419x374.jpg");
}
.cid-tPa1axHexb .mbr-section-subtitle {
  color: #0a0909;
}
.cid-tPa1axHexb .container-table {
  margin: 0 auto;
}
.cid-tPa1axHexb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPa1axHexb .dataTables_wrapper {
  display: block;
}
.cid-tPa1axHexb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPa1axHexb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPa1axHexb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #f40606;
  margin-bottom: 0;
}
.cid-tPa1axHexb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPa1axHexb table th:hover {
  background: #f40606;
  color: #ffffff;
}
.cid-tPa1axHexb table td {
  border-top: 1px solid #f40606;
}
.cid-tPa1axHexb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPa1axHexb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPa1axHexb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPa1axHexb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPa1axHexb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPa1axHexb .dataTables_filter {
    text-align: center;
  }
  .cid-tPa1axHexb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPa1axHexb .head-item {
  text-align: center;
  color: #f40606;
}
.cid-tPa1axHexb .body-item {
  text-align: center;
}
.cid-tPa1axHexb .mbr-section-title {
  color: #f40606;
}
.cid-tPa1aCebUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f40606;
}
.cid-tPa1aCebUP .line {
  background-color: #f40606;
  color: #f40606;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPa1aCebUP .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPa1aCebUP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPa1aCebUP .inner-container {
    width: 100% !important;
  }
}
.cid-tPa1aDvXzh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPa1aDvXzh .card-img {
  background-color: #fff;
}
.cid-tPa1aDvXzh .card {
  align-self: stretch;
}
.cid-tPa1aDvXzh .card-box {
  padding: 2rem;
  background-color: #f40606;
}
.cid-tPa1aDvXzh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tPa1aDvXzh p {
  text-align: left;
}
.cid-tPa1aDvXzh .mbr-text {
  color: #ffffff;
}
.cid-tPa1aDvXzh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tPa1aDvXzh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tPa1aDvXzh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tPa1aDvXzh .card-title {
  color: #ffffff;
}
.cid-tPa1aHKWfo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tPa1aHKWfo h2 {
  text-align: left;
}
.cid-tPa1aHKWfo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPa1aHKWfo p {
  color: #767676;
  text-align: left;
}
.cid-tPa1aHKWfo .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tPa1aHKWfo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tPa1aHKWfo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPa1aHKWfo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tPa1aHKWfo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tPa1aHKWfo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tPa1aHKWfo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tPa1aHKWfo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tPa1aHKWfo .card-img span {
    font-size: 40px !important;
  }
}
.cid-tPa1aHKWfo H2 {
  color: #f40606;
}
.cid-tPa1aHKWfo .mbr-text {
  color: #232323;
}
.cid-tPa1aHKWfo H4 {
  color: #f40606;
}
.cid-tPa1aL7y9z .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPa1aL7y9z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPa1aL7y9z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPa1aL7y9z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPa1aL7y9z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPa1aMtHxp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPa1aMtHxp .content {
    text-align: center;
  }
  .cid-tPa1aMtHxp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPa1aMtHxp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPa1aMtHxp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPa1aMtHxp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tPa1aMtHxp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPa1aMtHxp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPa1aMtHxp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tPa1aMtHxp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPa1aMtHxp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPa1aMtHxp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPa1aMtHxp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPa1aMtHxp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tPa1aMtHxp .copyright > p {
  color: #ffffff;
}
.cid-tPa1aMtHxp P {
  color: #0a0909;
}
.cid-tPa1aMtHxp H5 {
  color: #f40606;
}
.cid-tPa1aOJo1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPainRvyW2 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tPainRvyW2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tPainRvyW2 a {
  font-style: normal;
}
.cid-tPainRvyW2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPainRvyW2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tPainRvyW2 .nav-item:focus,
.cid-tPainRvyW2 .nav-link:focus {
  outline: none;
}
.cid-tPainRvyW2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tPainRvyW2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPainRvyW2 .menu-logo {
  margin-right: auto;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPainRvyW2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPainRvyW2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPainRvyW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPainRvyW2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPainRvyW2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPainRvyW2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPainRvyW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPainRvyW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPainRvyW2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPainRvyW2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPainRvyW2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPainRvyW2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPainRvyW2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPainRvyW2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPainRvyW2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPainRvyW2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPainRvyW2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPainRvyW2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPainRvyW2 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPainRvyW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPainRvyW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPainRvyW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPainRvyW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPainRvyW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPainRvyW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPainRvyW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPainRvyW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPainRvyW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPainRvyW2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tPainRvyW2 .collapsed .btn {
  display: flex;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPainRvyW2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPainRvyW2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tPainRvyW2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPainRvyW2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPainRvyW2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPainRvyW2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPainRvyW2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPainRvyW2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPainRvyW2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPainRvyW2 .navbar-expand {
    flex-direction: column;
  }
  .cid-tPainRvyW2 img {
    height: 3.8rem !important;
  }
  .cid-tPainRvyW2 .btn {
    display: flex;
  }
  .cid-tPainRvyW2 button.navbar-toggler {
    display: block;
  }
  .cid-tPainRvyW2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPainRvyW2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPainRvyW2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing,
  .cid-tPainRvyW2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPainRvyW2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPainRvyW2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPainRvyW2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPainRvyW2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPainRvyW2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPainRvyW2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPainRvyW2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPainRvyW2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPainRvyW2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPainRvyW2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPainRvyW2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tPainRvyW2 .navbar-collapse {
  flex-basis: auto;
}
.cid-tPainRvyW2 .nav-link:hover,
.cid-tPainRvyW2 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tPainTybgU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPainTybgU .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPainTybgU .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPainTybgU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPainTybgU .inner-container {
    width: 100% !important;
  }
}
.cid-tPainYQIMu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tPainYQIMu .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tPainYQIMu .container-table {
  margin: 0 auto;
}
.cid-tPainYQIMu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPainYQIMu .dataTables_wrapper {
  display: block;
}
.cid-tPainYQIMu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPainYQIMu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPainYQIMu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #f40606;
  margin-bottom: 0;
}
.cid-tPainYQIMu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPainYQIMu table th:hover {
  background: #f40606;
  color: #ffffff;
}
.cid-tPainYQIMu table td {
  border-top: 1px solid #f40606;
}
.cid-tPainYQIMu table.table {
  background: #ffffff;
}
.cid-tPainYQIMu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPainYQIMu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPainYQIMu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPainYQIMu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPainYQIMu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPainYQIMu .dataTables_filter {
    text-align: center;
  }
  .cid-tPainYQIMu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPainYQIMu .mbr-section-title {
  color: #f44406;
  text-align: left;
}
.cid-tPainYQIMu .head-item {
  text-align: center;
  color: #f40606;
}
.cid-tPainYQIMu .body-item {
  text-align: center;
  color: #232323;
}
.cid-tPaio3mwuy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cita-porta-student1-419x374.jpg");
}
.cid-tPaio3mwuy .mbr-section-subtitle {
  color: #0a0909;
  text-align: left;
}
.cid-tPaio3mwuy .container-table {
  margin: 0 auto;
}
.cid-tPaio3mwuy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPaio3mwuy .dataTables_wrapper {
  display: block;
}
.cid-tPaio3mwuy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPaio3mwuy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPaio3mwuy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #f40606;
  margin-bottom: 0;
}
.cid-tPaio3mwuy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPaio3mwuy table th:hover {
  background: #f40606;
  color: #ffffff;
}
.cid-tPaio3mwuy table td {
  border-top: 1px solid #f40606;
}
.cid-tPaio3mwuy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPaio3mwuy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPaio3mwuy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPaio3mwuy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPaio3mwuy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPaio3mwuy .dataTables_filter {
    text-align: center;
  }
  .cid-tPaio3mwuy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPaio3mwuy .head-item {
  text-align: center;
  color: #f40606;
}
.cid-tPaio3mwuy .body-item {
  text-align: center;
}
.cid-tPaio3mwuy .mbr-section-title {
  color: #f40606;
  text-align: left;
}
.cid-tPaUBC8j7a {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tPaUBC8j7a .mbr-section-subtitle {
  color: #f44406;
  text-align: left;
}
.cid-tPaUBC8j7a .container-table {
  margin: 0 auto;
}
.cid-tPaUBC8j7a .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPaUBC8j7a .dataTables_wrapper {
  display: block;
}
.cid-tPaUBC8j7a .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPaUBC8j7a .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPaUBC8j7a table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ca0a0a;
  margin-bottom: 0;
}
.cid-tPaUBC8j7a table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPaUBC8j7a table th:hover {
  background: #ca0a0a;
  color: #ffffff;
}
.cid-tPaUBC8j7a table td {
  border-top: 1px solid #ca0a0a;
}
.cid-tPaUBC8j7a table.table {
  background: #ffffff;
}
.cid-tPaUBC8j7a .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPaUBC8j7a .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPaUBC8j7a .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPaUBC8j7a .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPaUBC8j7a .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPaUBC8j7a .dataTables_filter {
    text-align: center;
  }
  .cid-tPaUBC8j7a .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPaUBC8j7a .head-item {
  text-align: center;
  color: #f40606;
}
.cid-tPaUBC8j7a .body-item {
  text-align: center;
}
.cid-tPaUBC8j7a .mbr-section-title {
  text-align: left;
  color: #f40606;
}
.cid-tPaUAMB6jm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tPaUAMB6jm .mbr-section-subtitle {
  color: #f40606;
  text-align: left;
}
.cid-tPaUAMB6jm .container-table {
  margin: 0 auto;
}
.cid-tPaUAMB6jm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPaUAMB6jm .dataTables_wrapper {
  display: block;
}
.cid-tPaUAMB6jm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPaUAMB6jm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPaUAMB6jm table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #f40606;
  margin-bottom: 0;
}
.cid-tPaUAMB6jm table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPaUAMB6jm table th:hover {
  background: #f40606;
  color: #ffffff;
}
.cid-tPaUAMB6jm table td {
  border-top: 1px solid #f40606;
}
.cid-tPaUAMB6jm table.table {
  background: #ffffff;
}
.cid-tPaUAMB6jm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPaUAMB6jm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPaUAMB6jm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPaUAMB6jm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPaUAMB6jm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPaUAMB6jm .dataTables_filter {
    text-align: center;
  }
  .cid-tPaUAMB6jm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPaUAMB6jm .head-item {
  color: #f40606;
  text-align: center;
}
.cid-tPaUAMB6jm .body-item {
  text-align: center;
}
.cid-tPaUAMB6jm .mbr-section-title {
  color: #f40606;
  text-align: left;
}
.cid-tPaioaKTgR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPaioaKTgR .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPaioaKTgR .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPaioaKTgR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPaioaKTgR .inner-container {
    width: 100% !important;
  }
}
.cid-tPaiocpRUN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPaiocpRUN .card-img {
  background-color: #fff;
}
.cid-tPaiocpRUN .card {
  align-self: stretch;
}
.cid-tPaiocpRUN .card-box {
  padding: 2rem;
  background-color: #f40606;
}
.cid-tPaiocpRUN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tPaiocpRUN p {
  text-align: left;
}
.cid-tPaiocpRUN .mbr-text {
  color: #ffffff;
}
.cid-tPaiocpRUN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tPaiocpRUN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tPaiocpRUN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tPaiocpRUN .card-title {
  color: #ffffff;
}
.cid-tPaioiitnY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tPaioiitnY h2 {
  text-align: left;
}
.cid-tPaioiitnY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPaioiitnY p {
  color: #767676;
  text-align: left;
}
.cid-tPaioiitnY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tPaioiitnY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tPaioiitnY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPaioiitnY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tPaioiitnY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tPaioiitnY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tPaioiitnY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tPaioiitnY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tPaioiitnY .card-img span {
    font-size: 40px !important;
  }
}
.cid-tPaioiitnY H2 {
  color: #f40606;
}
.cid-tPaioiitnY .mbr-text {
  color: #232323;
}
.cid-tPaioiitnY H4 {
  color: #f40606;
}
.cid-tPaiorFSGs .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPaiorFSGs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPaiorFSGs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPaiorFSGs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPaiorFSGs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPaiou19xE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPaiou19xE .content {
    text-align: center;
  }
  .cid-tPaiou19xE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPaiou19xE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPaiou19xE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPaiou19xE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tPaiou19xE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPaiou19xE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPaiou19xE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tPaiou19xE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPaiou19xE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPaiou19xE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPaiou19xE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPaiou19xE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tPaiou19xE .copyright > p {
  color: #ffffff;
}
.cid-tPaiou19xE P {
  color: #0a0909;
}
.cid-tPaiou19xE H5 {
  color: #f40606;
}
.cid-tPaiowbTnf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPxm0MgS7r .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tPxm0MgS7r .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tPxm0MgS7r a {
  font-style: normal;
}
.cid-tPxm0MgS7r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPxm0MgS7r .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tPxm0MgS7r .nav-item:focus,
.cid-tPxm0MgS7r .nav-link:focus {
  outline: none;
}
.cid-tPxm0MgS7r .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tPxm0MgS7r .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPxm0MgS7r .menu-logo {
  margin-right: auto;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPxm0MgS7r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPxm0MgS7r .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPxm0MgS7r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPxm0MgS7r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPxm0MgS7r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPxm0MgS7r .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPxm0MgS7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPxm0MgS7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPxm0MgS7r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPxm0MgS7r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPxm0MgS7r .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPxm0MgS7r .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPxm0MgS7r .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPxm0MgS7r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPxm0MgS7r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPxm0MgS7r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPxm0MgS7r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPxm0MgS7r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPxm0MgS7r button.navbar-toggler:focus {
  outline: none;
}
.cid-tPxm0MgS7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPxm0MgS7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPxm0MgS7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxm0MgS7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxm0MgS7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPxm0MgS7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxm0MgS7r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPxm0MgS7r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPxm0MgS7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxm0MgS7r .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tPxm0MgS7r .collapsed .btn {
  display: flex;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPxm0MgS7r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPxm0MgS7r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tPxm0MgS7r .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPxm0MgS7r .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPxm0MgS7r .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPxm0MgS7r .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPxm0MgS7r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPxm0MgS7r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPxm0MgS7r .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPxm0MgS7r .navbar-expand {
    flex-direction: column;
  }
  .cid-tPxm0MgS7r img {
    height: 3.8rem !important;
  }
  .cid-tPxm0MgS7r .btn {
    display: flex;
  }
  .cid-tPxm0MgS7r button.navbar-toggler {
    display: block;
  }
  .cid-tPxm0MgS7r .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPxm0MgS7r .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPxm0MgS7r .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing,
  .cid-tPxm0MgS7r .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing .navbar-nav,
  .cid-tPxm0MgS7r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPxm0MgS7r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPxm0MgS7r .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPxm0MgS7r .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPxm0MgS7r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPxm0MgS7r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPxm0MgS7r .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPxm0MgS7r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPxm0MgS7r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPxm0MgS7r .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPxm0MgS7r .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tPxm0MgS7r .navbar-collapse {
  flex-basis: auto;
}
.cid-tPxm0MgS7r .nav-link:hover,
.cid-tPxm0MgS7r .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tPxm0OPF4U {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPxm0OPF4U .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPxm0OPF4U .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPxm0OPF4U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPxm0OPF4U .inner-container {
    width: 100% !important;
  }
}
.cid-tPxnfrsPhM {
  background: #f40606;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #f40606, #f40606);
}
.cid-tPxnfrsPhM .image-block {
  margin: auto;
}
.cid-tPxnfrsPhM figcaption {
  position: relative;
}
.cid-tPxnfrsPhM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPxnfrsPhM .image-block {
    width: 100% !important;
  }
}
.cid-tPxm0RVRLv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPxm0RVRLv .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPxm0RVRLv .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPxm0RVRLv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPxm0RVRLv .inner-container {
    width: 100% !important;
  }
}
.cid-tPxm0UfQuy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPxm0UfQuy .content {
    text-align: center;
  }
  .cid-tPxm0UfQuy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPxm0UfQuy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPxm0UfQuy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPxm0UfQuy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tPxm0UfQuy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPxm0UfQuy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPxm0UfQuy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tPxm0UfQuy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPxm0UfQuy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPxm0UfQuy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPxm0UfQuy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPxm0UfQuy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tPxm0UfQuy .copyright > p {
  color: #ffffff;
}
.cid-tPxm0UfQuy P {
  color: #0a0909;
}
.cid-tPxm0UfQuy H5 {
  color: #f40606;
}
.cid-tPxm0VZjPP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tPxpnQIst9 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tPxpnQIst9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tPxpnQIst9 a {
  font-style: normal;
}
.cid-tPxpnQIst9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPxpnQIst9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tPxpnQIst9 .nav-item:focus,
.cid-tPxpnQIst9 .nav-link:focus {
  outline: none;
}
.cid-tPxpnQIst9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tPxpnQIst9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPxpnQIst9 .menu-logo {
  margin-right: auto;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPxpnQIst9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPxpnQIst9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPxpnQIst9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPxpnQIst9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPxpnQIst9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPxpnQIst9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPxpnQIst9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPxpnQIst9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPxpnQIst9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPxpnQIst9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPxpnQIst9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPxpnQIst9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPxpnQIst9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPxpnQIst9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPxpnQIst9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPxpnQIst9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPxpnQIst9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPxpnQIst9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPxpnQIst9 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPxpnQIst9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPxpnQIst9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPxpnQIst9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxpnQIst9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxpnQIst9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPxpnQIst9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxpnQIst9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPxpnQIst9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPxpnQIst9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxpnQIst9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tPxpnQIst9 .collapsed .btn {
  display: flex;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPxpnQIst9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPxpnQIst9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tPxpnQIst9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPxpnQIst9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPxpnQIst9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPxpnQIst9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPxpnQIst9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPxpnQIst9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPxpnQIst9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPxpnQIst9 .navbar-expand {
    flex-direction: column;
  }
  .cid-tPxpnQIst9 img {
    height: 3.8rem !important;
  }
  .cid-tPxpnQIst9 .btn {
    display: flex;
  }
  .cid-tPxpnQIst9 button.navbar-toggler {
    display: block;
  }
  .cid-tPxpnQIst9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPxpnQIst9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPxpnQIst9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing,
  .cid-tPxpnQIst9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPxpnQIst9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPxpnQIst9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPxpnQIst9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPxpnQIst9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPxpnQIst9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPxpnQIst9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPxpnQIst9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPxpnQIst9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPxpnQIst9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPxpnQIst9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPxpnQIst9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tPxpnQIst9 .navbar-collapse {
  flex-basis: auto;
}
.cid-tPxpnQIst9 .nav-link:hover,
.cid-tPxpnQIst9 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tPxpnSCjPD {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPxpnSCjPD .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPxpnSCjPD .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPxpnSCjPD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPxpnSCjPD .inner-container {
    width: 100% !important;
  }
}
.cid-tPxpnTvuNu {
  background: #f40606;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #f40606, #f40606);
}
.cid-tPxpnTvuNu .image-block {
  margin: auto;
}
.cid-tPxpnTvuNu figcaption {
  position: relative;
}
.cid-tPxpnTvuNu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tPxpnTvuNu .image-block {
    width: 100% !important;
  }
}
.cid-tPxpnUvimk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tPxpnUvimk .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPxpnUvimk .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tPxpnUvimk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tPxpnUvimk .inner-container {
    width: 100% !important;
  }
}
.cid-tPxpnVoI9W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPxpnVoI9W .content {
    text-align: center;
  }
  .cid-tPxpnVoI9W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPxpnVoI9W .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPxpnVoI9W .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPxpnVoI9W .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tPxpnVoI9W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPxpnVoI9W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPxpnVoI9W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tPxpnVoI9W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPxpnVoI9W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPxpnVoI9W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPxpnVoI9W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPxpnVoI9W .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tPxpnVoI9W .copyright > p {
  color: #ffffff;
}
.cid-tPxpnVoI9W P {
  color: #0a0909;
}
.cid-tPxpnVoI9W H5 {
  color: #f40606;
}
.cid-tPxpnX23DG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
.cid-tQe1m7m2WJ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tQe1m7m2WJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tQe1m7m2WJ a {
  font-style: normal;
}
.cid-tQe1m7m2WJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tQe1m7m2WJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tQe1m7m2WJ .nav-item:focus,
.cid-tQe1m7m2WJ .nav-link:focus {
  outline: none;
}
.cid-tQe1m7m2WJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tQe1m7m2WJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tQe1m7m2WJ .menu-logo {
  margin-right: auto;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tQe1m7m2WJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tQe1m7m2WJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tQe1m7m2WJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tQe1m7m2WJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQe1m7m2WJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tQe1m7m2WJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tQe1m7m2WJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tQe1m7m2WJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQe1m7m2WJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tQe1m7m2WJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQe1m7m2WJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tQe1m7m2WJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tQe1m7m2WJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tQe1m7m2WJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tQe1m7m2WJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tQe1m7m2WJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tQe1m7m2WJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tQe1m7m2WJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tQe1m7m2WJ button.navbar-toggler:focus {
  outline: none;
}
.cid-tQe1m7m2WJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tQe1m7m2WJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQe1m7m2WJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQe1m7m2WJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQe1m7m2WJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQe1m7m2WJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQe1m7m2WJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQe1m7m2WJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQe1m7m2WJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQe1m7m2WJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tQe1m7m2WJ .collapsed .btn {
  display: flex;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tQe1m7m2WJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tQe1m7m2WJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tQe1m7m2WJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tQe1m7m2WJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tQe1m7m2WJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tQe1m7m2WJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tQe1m7m2WJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tQe1m7m2WJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tQe1m7m2WJ .navbar-expand {
    flex-direction: column;
  }
  .cid-tQe1m7m2WJ img {
    height: 3.8rem !important;
  }
  .cid-tQe1m7m2WJ .btn {
    display: flex;
  }
  .cid-tQe1m7m2WJ button.navbar-toggler {
    display: block;
  }
  .cid-tQe1m7m2WJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tQe1m7m2WJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tQe1m7m2WJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing,
  .cid-tQe1m7m2WJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing .navbar-nav,
  .cid-tQe1m7m2WJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tQe1m7m2WJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tQe1m7m2WJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tQe1m7m2WJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tQe1m7m2WJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tQe1m7m2WJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQe1m7m2WJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tQe1m7m2WJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tQe1m7m2WJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tQe1m7m2WJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tQe1m7m2WJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tQe1m7m2WJ .navbar-collapse {
  flex-basis: auto;
}
.cid-tQe1m7m2WJ .nav-link:hover,
.cid-tQe1m7m2WJ .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tQe1mbqa5T {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tQe1mbqa5T .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQe1mbqa5T .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tQe1mbqa5T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQe1mbqa5T .inner-container {
    width: 100% !important;
  }
}
.cid-tQe1mcpfWO {
  background: #f40606;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #f40606, #f40606);
}
.cid-tQe1mcpfWO .image-block {
  margin: auto;
}
.cid-tQe1mcpfWO figcaption {
  position: relative;
}
.cid-tQe1mcpfWO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tQe1mcpfWO .image-block {
    width: 100% !important;
  }
}
.cid-tQe1mdeT1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ca0a0a;
}
.cid-tQe1mdeT1j .line {
  background-color: #ca0a0a;
  color: #ca0a0a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQe1mdeT1j .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-tQe1mdeT1j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQe1mdeT1j .inner-container {
    width: 100% !important;
  }
}
.cid-tQe1me8xtE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQe1me8xtE .content {
    text-align: center;
  }
  .cid-tQe1me8xtE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQe1me8xtE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tQe1me8xtE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tQe1me8xtE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tQe1me8xtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tQe1me8xtE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tQe1me8xtE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tQe1me8xtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tQe1me8xtE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQe1me8xtE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tQe1me8xtE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQe1me8xtE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tQe1me8xtE .copyright > p {
  color: #ffffff;
}
.cid-tQe1me8xtE P {
  color: #0a0909;
}
.cid-tQe1me8xtE H5 {
  color: #f40606;
}
.cid-tQe1mfTbEC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0909;
}
