body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-trpVFqGnvX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trpVFqGnvX .nav-item:focus,
.cid-trpVFqGnvX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-trpVFqGnvX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-trpVFqGnvX .nav-item .nav-link {
    position: relative;
  }
  .cid-trpVFqGnvX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #6592e6, #e43f3f);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-trpVFqGnvX .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-trpVFqGnvX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpVFqGnvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-trpVFqGnvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trpVFqGnvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trpVFqGnvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trpVFqGnvX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-trpVFqGnvX .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-trpVFqGnvX .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-trpVFqGnvX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-trpVFqGnvX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-trpVFqGnvX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trpVFqGnvX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.show,
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trpVFqGnvX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-trpVFqGnvX .navbar.collapsed .right-menu,
.cid-trpVFqGnvX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar .navbar-collapse.show,
  .cid-trpVFqGnvX .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpVFqGnvX .navbar .navbar-collapse.show .brand-container,
  .cid-trpVFqGnvX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-trpVFqGnvX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trpVFqGnvX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trpVFqGnvX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trpVFqGnvX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-trpVFqGnvX .navbar .right-menu,
  .cid-trpVFqGnvX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-trpVFqGnvX .navbar.navbar-short {
  min-height: 60px;
}
.cid-trpVFqGnvX .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-trpVFqGnvX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-trpVFqGnvX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trpVFqGnvX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trpVFqGnvX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trpVFqGnvX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trpVFqGnvX .dropdown-item.active,
.cid-trpVFqGnvX .dropdown-item:active {
  background-color: transparent;
}
.cid-trpVFqGnvX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trpVFqGnvX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trpVFqGnvX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trpVFqGnvX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trpVFqGnvX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trpVFqGnvX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trpVFqGnvX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-trpVFqGnvX .navbar-buttons {
  margin-left: auto;
}
.cid-trpVFqGnvX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trpVFqGnvX .navbar-dropdown {
  position: fixed;
}
.cid-trpVFqGnvX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trpVFqGnvX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-trpVFqGnvX .right-menu,
.cid-trpVFqGnvX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-trpVFqGnvX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpVFqGnvX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpVFqGnvX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trpVFqGnvX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e43f3f;
  padding: .5rem 0;
}
.cid-trpVFqGnvX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-trpVFqGnvX .card-wrapper {
  z-index: 3;
}
.cid-trpVFqGnvX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trpVFqGnvX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpXTJoiMm {
  display: flex;
  background-image: url("../../../assets/images/educador-canino-1-1256x837.jpeg");
}
.cid-trpXTJoiMm .mbr-overlay {
  background-color: #353535;
  opacity: 0.4;
}
.cid-trpXTJoiMm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-trpXTJoiMm {
    align-items: flex-end;
  }
  .cid-trpXTJoiMm .row {
    justify-content: flex-start;
  }
  .cid-trpXTJoiMm .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-trpXTJoiMm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-trpXTJoiMm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-trpXTJoiMm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-trpXTJoiMm .content-wrap {
    width: 100%;
  }
}
.cid-trpXTJoiMm .mbr-text,
.cid-trpXTJoiMm .mbr-section-btn {
  text-align: left;
}
.cid-trqqvdnHfs {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-trqqvdnHfs .media-content .btn-bgr {
  z-index: 0;
}
.cid-trqqvdnHfs .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-trqqvdnHfs .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-trqqvdnHfs {
    text-align: center !important;
  }
  .cid-trqqvdnHfs .mbr-text {
    text-align: center;
  }
}
.cid-trqqvdnHfs .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trqqvdnHfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-trqqvdnHfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trqqvdnHfs H1 {
  color: #353535;
}
.cid-trqqvdnHfs .mbr-text,
.cid-trqqvdnHfs .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-trqjItAOii {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #fafafa;
}
.cid-trqjItAOii .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-trqjItAOii .mbr-section-title {
  margin: 0;
}
.cid-trqjItAOii .card-img {
  text-align: center;
}
.cid-trqjItAOii .mbr-section-subtitle,
.cid-trqjItAOii .mbr-text {
  color: #8d97ad;
}
.cid-trqjItAOii .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-trqjItAOii .card-img,
  .cid-trqjItAOii .mbr-text,
  .cid-trqjItAOii .mbr-card-title,
  .cid-trqjItAOii .mbr-section-subtitle,
  .cid-trqjItAOii .mbr-section-title,
  .cid-trqjItAOii .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-trqjItAOii .row-item {
    margin-bottom: 2rem;
  }
}
.cid-trqjItAOii .mbr-card-title,
.cid-trqjItAOii .card-img {
  text-align: left;
}
.cid-trqjItAOii .mbr-text {
  text-align: left;
}
.cid-trqdwnuoOB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1586b286-5e12-44fc-ad56-e14f8d3817b3.jpg");
}
.cid-trqdwnuoOB .media-content .btn-bgr {
  z-index: 0;
}
.cid-trqdwnuoOB .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-trqdwnuoOB .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-trqdwnuoOB {
    text-align: center !important;
  }
  .cid-trqdwnuoOB .mbr-text {
    text-align: center;
  }
}
.cid-trqdwnuoOB .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trqdwnuoOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-trqdwnuoOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trqdwnuoOB .mbr-text,
.cid-trqdwnuoOB .mbr-section-btn {
  text-align: left;
}
.cid-trvMXea0Tq {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-trvMXea0Tq .media-content .btn-bgr {
  z-index: 0;
}
.cid-trvMXea0Tq .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-trvMXea0Tq .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-trvMXea0Tq {
    text-align: center !important;
  }
  .cid-trvMXea0Tq .mbr-text {
    text-align: center;
  }
}
.cid-trvMXea0Tq .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trvMXea0Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trvMXea0Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trvMXea0Tq H1 {
  color: #353535;
}
.cid-trvMXea0Tq .mbr-text,
.cid-trvMXea0Tq .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-twC5vXnLbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7e4d6;
}
.cid-twC5vXnLbq .container,
.cid-twC5vXnLbq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-twC5vXnLbq img,
.cid-twC5vXnLbq .item-img {
  height: 100% !important;
  object-fit: cover;
}
.cid-twC5vXnLbq .item:focus,
.cid-twC5vXnLbq span:focus {
  outline: none;
}
.cid-twC5vXnLbq .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-twC5vXnLbq .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-twC5vXnLbq .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cid-twC5vXnLbq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-twC5vXnLbq .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 400px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 1600px;
}
@media (max-width: 992px) {
  .cid-twC5vXnLbq .grid-lyaout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  }
}
@media (max-width: 546px) {
  .cid-twC5vXnLbq .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 3200px;
  }
}
.cid-twC5vXnLbq .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}
@media (max-width: 546px) {
  .cid-twC5vXnLbq .item-content {
    padding: 1.3rem;
  }
}
.cid-twC5vXnLbq .item-content .item-tag,
.cid-twC5vXnLbq .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.cid-twC5vXnLbq .item-wraper {
  position: relative;
}
.cid-twC5vXnLbq .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-twC5vXnLbq .col-lg-grid:hover .item-content {
  transform: translateY(0);
}
.cid-twC5vXnLbq .col-lg-grid:hover .item-tag,
.cid-twC5vXnLbq .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(1) {
  grid-area: item1;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(2) {
  grid-area: item2;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(3) {
  grid-area: item3;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(4) {
  grid-area: item4;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(5) {
  grid-area: item5;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(6) {
  grid-area: item6;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(7) {
  grid-area: item7;
}
.cid-twC5vXnLbq .col-lg-grid:nth-child(8) {
  grid-area: item8;
}
.cid-twC5vXnLbq .item-content {
  margin-top: 1.375rem;
}
.cid-twC5vXnLbq .item-title {
  transition: 0.5s;
}
.cid-twC5vXnLbq .item-title:hover {
  color: #6592e6;
}
.cid-twC5vXnLbq .item-tag {
  color: #9e9e9e;
}
.cid-twC5vXnLbq .item-tag a {
  transition: 0.5s;
}
.cid-twC5vXnLbq .item-tag a:hover {
  color: #6592e6 !important;
}
.cid-twC5vXnLbq .mbr-section-head {
  padding-bottom: 5rem;
}
.cid-twC5vXnLbq .mbr-section-title b:last-child,
.cid-twC5vXnLbq .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-twCbQ25Ooy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/portada-web-2000x1333.jpg");
}
.cid-twCbQ25Ooy .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-twCbQ25Ooy .container,
.cid-twCbQ25Ooy .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-twCbQ25Ooy img,
.cid-twCbQ25Ooy .item-img {
  height: 100% !important;
  object-fit: cover;
}
.cid-twCbQ25Ooy .item:focus,
.cid-twCbQ25Ooy span:focus {
  outline: none;
}
.cid-twCbQ25Ooy .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-twCbQ25Ooy .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-twCbQ25Ooy .item-feature {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cid-twCbQ25Ooy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-twCbQ25Ooy .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 500px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 1000px;
}
@media (max-width: 992px) {
  .cid-twCbQ25Ooy .grid-lyaout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  }
}
@media (max-width: 546px) {
  .cid-twCbQ25Ooy .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1500px;
  }
}
.cid-twCbQ25Ooy .item-content {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}
@media (max-width: 546px) {
  .cid-twCbQ25Ooy .item-content {
    padding: 1.3rem;
  }
}
.cid-twCbQ25Ooy .item-content .item-tag,
.cid-twCbQ25Ooy .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.cid-twCbQ25Ooy .item-wraper {
  position: relative;
}
.cid-twCbQ25Ooy .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-twCbQ25Ooy .col-lg-grid:hover .item-content {
  transform: translateY(0);
}
.cid-twCbQ25Ooy .col-lg-grid:hover .item-tag,
.cid-twCbQ25Ooy .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(1) {
  grid-area: item1;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(2) {
  grid-area: item2;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(3) {
  grid-area: item3;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(4) {
  grid-area: item4;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(5) {
  grid-area: item5;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(6) {
  grid-area: item6;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(7) {
  grid-area: item7;
}
.cid-twCbQ25Ooy .col-lg-grid:nth-child(8) {
  grid-area: item8;
}
.cid-twCbQ25Ooy .item-content {
  margin-top: 1.375rem;
}
.cid-twCbQ25Ooy .item-title {
  transition: 0.5s;
}
.cid-twCbQ25Ooy .item-title:hover {
  color: #6592e6;
}
.cid-twCbQ25Ooy .item-tag {
  color: #9e9e9e;
}
.cid-twCbQ25Ooy .item-tag a {
  transition: 0.5s;
}
.cid-twCbQ25Ooy .item-tag a:hover {
  color: #6592e6 !important;
}
.cid-twCbQ25Ooy .mbr-section-head {
  padding-bottom: 5rem;
}
.cid-twCbQ25Ooy .mbr-section-title b:last-child,
.cid-twCbQ25Ooy .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-trvNId14pb {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-trvNId14pb .media-content .btn-bgr {
  z-index: 0;
}
.cid-trvNId14pb .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-trvNId14pb .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-trvNId14pb {
    text-align: center !important;
  }
  .cid-trvNId14pb .mbr-text {
    text-align: center;
  }
}
.cid-trvNId14pb .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trvNId14pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-trvNId14pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trvNId14pb H1 {
  color: #353535;
}
.cid-trvNId14pb .mbr-text,
.cid-trvNId14pb .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-twAVc60Rok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAVc60Rok .mbr-overlay {
  z-index: 1;
}
.cid-twAVc60Rok .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-twAVc60Rok .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-twAVc60Rok .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-twAVc60Rok .label-text {
  color: #111111;
  width: 100%;
}
.cid-twAVc60Rok .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-twAVc60Rok .item-title span {
  position: relative;
  z-index: 2;
}
.cid-twAVc60Rok .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #6592e6;
  z-index: 1;
}
.cid-twAVc60Rok .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-twAVc60Rok .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-twAVc60Rok .card,
.cid-twAVc60Rok .cards-container,
.cid-twAVc60Rok .card-container {
  padding: 0px;
}
.cid-twAVc60Rok .item-img,
.cid-twAVc60Rok img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-twAVc60Rok .card-container {
  display: flex;
}
.cid-twAVc60Rok .card-container .card {
  border-radius: 0;
}
.cid-twAVc60Rok .card-container .card .item-img {
  height: 100%;
}
.cid-twAVc60Rok .card-container .card .item-img img {
  height: 100%;
}
.cid-twAVc60Rok .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAVc60Rok .cards-container .card {
  border-radius: 0;
}
.cid-twAVc60Rok .cards-container .card .item-img {
  display: flex;
}
.cid-tvKqGkePa2 {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvKqGkePa2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tvKqGkePa2 .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-tvKqGkePa2 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-tvKqGkePa2 {
    text-align: center !important;
  }
  .cid-tvKqGkePa2 .mbr-text {
    text-align: center;
  }
}
.cid-tvKqGkePa2 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tvKqGkePa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKqGkePa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKqGkePa2 H1 {
  color: #353535;
}
.cid-tvKqGkePa2 .mbr-text,
.cid-tvKqGkePa2 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tvKrX7cSDX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvKrX7cSDX img,
.cid-tvKrX7cSDX .item-img {
  width: 100%;
}
.cid-tvKrX7cSDX .item:focus,
.cid-tvKrX7cSDX span:focus {
  outline: none;
}
.cid-tvKrX7cSDX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvKrX7cSDX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvKrX7cSDX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvKrX7cSDX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvKrX7cSDX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvKrX7cSDX .mbr-section-title {
  color: #232323;
}
.cid-tvKrX7cSDX .mbr-text,
.cid-tvKrX7cSDX .mbr-section-btn {
  text-align: left;
}
.cid-tvKrX7cSDX .item-title {
  text-align: left;
}
.cid-tvKrX7cSDX .item-subtitle {
  text-align: left;
}
.cid-tvLpQ5z6u2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-tvLpQ5z6u2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tvLpQ5z6u2 .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-tvLpQ5z6u2 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-tvLpQ5z6u2 {
    text-align: center !important;
  }
  .cid-tvLpQ5z6u2 .mbr-text {
    text-align: center;
  }
}
.cid-tvLpQ5z6u2 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tvLpQ5z6u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvLpQ5z6u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvLpQ5z6u2 H1 {
  color: #353535;
}
.cid-tvLpQ5z6u2 .mbr-text,
.cid-tvLpQ5z6u2 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-twAZRUCEbt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twAZRUCEbt img {
  width: 120px;
  margin: auto;
}
.cid-twAZRUCEbt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twAZRUCEbt .card {
    max-width: 12.5%;
  }
}
.cid-tvLombug8t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-tvLombug8t .row {
  align-items: center;
}
.cid-tvLombug8t .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tvLombug8t .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-tvLombug8t .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tvLombug8t .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tvLombug8t .header-text {
    padding-right: 0;
  }
}
.cid-tvLombug8t .label-text {
  width: 100%;
  color: #111111;
}
.cid-tvLombug8t .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-tvLombug8t .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tvLombug8t .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tvLombug8t .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-tvLombug8t .iconfont-wrapper {
  color: #111111 !important;
}
.cid-tvLombug8t .iconfont-wrapper:hover {
  color: #6592e6 !important;
}
.cid-tvLombug8t .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-tvLombug8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvLombug8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trpVFqGnvX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trpVFqGnvX .nav-item:focus,
.cid-trpVFqGnvX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-trpVFqGnvX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-trpVFqGnvX .nav-item .nav-link {
    position: relative;
  }
  .cid-trpVFqGnvX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #6592e6, #e43f3f);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-trpVFqGnvX .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-trpVFqGnvX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpVFqGnvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-trpVFqGnvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trpVFqGnvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trpVFqGnvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trpVFqGnvX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-trpVFqGnvX .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-trpVFqGnvX .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-trpVFqGnvX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-trpVFqGnvX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-trpVFqGnvX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trpVFqGnvX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.show,
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-trpVFqGnvX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trpVFqGnvX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trpVFqGnvX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpVFqGnvX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-trpVFqGnvX .navbar.collapsed .right-menu,
.cid-trpVFqGnvX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar .navbar-collapse.show,
  .cid-trpVFqGnvX .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpVFqGnvX .navbar .navbar-collapse.show .brand-container,
  .cid-trpVFqGnvX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-trpVFqGnvX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trpVFqGnvX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trpVFqGnvX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trpVFqGnvX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpVFqGnvX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-trpVFqGnvX .navbar .right-menu,
  .cid-trpVFqGnvX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-trpVFqGnvX .navbar.navbar-short {
  min-height: 60px;
}
.cid-trpVFqGnvX .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-trpVFqGnvX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-trpVFqGnvX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trpVFqGnvX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trpVFqGnvX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trpVFqGnvX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trpVFqGnvX .dropdown-item.active,
.cid-trpVFqGnvX .dropdown-item:active {
  background-color: transparent;
}
.cid-trpVFqGnvX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trpVFqGnvX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trpVFqGnvX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trpVFqGnvX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trpVFqGnvX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trpVFqGnvX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trpVFqGnvX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-trpVFqGnvX .navbar-buttons {
  margin-left: auto;
}
.cid-trpVFqGnvX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trpVFqGnvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-trpVFqGnvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trpVFqGnvX .navbar-dropdown {
  position: fixed;
}
.cid-trpVFqGnvX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trpVFqGnvX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-trpVFqGnvX .right-menu,
.cid-trpVFqGnvX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-trpVFqGnvX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpVFqGnvX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpVFqGnvX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trpVFqGnvX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e43f3f;
  padding: .5rem 0;
}
.cid-trpVFqGnvX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-trpVFqGnvX .card-wrapper {
  z-index: 3;
}
.cid-trpVFqGnvX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-trpVFqGnvX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trpVFqGnvX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twB2xQawUD {
  padding-top: 160px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1586b286-5e12-44fc-ad56-e14f8d3817b3.jpg");
}
.cid-twB2xQawUD .media-content .btn-bgr {
  z-index: 0;
}
.cid-twB2xQawUD .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-twB2xQawUD .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-twB2xQawUD {
    text-align: center !important;
  }
  .cid-twB2xQawUD .mbr-text {
    text-align: center;
  }
}
.cid-twB2xQawUD .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-twB2xQawUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twB2xQawUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twB2xQawUD .mbr-text,
.cid-twB2xQawUD .mbr-section-btn {
  text-align: left;
}
.cid-twCgK78g4L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twCgK78g4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-twCgK78g4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twCgK78g4L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-twCgK78g4L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-twCgK78g4L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-twCoxWJOzJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-twCoxWJOzJ .media-content .btn-bgr {
  z-index: 0;
}
.cid-twCoxWJOzJ .mbr-overlay {
  background: linear-gradient(90deg, #bbbbbb, #232323);
}
@media (min-width: 992px) {
  .cid-twCoxWJOzJ .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-twCoxWJOzJ {
    text-align: center !important;
  }
  .cid-twCoxWJOzJ .mbr-text {
    text-align: center;
  }
}
.cid-twCoxWJOzJ .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-twCoxWJOzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twCoxWJOzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twCoxWJOzJ H1 {
  color: #353535;
}
.cid-twCoxWJOzJ .mbr-text,
.cid-twCoxWJOzJ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-twCosjLKKL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twCosjLKKL img {
  width: 120px;
  margin: auto;
}
.cid-twCosjLKKL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twCosjLKKL .card {
    max-width: 12.5%;
  }
}
.cid-twCosWB887 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-twCosWB887 .row {
  align-items: center;
}
.cid-twCosWB887 .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-twCosWB887 .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-twCosWB887 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-twCosWB887 .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-twCosWB887 .header-text {
    padding-right: 0;
  }
}
.cid-twCosWB887 .label-text {
  width: 100%;
  color: #111111;
}
.cid-twCosWB887 .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-twCosWB887 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-twCosWB887 .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-twCosWB887 .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-twCosWB887 .iconfont-wrapper {
  color: #111111 !important;
}
.cid-twCosWB887 .iconfont-wrapper:hover {
  color: #6592e6 !important;
}
.cid-twCosWB887 .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-twCosWB887 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twCosWB887 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
