body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #e43f3f !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #19223e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00aeef !important;
  border-color: #00aeef !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: #006f98 !important;
  border-color: #006f98 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #006f98 !important;
  border-color: #006f98 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #19223e !important;
  border-color: #19223e !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00aeef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #006f98 !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: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #19223e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #19223e !important;
  border-color: #19223e !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: #ffffff !important;
}
.text-secondary {
  color: #00aeef !important;
}
.text-success {
  color: #e43f3f !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #19223e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006489 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a61717 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #19223e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #fdf2f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: #7589c7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00aeef !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='%23ffffff' %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-ttNVTQM4mH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVTQM4mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVTQM4mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVTQM4mH .row {
  justify-content: space-between;
}
.cid-ttNVTQM4mH .mbr-text,
.cid-ttNVTQM4mH .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVTQM4mH .mbr-section-title {
  color: #ffffff;
}
.cid-ttmkEfiWaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmkEfiWaM .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmkEfiWaM .row {
    padding: 20px 34px;
  }
}
.cid-ttmkEfiWaM .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-qt {
  /* Type valid CSS here */
}
#custom-html-qt div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qt p {
  font-size: 60px;
  color: #777;
}
.cid-ttm2i2P6zE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttm2i2P6zE .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttm2i2P6zE .row {
    padding: 20px 34px;
  }
}
.cid-ttm2i2P6zE .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVX2utu0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVX2utu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVX2utu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVX2utu0 .row {
  justify-content: space-between;
}
.cid-ttNVX2utu0 .mbr-text,
.cid-ttNVX2utu0 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVX2utu0 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmkZBydWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmkZBydWL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmkZBydWL .row {
    padding: 20px 34px;
  }
}
.cid-ttmkZBydWL .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-qv {
  /* Type valid CSS here */
}
#custom-html-qv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qv p {
  font-size: 60px;
  color: #777;
}
.cid-ttmage8Xg3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmage8Xg3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmage8Xg3 .row {
    padding: 20px 34px;
  }
}
.cid-ttmage8Xg3 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVZJXNxi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVZJXNxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVZJXNxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVZJXNxi .row {
  justify-content: space-between;
}
.cid-ttNVZJXNxi .mbr-text,
.cid-ttNVZJXNxi .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVZJXNxi .mbr-section-title {
  color: #ffffff;
}
.cid-ttml57eD48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttml57eD48 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttml57eD48 .row {
    padding: 20px 34px;
  }
}
.cid-ttml57eD48 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-qx {
  /* Type valid CSS here */
}
#custom-html-qx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qx p {
  font-size: 60px;
  color: #777;
}
.cid-ttmaoAD63c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmaoAD63c .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmaoAD63c .row {
    padding: 20px 34px;
  }
}
.cid-ttmaoAD63c .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVVrWqWl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVVrWqWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVVrWqWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVVrWqWl .row {
  justify-content: space-between;
}
.cid-ttNVVrWqWl .mbr-text,
.cid-ttNVVrWqWl .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVVrWqWl .mbr-section-title {
  color: #ffffff;
}
.cid-ttmkSi56Ql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmkSi56Ql .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmkSi56Ql .row {
    padding: 20px 34px;
  }
}
.cid-ttmkSi56Ql .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-qz {
  /* Type valid CSS here */
}
#custom-html-qz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qz p {
  font-size: 60px;
  color: #777;
}
.cid-ttma6pD7LJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttma6pD7LJ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttma6pD7LJ .row {
    padding: 20px 34px;
  }
}
.cid-ttma6pD7LJ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNW19Qg0N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNW19Qg0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNW19Qg0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNW19Qg0N .row {
  justify-content: space-between;
}
.cid-ttNW19Qg0N .mbr-text,
.cid-ttNW19Qg0N .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNW19Qg0N .mbr-section-title {
  color: #ffffff;
}
.cid-ttmlcdH2EU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmlcdH2EU .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmlcdH2EU .row {
    padding: 20px 34px;
  }
}
.cid-ttmlcdH2EU .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-r6 {
  /* Type valid CSS here */
}
#custom-html-r6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-r6 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmbU3Tr44 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmbU3Tr44 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmbU3Tr44 .row {
    padding: 20px 34px;
  }
}
.cid-ttmbU3Tr44 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNW2UAbxg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNW2UAbxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNW2UAbxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNW2UAbxg .row {
  justify-content: space-between;
}
.cid-ttNW2UAbxg .mbr-text,
.cid-ttNW2UAbxg .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNW2UAbxg .mbr-section-title {
  color: #ffffff;
}
.cid-ttmlhRpw12 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmlhRpw12 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmlhRpw12 .row {
    padding: 20px 34px;
  }
}
.cid-ttmlhRpw12 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-r9 {
  /* Type valid CSS here */
}
#custom-html-r9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-r9 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmc9McanU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmc9McanU .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmc9McanU .row {
    padding: 20px 34px;
  }
}
.cid-ttmc9McanU .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNW4Cv7Ar {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNW4Cv7Ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNW4Cv7Ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNW4Cv7Ar .row {
  justify-content: space-between;
}
.cid-ttNW4Cv7Ar .mbr-text,
.cid-ttNW4Cv7Ar .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNW4Cv7Ar .mbr-section-title {
  color: #ffffff;
}
.cid-ttmlmg1f3i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmlmg1f3i .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmlmg1f3i .row {
    padding: 20px 34px;
  }
}
.cid-ttmlmg1f3i .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rc {
  /* Type valid CSS here */
}
#custom-html-rc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rc p {
  font-size: 60px;
  color: #777;
}
.cid-ttmdclsbXH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmdclsbXH .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmdclsbXH .row {
    padding: 20px 34px;
  }
}
.cid-ttmdclsbXH .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNW6rWI7z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNW6rWI7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNW6rWI7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNW6rWI7z .row {
  justify-content: space-between;
}
.cid-ttNW6rWI7z .mbr-text,
.cid-ttNW6rWI7z .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNW6rWI7z .mbr-section-title {
  color: #ffffff;
}
.cid-ttmlso5k0f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmlso5k0f .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmlso5k0f .row {
    padding: 20px 34px;
  }
}
.cid-ttmlso5k0f .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rf {
  /* Type valid CSS here */
}
#custom-html-rf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rf p {
  font-size: 60px;
  color: #777;
}
.cid-ttmdqWzPWO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmdqWzPWO .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmdqWzPWO .row {
    padding: 20px 34px;
  }
}
.cid-ttmdqWzPWO .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNW8F3GOY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNW8F3GOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNW8F3GOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNW8F3GOY .row {
  justify-content: space-between;
}
.cid-ttNW8F3GOY .mbr-text,
.cid-ttNW8F3GOY .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNW8F3GOY .mbr-section-title {
  color: #ffffff;
}
.cid-ttmoVT0rdE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmoVT0rdE .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmoVT0rdE .row {
    padding: 20px 34px;
  }
}
.cid-ttmoVT0rdE .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rk {
  /* Type valid CSS here */
}
#custom-html-rk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rk p {
  font-size: 60px;
  color: #777;
}
.cid-ttmgS0i4yZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmgS0i4yZ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmgS0i4yZ .row {
    padding: 20px 34px;
  }
}
.cid-ttmgS0i4yZ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWaSFKcT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWaSFKcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWaSFKcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWaSFKcT .row {
  justify-content: space-between;
}
.cid-ttNWaSFKcT .mbr-text,
.cid-ttNWaSFKcT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWaSFKcT .mbr-section-title {
  color: #ffffff;
}
.cid-ttmp0KWFIQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmp0KWFIQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmp0KWFIQ .row {
    padding: 20px 34px;
  }
}
.cid-ttmp0KWFIQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rn {
  /* Type valid CSS here */
}
#custom-html-rn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rn p {
  font-size: 60px;
  color: #777;
}
.cid-ttmh3pkBz7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmh3pkBz7 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmh3pkBz7 .row {
    padding: 20px 34px;
  }
}
.cid-ttmh3pkBz7 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWcCZCDT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWcCZCDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWcCZCDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWcCZCDT .row {
  justify-content: space-between;
}
.cid-ttNWcCZCDT .mbr-text,
.cid-ttNWcCZCDT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWcCZCDT .mbr-section-title {
  color: #ffffff;
}
.cid-ttmp5mDGsf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmp5mDGsf .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmp5mDGsf .row {
    padding: 20px 34px;
  }
}
.cid-ttmp5mDGsf .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rq {
  /* Type valid CSS here */
}
#custom-html-rq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rq p {
  font-size: 60px;
  color: #777;
}
.cid-ttmhd6yrBw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmhd6yrBw .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmhd6yrBw .row {
    padding: 20px 34px;
  }
}
.cid-ttmhd6yrBw .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWescWEP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWescWEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWescWEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWescWEP .row {
  justify-content: space-between;
}
.cid-ttNWescWEP .mbr-text,
.cid-ttNWescWEP .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWescWEP .mbr-section-title {
  color: #ffffff;
}
.cid-ttmpbf4bsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmpbf4bsa .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmpbf4bsa .row {
    padding: 20px 34px;
  }
}
.cid-ttmpbf4bsa .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rt {
  /* Type valid CSS here */
}
#custom-html-rt div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rt p {
  font-size: 60px;
  color: #777;
}
.cid-ttmhnrUlu2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmhnrUlu2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmhnrUlu2 .row {
    padding: 20px 34px;
  }
}
.cid-ttmhnrUlu2 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWgaTYlu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWgaTYlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWgaTYlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWgaTYlu .row {
  justify-content: space-between;
}
.cid-ttNWgaTYlu .mbr-text,
.cid-ttNWgaTYlu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWgaTYlu .mbr-section-title {
  color: #ffffff;
}
.cid-ttmpfNhvGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmpfNhvGX .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmpfNhvGX .row {
    padding: 20px 34px;
  }
}
.cid-ttmpfNhvGX .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rw {
  /* Type valid CSS here */
}
#custom-html-rw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rw p {
  font-size: 60px;
  color: #777;
}
.cid-ttmi5OBvKG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmi5OBvKG .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmi5OBvKG .row {
    padding: 20px 34px;
  }
}
.cid-ttmi5OBvKG .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWhYuRvN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWhYuRvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWhYuRvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWhYuRvN .row {
  justify-content: space-between;
}
.cid-ttNWhYuRvN .mbr-text,
.cid-ttNWhYuRvN .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWhYuRvN .mbr-section-title {
  color: #ffffff;
}
.cid-ttmplYAo0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmplYAo0B .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmplYAo0B .row {
    padding: 20px 34px;
  }
}
.cid-ttmplYAo0B .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-rz {
  /* Type valid CSS here */
}
#custom-html-rz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rz p {
  font-size: 60px;
  color: #777;
}
.cid-ttmiuBMEVq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmiuBMEVq .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmiuBMEVq .row {
    padding: 20px 34px;
  }
}
.cid-ttmiuBMEVq .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWjwc9TJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWjwc9TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWjwc9TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWjwc9TJ .row {
  justify-content: space-between;
}
.cid-ttNWjwc9TJ .mbr-text,
.cid-ttNWjwc9TJ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWjwc9TJ .mbr-section-title {
  color: #ffffff;
}
.cid-ttmps7Vuh8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmps7Vuh8 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmps7Vuh8 .row {
    padding: 20px 34px;
  }
}
.cid-ttmps7Vuh8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-s5 {
  /* Type valid CSS here */
}
#custom-html-s5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-s5 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmiI75rRl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmiI75rRl .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmiI75rRl .row {
    padding: 20px 34px;
  }
}
.cid-ttmiI75rRl .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWmLPHRp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWmLPHRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWmLPHRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWmLPHRp .row {
  justify-content: space-between;
}
.cid-ttNWmLPHRp .mbr-text,
.cid-ttNWmLPHRp .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWmLPHRp .mbr-section-title {
  color: #ffffff;
}
.cid-ttmpxvTWXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmpxvTWXq .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmpxvTWXq .row {
    padding: 20px 34px;
  }
}
.cid-ttmpxvTWXq .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-s8 {
  /* Type valid CSS here */
}
#custom-html-s8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-s8 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmiTp078e {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmiTp078e .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmiTp078e .row {
    padding: 20px 34px;
  }
}
.cid-ttmiTp078e .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWBSB25g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWBSB25g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWBSB25g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWBSB25g .row {
  justify-content: space-between;
}
.cid-ttNWBSB25g .mbr-text,
.cid-ttNWBSB25g .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWBSB25g .mbr-section-title {
  color: #ffffff;
}
.cid-ttmpA7rL0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmpA7rL0M .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmpA7rL0M .row {
    padding: 20px 34px;
  }
}
.cid-ttmpA7rL0M .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-sr {
  /* Type valid CSS here */
}
#custom-html-sr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-sr p {
  font-size: 60px;
  color: #777;
}
.cid-ttmpA8aVXq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmpA8aVXq .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmpA8aVXq .row {
    padding: 20px 34px;
  }
}
.cid-ttmpA8aVXq .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWoeMrnH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWoeMrnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWoeMrnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWoeMrnH .row {
  justify-content: space-between;
}
.cid-ttNWoeMrnH .mbr-text,
.cid-ttNWoeMrnH .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWoeMrnH .mbr-section-title {
  color: #ffffff;
}
.cid-ttmyJHlq74 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmyJHlq74 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmyJHlq74 .row {
    padding: 20px 34px;
  }
}
.cid-ttmyJHlq74 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-su {
  /* Type valid CSS here */
}
#custom-html-su div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-su p {
  font-size: 60px;
  color: #777;
}
.cid-ttmyJIp27S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmyJIp27S .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmyJIp27S .row {
    padding: 20px 34px;
  }
}
.cid-ttmyJIp27S .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWq1mpBr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWq1mpBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWq1mpBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWq1mpBr .row {
  justify-content: space-between;
}
.cid-ttNWq1mpBr .mbr-text,
.cid-ttNWq1mpBr .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWq1mpBr .mbr-section-title {
  color: #ffffff;
}
.cid-ttmyYIlzkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmyYIlzkk .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmyYIlzkk .row {
    padding: 20px 34px;
  }
}
.cid-ttmyYIlzkk .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-sx {
  /* Type valid CSS here */
}
#custom-html-sx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-sx p {
  font-size: 60px;
  color: #777;
}
.cid-ttmyYJ14T4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmyYJ14T4 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmyYJ14T4 .row {
    padding: 20px 34px;
  }
}
.cid-ttmyYJ14T4 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWrqKLT1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWrqKLT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWrqKLT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWrqKLT1 .row {
  justify-content: space-between;
}
.cid-ttNWrqKLT1 .mbr-text,
.cid-ttNWrqKLT1 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWrqKLT1 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmzcecdmB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzcecdmB .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzcecdmB .row {
    padding: 20px 34px;
  }
}
.cid-ttmzcecdmB .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-t0 {
  /* Type valid CSS here */
}
#custom-html-t0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t0 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmzceLeCq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzceLeCq .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzceLeCq .row {
    padding: 20px 34px;
  }
}
.cid-ttmzceLeCq .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWt9Aulu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWt9Aulu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWt9Aulu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWt9Aulu .row {
  justify-content: space-between;
}
.cid-ttNWt9Aulu .mbr-text,
.cid-ttNWt9Aulu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWt9Aulu .mbr-section-title {
  color: #ffffff;
}
.cid-ttmzn1iZtv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzn1iZtv .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzn1iZtv .row {
    padding: 20px 34px;
  }
}
.cid-ttmzn1iZtv .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-t3 {
  /* Type valid CSS here */
}
#custom-html-t3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t3 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmzn1UC9u {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzn1UC9u .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzn1UC9u .row {
    padding: 20px 34px;
  }
}
.cid-ttmzn1UC9u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWvjCbH4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWvjCbH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWvjCbH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWvjCbH4 .row {
  justify-content: space-between;
}
.cid-ttNWvjCbH4 .mbr-text,
.cid-ttNWvjCbH4 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWvjCbH4 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmzCBV6ck {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzCBV6ck .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzCBV6ck .row {
    padding: 20px 34px;
  }
}
.cid-ttmzCBV6ck .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-t6 {
  /* Type valid CSS here */
}
#custom-html-t6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t6 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmzCCtuVN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmzCCtuVN .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmzCCtuVN .row {
    padding: 20px 34px;
  }
}
.cid-ttmzCCtuVN .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWx1OxaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWx1OxaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWx1OxaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWx1OxaK .row {
  justify-content: space-between;
}
.cid-ttNWx1OxaK .mbr-text,
.cid-ttNWx1OxaK .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWx1OxaK .mbr-section-title {
  color: #ffffff;
}
.cid-ttmA7OsSvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmA7OsSvs .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmA7OsSvs .row {
    padding: 20px 34px;
  }
}
.cid-ttmA7OsSvs .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-t9 {
  /* Type valid CSS here */
}
#custom-html-t9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t9 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmA7PF3KC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmA7PF3KC .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmA7PF3KC .row {
    padding: 20px 34px;
  }
}
.cid-ttmA7PF3KC .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWyBFsu1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWyBFsu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWyBFsu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWyBFsu1 .row {
  justify-content: space-between;
}
.cid-ttNWyBFsu1 .mbr-text,
.cid-ttNWyBFsu1 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWyBFsu1 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmAkDaBvv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAkDaBvv .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAkDaBvv .row {
    padding: 20px 34px;
  }
}
.cid-ttmAkDaBvv .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tc {
  /* Type valid CSS here */
}
#custom-html-tc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tc p {
  font-size: 60px;
  color: #777;
}
.cid-ttmAkDS57x {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAkDS57x .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAkDS57x .row {
    padding: 20px 34px;
  }
}
.cid-ttmAkDS57x .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWzUzmQG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWzUzmQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWzUzmQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWzUzmQG .row {
  justify-content: space-between;
}
.cid-ttNWzUzmQG .mbr-text,
.cid-ttNWzUzmQG .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWzUzmQG .mbr-section-title {
  color: #ffffff;
}
.cid-ttmAy3sKvU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAy3sKvU .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAy3sKvU .row {
    padding: 20px 34px;
  }
}
.cid-ttmAy3sKvU .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tf {
  /* Type valid CSS here */
}
#custom-html-tf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tf p {
  font-size: 60px;
  color: #777;
}
.cid-ttmAy45KSc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAy45KSc .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAy45KSc .row {
    padding: 20px 34px;
  }
}
.cid-ttmAy45KSc .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWDZwkf2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWDZwkf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWDZwkf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWDZwkf2 .row {
  justify-content: space-between;
}
.cid-ttNWDZwkf2 .mbr-text,
.cid-ttNWDZwkf2 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWDZwkf2 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmAYsCmJt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAYsCmJt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAYsCmJt .row {
    padding: 20px 34px;
  }
}
.cid-ttmAYsCmJt .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ti {
  /* Type valid CSS here */
}
#custom-html-ti div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ti p {
  font-size: 60px;
  color: #777;
}
.cid-ttmAYthBAN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmAYthBAN .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmAYthBAN .row {
    padding: 20px 34px;
  }
}
.cid-ttmAYthBAN .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWFzmlZf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWFzmlZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWFzmlZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWFzmlZf .row {
  justify-content: space-between;
}
.cid-ttNWFzmlZf .mbr-text,
.cid-ttNWFzmlZf .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWFzmlZf .mbr-section-title {
  color: #ffffff;
}
.cid-ttmEK3TstP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmEK3TstP .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmEK3TstP .row {
    padding: 20px 34px;
  }
}
.cid-ttmEK3TstP .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tl {
  /* Type valid CSS here */
}
#custom-html-tl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tl p {
  font-size: 60px;
  color: #777;
}
.cid-ttmEK4rmLH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmEK4rmLH .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmEK4rmLH .row {
    padding: 20px 34px;
  }
}
.cid-ttmEK4rmLH .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWHvwF5i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWHvwF5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWHvwF5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWHvwF5i .row {
  justify-content: space-between;
}
.cid-ttNWHvwF5i .mbr-text,
.cid-ttNWHvwF5i .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWHvwF5i .mbr-section-title {
  color: #ffffff;
}
.cid-ttmEUW5Jye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmEUW5Jye .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmEUW5Jye .row {
    padding: 20px 34px;
  }
}
.cid-ttmEUW5Jye .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-to {
  /* Type valid CSS here */
}
#custom-html-to div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-to p {
  font-size: 60px;
  color: #777;
}
.cid-ttmEUWEqLr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmEUWEqLr .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmEUWEqLr .row {
    padding: 20px 34px;
  }
}
.cid-ttmEUWEqLr .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWIXkT0G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWIXkT0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWIXkT0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWIXkT0G .row {
  justify-content: space-between;
}
.cid-ttNWIXkT0G .mbr-text,
.cid-ttNWIXkT0G .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWIXkT0G .mbr-section-title {
  color: #ffffff;
}
.cid-ttmFEEXFbP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFEEXFbP .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFEEXFbP .row {
    padding: 20px 34px;
  }
}
.cid-ttmFEEXFbP .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tr {
  /* Type valid CSS here */
}
#custom-html-tr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tr p {
  font-size: 60px;
  color: #777;
}
.cid-ttmFEFWc6Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFEFWc6Y .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFEFWc6Y .row {
    padding: 20px 34px;
  }
}
.cid-ttmFEFWc6Y .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWKspYnd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWKspYnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWKspYnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWKspYnd .row {
  justify-content: space-between;
}
.cid-ttNWKspYnd .mbr-text,
.cid-ttNWKspYnd .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWKspYnd .mbr-section-title {
  color: #ffffff;
}
.cid-ttmFPsFi10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFPsFi10 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFPsFi10 .row {
    padding: 20px 34px;
  }
}
.cid-ttmFPsFi10 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tu {
  /* Type valid CSS here */
}
#custom-html-tu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tu p {
  font-size: 60px;
  color: #777;
}
.cid-ttmFPtmtbz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFPtmtbz .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFPtmtbz .row {
    padding: 20px 34px;
  }
}
.cid-ttmFPtmtbz .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWLQZVlu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWLQZVlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWLQZVlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWLQZVlu .row {
  justify-content: space-between;
}
.cid-ttNWLQZVlu .mbr-text,
.cid-ttNWLQZVlu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWLQZVlu .mbr-section-title {
  color: #ffffff;
}
.cid-ttmFYuVMBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFYuVMBI .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFYuVMBI .row {
    padding: 20px 34px;
  }
}
.cid-ttmFYuVMBI .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-tx {
  /* Type valid CSS here */
}
#custom-html-tx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-tx p {
  font-size: 60px;
  color: #777;
}
.cid-ttmFYvsFQK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmFYvsFQK .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmFYvsFQK .row {
    padding: 20px 34px;
  }
}
.cid-ttmFYvsFQK .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWNCE5Nf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWNCE5Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWNCE5Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWNCE5Nf .row {
  justify-content: space-between;
}
.cid-ttNWNCE5Nf .mbr-text,
.cid-ttNWNCE5Nf .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWNCE5Nf .mbr-section-title {
  color: #ffffff;
}
.cid-ttmG8honPu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmG8honPu .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmG8honPu .row {
    padding: 20px 34px;
  }
}
.cid-ttmG8honPu .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-u0 {
  /* Type valid CSS here */
}
#custom-html-u0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u0 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmG8i9uid {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmG8i9uid .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmG8i9uid .row {
    padding: 20px 34px;
  }
}
.cid-ttmG8i9uid .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWPol0MP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWPol0MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWPol0MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWPol0MP .row {
  justify-content: space-between;
}
.cid-ttNWPol0MP .mbr-text,
.cid-ttNWPol0MP .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWPol0MP .mbr-section-title {
  color: #ffffff;
}
.cid-ttmGgJGBuX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGgJGBuX .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGgJGBuX .row {
    padding: 20px 34px;
  }
}
.cid-ttmGgJGBuX .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-u3 {
  /* Type valid CSS here */
}
#custom-html-u3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u3 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmGgKIc3c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGgKIc3c .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGgKIc3c .row {
    padding: 20px 34px;
  }
}
.cid-ttmGgKIc3c .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWQQ08G3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWQQ08G3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWQQ08G3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWQQ08G3 .row {
  justify-content: space-between;
}
.cid-ttNWQQ08G3 .mbr-text,
.cid-ttNWQQ08G3 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWQQ08G3 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmGrMyHNj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGrMyHNj .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGrMyHNj .row {
    padding: 20px 34px;
  }
}
.cid-ttmGrMyHNj .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-u6 {
  /* Type valid CSS here */
}
#custom-html-u6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u6 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmGrNx7qw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGrNx7qw .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGrNx7qw .row {
    padding: 20px 34px;
  }
}
.cid-ttmGrNx7qw .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWSvufAz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWSvufAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWSvufAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWSvufAz .row {
  justify-content: space-between;
}
.cid-ttNWSvufAz .mbr-text,
.cid-ttNWSvufAz .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWSvufAz .mbr-section-title {
  color: #ffffff;
}
.cid-ttmGD8ihXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGD8ihXQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGD8ihXQ .row {
    padding: 20px 34px;
  }
}
.cid-ttmGD8ihXQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-u9 {
  /* Type valid CSS here */
}
#custom-html-u9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u9 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmGD9ft13 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmGD9ft13 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmGD9ft13 .row {
    padding: 20px 34px;
  }
}
.cid-ttmGD9ft13 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWU1XTAy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWU1XTAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWU1XTAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWU1XTAy .row {
  justify-content: space-between;
}
.cid-ttNWU1XTAy .mbr-text,
.cid-ttNWU1XTAy .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWU1XTAy .mbr-section-title {
  color: #ffffff;
}
.cid-ttmHsD1hOp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHsD1hOp .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHsD1hOp .row {
    padding: 20px 34px;
  }
}
.cid-ttmHsD1hOp .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-uc {
  /* Type valid CSS here */
}
#custom-html-uc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-uc p {
  font-size: 60px;
  color: #777;
}
.cid-ttmHsE2Co2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHsE2Co2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHsE2Co2 .row {
    padding: 20px 34px;
  }
}
.cid-ttmHsE2Co2 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWVRO2Tb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWVRO2Tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWVRO2Tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWVRO2Tb .row {
  justify-content: space-between;
}
.cid-ttNWVRO2Tb .mbr-text,
.cid-ttNWVRO2Tb .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWVRO2Tb .mbr-section-title {
  color: #ffffff;
}
.cid-ttmHBjnTZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHBjnTZQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHBjnTZQ .row {
    padding: 20px 34px;
  }
}
.cid-ttmHBjnTZQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-uf {
  /* Type valid CSS here */
}
#custom-html-uf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-uf p {
  font-size: 60px;
  color: #777;
}
.cid-ttmHBjZ5BO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHBjZ5BO .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHBjZ5BO .row {
    padding: 20px 34px;
  }
}
.cid-ttmHBjZ5BO .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWY039km {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWY039km .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWY039km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWY039km .row {
  justify-content: space-between;
}
.cid-ttNWY039km .mbr-text,
.cid-ttNWY039km .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWY039km .mbr-section-title {
  color: #ffffff;
}
.cid-ttmHM4AtXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHM4AtXY .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHM4AtXY .row {
    padding: 20px 34px;
  }
}
.cid-ttmHM4AtXY .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ui {
  /* Type valid CSS here */
}
#custom-html-ui div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ui p {
  font-size: 60px;
  color: #777;
}
.cid-ttmHM5fbvB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHM5fbvB .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHM5fbvB .row {
    padding: 20px 34px;
  }
}
.cid-ttmHM5fbvB .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNWZOHwyy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNWZOHwyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNWZOHwyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNWZOHwyy .row {
  justify-content: space-between;
}
.cid-ttNWZOHwyy .mbr-text,
.cid-ttNWZOHwyy .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNWZOHwyy .mbr-section-title {
  color: #ffffff;
}
.cid-ttmHVW6fBC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHVW6fBC .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHVW6fBC .row {
    padding: 20px 34px;
  }
}
.cid-ttmHVW6fBC .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ul {
  /* Type valid CSS here */
}
#custom-html-ul div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ul p {
  font-size: 60px;
  color: #777;
}
.cid-ttmHVWX9fs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmHVWX9fs .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmHVWX9fs .row {
    padding: 20px 34px;
  }
}
.cid-ttmHVWX9fs .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNX22meBi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNX22meBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNX22meBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNX22meBi .row {
  justify-content: space-between;
}
.cid-ttNX22meBi .mbr-text,
.cid-ttNX22meBi .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNX22meBi .mbr-section-title {
  color: #ffffff;
}
.cid-ttmI5zQbqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmI5zQbqO .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmI5zQbqO .row {
    padding: 20px 34px;
  }
}
.cid-ttmI5zQbqO .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-uo {
  /* Type valid CSS here */
}
#custom-html-uo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-uo p {
  font-size: 60px;
  color: #777;
}
.cid-ttmI5ADdFY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmI5ADdFY .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmI5ADdFY .row {
    padding: 20px 34px;
  }
}
.cid-ttmI5ADdFY .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNX47JHCp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNX47JHCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNX47JHCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNX47JHCp .row {
  justify-content: space-between;
}
.cid-ttNX47JHCp .mbr-text,
.cid-ttNX47JHCp .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNX47JHCp .mbr-section-title {
  color: #ffffff;
}
.cid-ttmIdZO10p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIdZO10p .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIdZO10p .row {
    padding: 20px 34px;
  }
}
.cid-ttmIdZO10p .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ur {
  /* Type valid CSS here */
}
#custom-html-ur div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ur p {
  font-size: 60px;
  color: #777;
}
.cid-ttmIe0qgfQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIe0qgfQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIe0qgfQ .row {
    padding: 20px 34px;
  }
}
.cid-ttmIe0qgfQ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNX5uCn6j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNX5uCn6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNX5uCn6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNX5uCn6j .row {
  justify-content: space-between;
}
.cid-ttNX5uCn6j .mbr-text,
.cid-ttNX5uCn6j .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNX5uCn6j .mbr-section-title {
  color: #ffffff;
}
.cid-ttmIownssk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIownssk .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIownssk .row {
    padding: 20px 34px;
  }
}
.cid-ttmIownssk .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-uu {
  /* Type valid CSS here */
}
#custom-html-uu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-uu p {
  font-size: 60px;
  color: #777;
}
.cid-ttmIoxlXoM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIoxlXoM .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIoxlXoM .row {
    padding: 20px 34px;
  }
}
.cid-ttmIoxlXoM .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNX7rWt41 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNX7rWt41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNX7rWt41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNX7rWt41 .row {
  justify-content: space-between;
}
.cid-ttNX7rWt41 .mbr-text,
.cid-ttNX7rWt41 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNX7rWt41 .mbr-section-title {
  color: #ffffff;
}
.cid-ttmIw13Fij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIw13Fij .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIw13Fij .row {
    padding: 20px 34px;
  }
}
.cid-ttmIw13Fij .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ux {
  /* Type valid CSS here */
}
#custom-html-ux div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ux p {
  font-size: 60px;
  color: #777;
}
.cid-ttmIw1HIpG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmIw1HIpG .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmIw1HIpG .row {
    padding: 20px 34px;
  }
}
.cid-ttmIw1HIpG .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNX9dQgxa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNX9dQgxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNX9dQgxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNX9dQgxa .row {
  justify-content: space-between;
}
.cid-ttNX9dQgxa .mbr-text,
.cid-ttNX9dQgxa .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNX9dQgxa .mbr-section-title {
  color: #ffffff;
}
.cid-ttmID7g4y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmID7g4y7 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmID7g4y7 .row {
    padding: 20px 34px;
  }
}
.cid-ttmID7g4y7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-v0 {
  /* Type valid CSS here */
}
#custom-html-v0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v0 p {
  font-size: 60px;
  color: #777;
}
.cid-ttmID7TXU1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttmID7TXU1 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttmID7TXU1 .row {
    padding: 20px 34px;
  }
}
.cid-ttmID7TXU1 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXaTf9uU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXaTf9uU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXaTf9uU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXaTf9uU .row {
  justify-content: space-between;
}
.cid-ttNXaTf9uU .mbr-text,
.cid-ttNXaTf9uU .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXaTf9uU .mbr-section-title {
  color: #ffffff;
}
.cid-ttrWVD2Q85 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrWVD2Q85 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrWVD2Q85 .row {
    padding: 20px 34px;
  }
}
.cid-ttrWVD2Q85 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-wu {
  /* Type valid CSS here */
}
#custom-html-wu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-wu p {
  font-size: 60px;
  color: #777;
}
.cid-ttrWVDTXIR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrWVDTXIR .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrWVDTXIR .row {
    padding: 20px 34px;
  }
}
.cid-ttrWVDTXIR .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXcrQomS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXcrQomS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXcrQomS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXcrQomS .row {
  justify-content: space-between;
}
.cid-ttNXcrQomS .mbr-text,
.cid-ttNXcrQomS .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXcrQomS .mbr-section-title {
  color: #ffffff;
}
.cid-tts3VRvXtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts3VRvXtE .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts3VRvXtE .row {
    padding: 20px 34px;
  }
}
.cid-tts3VRvXtE .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-x1 {
  /* Type valid CSS here */
}
#custom-html-x1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-x1 p {
  font-size: 60px;
  color: #777;
}
.cid-tts3VS6uXb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts3VS6uXb .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts3VS6uXb .row {
    padding: 20px 34px;
  }
}
.cid-tts3VS6uXb .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXe7w1Zv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXe7w1Zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXe7w1Zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXe7w1Zv .row {
  justify-content: space-between;
}
.cid-ttNXe7w1Zv .mbr-text,
.cid-ttNXe7w1Zv .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXe7w1Zv .mbr-section-title {
  color: #ffffff;
}
.cid-tts4jTFbGS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4jTFbGS .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4jTFbGS .row {
    padding: 20px 34px;
  }
}
.cid-tts4jTFbGS .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-x4 {
  /* Type valid CSS here */
}
#custom-html-x4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-x4 p {
  font-size: 60px;
  color: #777;
}
.cid-tts4jUmLkK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4jUmLkK .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4jUmLkK .row {
    padding: 20px 34px;
  }
}
.cid-tts4jUmLkK .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXfMdV4c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXfMdV4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXfMdV4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXfMdV4c .row {
  justify-content: space-between;
}
.cid-ttNXfMdV4c .mbr-text,
.cid-ttNXfMdV4c .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXfMdV4c .mbr-section-title {
  color: #ffffff;
}
.cid-tts4vH2gf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4vH2gf2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4vH2gf2 .row {
    padding: 20px 34px;
  }
}
.cid-tts4vH2gf2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-x7 {
  /* Type valid CSS here */
}
#custom-html-x7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-x7 p {
  font-size: 60px;
  color: #777;
}
.cid-tts4vHBUCW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4vHBUCW .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4vHBUCW .row {
    padding: 20px 34px;
  }
}
.cid-tts4vHBUCW .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXhD4TTj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXhD4TTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXhD4TTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXhD4TTj .row {
  justify-content: space-between;
}
.cid-ttNXhD4TTj .mbr-text,
.cid-ttNXhD4TTj .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXhD4TTj .mbr-section-title {
  color: #ffffff;
}
.cid-tts4DElmCL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4DElmCL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4DElmCL .row {
    padding: 20px 34px;
  }
}
.cid-tts4DElmCL .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xa {
  /* Type valid CSS here */
}
#custom-html-xa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xa p {
  font-size: 60px;
  color: #777;
}
.cid-tts4DEVzD3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4DEVzD3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4DEVzD3 .row {
    padding: 20px 34px;
  }
}
.cid-tts4DEVzD3 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXjg4ovA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXjg4ovA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXjg4ovA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXjg4ovA .row {
  justify-content: space-between;
}
.cid-ttNXjg4ovA .mbr-text,
.cid-ttNXjg4ovA .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXjg4ovA .mbr-section-title {
  color: #ffffff;
}
.cid-tts4Rbhlzi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4Rbhlzi .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4Rbhlzi .row {
    padding: 20px 34px;
  }
}
.cid-tts4Rbhlzi .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xd {
  /* Type valid CSS here */
}
#custom-html-xd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xd p {
  font-size: 60px;
  color: #777;
}
.cid-tts4Rc4tmB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4Rc4tmB .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4Rc4tmB .row {
    padding: 20px 34px;
  }
}
.cid-tts4Rc4tmB .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXkSVvKv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXkSVvKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXkSVvKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXkSVvKv .row {
  justify-content: space-between;
}
.cid-ttNXkSVvKv .mbr-text,
.cid-ttNXkSVvKv .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXkSVvKv .mbr-section-title {
  color: #ffffff;
}
.cid-tts4Y4cXPE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4Y4cXPE .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4Y4cXPE .row {
    padding: 20px 34px;
  }
}
.cid-tts4Y4cXPE .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xg {
  /* Type valid CSS here */
}
#custom-html-xg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xg p {
  font-size: 60px;
  color: #777;
}
.cid-tts4Y59Zcs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts4Y59Zcs .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts4Y59Zcs .row {
    padding: 20px 34px;
  }
}
.cid-tts4Y59Zcs .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXny38QX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXny38QX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXny38QX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXny38QX .row {
  justify-content: space-between;
}
.cid-ttNXny38QX .mbr-text,
.cid-ttNXny38QX .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXny38QX .mbr-section-title {
  color: #ffffff;
}
.cid-tts55iAuPy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts55iAuPy .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts55iAuPy .row {
    padding: 20px 34px;
  }
}
.cid-tts55iAuPy .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xj {
  /* Type valid CSS here */
}
#custom-html-xj div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xj p {
  font-size: 60px;
  color: #777;
}
.cid-tts55jaJ3L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts55jaJ3L .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts55jaJ3L .row {
    padding: 20px 34px;
  }
}
.cid-tts55jaJ3L .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXoZmwEf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXoZmwEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXoZmwEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXoZmwEf .row {
  justify-content: space-between;
}
.cid-ttNXoZmwEf .mbr-text,
.cid-ttNXoZmwEf .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXoZmwEf .mbr-section-title {
  color: #ffffff;
}
.cid-tts5fiwktk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5fiwktk .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5fiwktk .row {
    padding: 20px 34px;
  }
}
.cid-tts5fiwktk .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xm {
  /* Type valid CSS here */
}
#custom-html-xm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xm p {
  font-size: 60px;
  color: #777;
}
.cid-tts5fj7CuP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5fj7CuP .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5fj7CuP .row {
    padding: 20px 34px;
  }
}
.cid-tts5fj7CuP .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXqt0uqC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXqt0uqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXqt0uqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXqt0uqC .row {
  justify-content: space-between;
}
.cid-ttNXqt0uqC .mbr-text,
.cid-ttNXqt0uqC .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXqt0uqC .mbr-section-title {
  color: #ffffff;
}
.cid-tts5z21le3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5z21le3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5z21le3 .row {
    padding: 20px 34px;
  }
}
.cid-tts5z21le3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xp {
  /* Type valid CSS here */
}
#custom-html-xp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xp p {
  font-size: 60px;
  color: #777;
}
.cid-tts5z2E1tt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5z2E1tt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5z2E1tt .row {
    padding: 20px 34px;
  }
}
.cid-tts5z2E1tt .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXsrYOZ9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXsrYOZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXsrYOZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXsrYOZ9 .row {
  justify-content: space-between;
}
.cid-ttNXsrYOZ9 .mbr-text,
.cid-ttNXsrYOZ9 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXsrYOZ9 .mbr-section-title {
  color: #ffffff;
}
.cid-tts5JqItXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5JqItXL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5JqItXL .row {
    padding: 20px 34px;
  }
}
.cid-tts5JqItXL .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xs {
  /* Type valid CSS here */
}
#custom-html-xs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xs p {
  font-size: 60px;
  color: #777;
}
.cid-tts5JrhEgf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5JrhEgf .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5JrhEgf .row {
    padding: 20px 34px;
  }
}
.cid-tts5JrhEgf .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNXtWerqc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNXtWerqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNXtWerqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNXtWerqc .row {
  justify-content: space-between;
}
.cid-ttNXtWerqc .mbr-text,
.cid-ttNXtWerqc .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNXtWerqc .mbr-section-title {
  color: #ffffff;
}
.cid-tts5RUqMfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5RUqMfJ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5RUqMfJ .row {
    padding: 20px 34px;
  }
}
.cid-tts5RUqMfJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-xv {
  /* Type valid CSS here */
}
#custom-html-xv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xv p {
  font-size: 60px;
  color: #777;
}
.cid-tts5RUZFnL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts5RUZFnL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts5RUZFnL .row {
    padding: 20px 34px;
  }
}
.cid-tts5RUZFnL .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tAjuunryAg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tAjuunryAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAjuunryAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAjuunryAg .row {
  justify-content: space-between;
}
.cid-tAjuunryAg .mbr-text,
.cid-tAjuunryAg .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tAjuunryAg .mbr-section-title {
  color: #ffffff;
}
.cid-ttMPMPt8ZN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMPMPt8ZN .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMPMPt8ZN .row {
    padding: 20px 34px;
  }
}
.cid-ttMPMPt8ZN .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-yc {
  /* Type valid CSS here */
}
#custom-html-yc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-yc p {
  font-size: 60px;
  color: #777;
}
.cid-ttMPNzT4nT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttMPNzT4nT .mbr-text {
  color: #767676;
}
.cid-ttMPNzT4nT .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttMPNzT4nT .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttMPNzT4nT .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttMPNzT4nT .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttMPNzT4nT .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttMPNzT4nT .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttMPNzT4nT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttMPNzT4nT .card {
    margin-bottom: 2rem;
  }
}
.cid-ttMPNzT4nT .text-link {
  font-weight: 800 !important;
}
.cid-ttMPNzT4nT .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttMPNzT4nT .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttMPNzT4nT .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttMPNzT4nT .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttMPNzT4nT .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttMPNzT4nT .card:hover .text-link {
  color: #fff !important;
}
.cid-ttMPNzT4nT .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttMPNzT4nT .card:hover .link {
  transform: translateX(42px);
}
.cid-ttMPNzT4nT .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttMPNzT4nT h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttMRRQj4Bo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMRRQj4Bo .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMRRQj4Bo .row {
    padding: 20px 34px;
  }
}
.cid-ttMRRQj4Bo .mbr-text {
  color: #ffffff;
}
.cid-uOTN7bTECT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #131824;
}
.cid-uOTN7bTECT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOTN7bTECT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOTN7bTECT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOSZreuI9W {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #131824;
}
.cid-uOSZreuI9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZreuI9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZreuI9W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOSZsWP5Pd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uOSZsWP5Pd h6 {
  line-height: 1.2;
}
.cid-uOSZsWP5Pd img,
.cid-uOSZsWP5Pd .item-img {
  width: 100%;
  height: 100%;
}
.cid-uOSZsWP5Pd .item:focus,
.cid-uOSZsWP5Pd span:focus {
  outline: none;
}
.cid-uOSZsWP5Pd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uOSZsWP5Pd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uOSZsWP5Pd .mbr-section-title {
  color: #000000;
}
.cid-uOSZsWP5Pd .mbr-text,
.cid-uOSZsWP5Pd .mbr-section-btn {
  color: #000000;
}
.cid-uOSZsWP5Pd .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOSZsWP5Pd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOSZsWP5Pd .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOSZsWP5Pd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uOSZsWP5Pd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOSZuNWhUL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSZuNWhUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZuNWhUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZuNWhUL .img-wrapper {
  text-align: center;
}
.cid-uOSZuNWhUL img {
  margin: auto;
  width: 200px;
}
.cid-uOSZuNWhUL .row {
  align-items: flex-start;
}
.cid-uOSZuNWhUL .item-wrapper {
  margin-bottom: 2rem;
  background: #000000;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uOSZuNWhUL .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uOSZuNWhUL .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOSZuNWhUL .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uOSZuNWhUL .mbr-section-title,
.cid-uOSZuNWhUL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uOSZuNWhUL .content-head {
  max-width: 800px;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-uOSZqf947C {
  background-color: #19223e;
}
.cid-uOSZqf947C .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uOSZqf947C .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uOSZqf947C .content p {
  margin: 0;
}
.cid-uOSZqf947C .mbr-text {
  color: #ffffff;
}
.cid-ttNVr2PoY5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVr2PoY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVr2PoY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVr2PoY5 .row {
  justify-content: space-between;
}
.cid-ttNVr2PoY5 .mbr-text,
.cid-ttNVr2PoY5 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVr2PoY5 .mbr-section-title {
  color: #ffffff;
}
.cid-ttMSj4BXB5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMSj4BXB5 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMSj4BXB5 .row {
    padding: 20px 34px;
  }
}
.cid-ttMSj4BXB5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-ye {
  /* Type valid CSS here */
}
#custom-html-ye div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ye p {
  font-size: 60px;
  color: #777;
}
.cid-ttMSj7AlEt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMSj7AlEt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMSj7AlEt .row {
    padding: 20px 34px;
  }
}
.cid-ttMSj7AlEt .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVux9YBV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVux9YBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVux9YBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVux9YBV .row {
  justify-content: space-between;
}
.cid-ttNVux9YBV .mbr-text,
.cid-ttNVux9YBV .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVux9YBV .mbr-section-title {
  color: #ffffff;
}
.cid-ttMSXGXyZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMSXGXyZ3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMSXGXyZ3 .row {
    padding: 20px 34px;
  }
}
.cid-ttMSXGXyZ3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-yl {
  /* Type valid CSS here */
}
#custom-html-yl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-yl p {
  font-size: 60px;
  color: #777;
}
.cid-ttMSXHwi9J {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMSXHwi9J .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMSXHwi9J .row {
    padding: 20px 34px;
  }
}
.cid-ttMSXHwi9J .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVzs2eeZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVzs2eeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVzs2eeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVzs2eeZ .row {
  justify-content: space-between;
}
.cid-ttNVzs2eeZ .mbr-text,
.cid-ttNVzs2eeZ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVzs2eeZ .mbr-section-title {
  color: #ffffff;
}
.cid-ttMT7KiAAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMT7KiAAg .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMT7KiAAg .row {
    padding: 20px 34px;
  }
}
.cid-ttMT7KiAAg .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-yo {
  /* Type valid CSS here */
}
#custom-html-yo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-yo p {
  font-size: 60px;
  color: #777;
}
.cid-ttMT7KQW5y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMT7KQW5y .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMT7KQW5y .row {
    padding: 20px 34px;
  }
}
.cid-ttMT7KQW5y .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVBDTnPi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVBDTnPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVBDTnPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVBDTnPi .row {
  justify-content: space-between;
}
.cid-ttNVBDTnPi .mbr-text,
.cid-ttNVBDTnPi .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVBDTnPi .mbr-section-title {
  color: #ffffff;
}
.cid-ttMTkKrUGe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMTkKrUGe .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMTkKrUGe .row {
    padding: 20px 34px;
  }
}
.cid-ttMTkKrUGe .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-yr {
  /* Type valid CSS here */
}
#custom-html-yr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-yr p {
  font-size: 60px;
  color: #777;
}
.cid-ttMTkKYt6Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMTkKYt6Y .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMTkKYt6Y .row {
    padding: 20px 34px;
  }
}
.cid-ttMTkKYt6Y .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzqrRgahx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzqrRgahx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzqrRgahx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzqrRgahx .row {
  justify-content: space-between;
}
.cid-tzzqrRgahx .mbr-text,
.cid-tzzqrRgahx .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzqrRgahx .mbr-section-title {
  color: #ffffff;
}
.cid-ttrsx5Bv9a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrsx5Bv9a .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrsx5Bv9a .row {
    padding: 20px 34px;
  }
}
.cid-ttrsx5Bv9a .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-y2 {
  /* Type valid CSS here */
}
#custom-html-y2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y2 p {
  font-size: 60px;
  color: #777;
}
.cid-ttJlHETlLU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttJlHETlLU .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttJlHETlLU .row {
    padding: 20px 34px;
  }
}
.cid-ttJlHETlLU .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-y5 {
  /* Type valid CSS here */
}
#custom-html-y5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y5 p {
  font-size: 60px;
  color: #777;
}
.cid-ttrsx7deu2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrsx7deu2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrsx7deu2 .row {
    padding: 20px 34px;
  }
}
.cid-ttrsx7deu2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-vv {
  /* Type valid CSS here */
}
#custom-html-vv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-vv p {
  font-size: 60px;
  color: #777;
}
#custom-html-xz {
  /* Type valid CSS here */
}
#custom-html-xz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xz p {
  font-size: 60px;
  color: #777;
}
.cid-ttrsx7MGQE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsx7MGQE .mbr-text {
  color: #767676;
}
.cid-ttrsx7MGQE .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsx7MGQE .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsx7MGQE .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsx7MGQE .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsx7MGQE .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsx7MGQE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsx7MGQE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsx7MGQE .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsx7MGQE .text-link {
  font-weight: 800 !important;
}
.cid-ttrsx7MGQE .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsx7MGQE .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx7MGQE .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx7MGQE .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsx7MGQE .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsx7MGQE .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsx7MGQE .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsx7MGQE .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsx7MGQE .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsx7MGQE h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsx8JKOR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsx8JKOR .mbr-text {
  color: #767676;
}
.cid-ttrsx8JKOR .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsx8JKOR .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsx8JKOR .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsx8JKOR .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsx8JKOR .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsx8JKOR .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsx8JKOR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsx8JKOR .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsx8JKOR .text-link {
  font-weight: 800 !important;
}
.cid-ttrsx8JKOR .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsx8JKOR .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx8JKOR .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx8JKOR .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsx8JKOR .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsx8JKOR .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsx8JKOR .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsx8JKOR .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsx8JKOR .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsx8JKOR h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsx9OzV9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsx9OzV9 .mbr-text {
  color: #767676;
}
.cid-ttrsx9OzV9 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsx9OzV9 .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsx9OzV9 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsx9OzV9 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsx9OzV9 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsx9OzV9 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsx9OzV9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsx9OzV9 .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsx9OzV9 .text-link {
  font-weight: 800 !important;
}
.cid-ttrsx9OzV9 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsx9OzV9 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx9OzV9 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsx9OzV9 .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsx9OzV9 .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsx9OzV9 .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsx9OzV9 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsx9OzV9 .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsx9OzV9 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsx9OzV9 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxaKMPR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxaKMPR .mbr-text {
  color: #767676;
}
.cid-ttrsxaKMPR .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxaKMPR .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxaKMPR .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxaKMPR .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxaKMPR .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxaKMPR .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxaKMPR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxaKMPR .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxaKMPR .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxaKMPR .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxaKMPR .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxaKMPR .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxaKMPR .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxaKMPR .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxaKMPR .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxaKMPR .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxaKMPR .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxaKMPR .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxaKMPR h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxbT0XU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxbT0XU .mbr-text {
  color: #767676;
}
.cid-ttrsxbT0XU .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxbT0XU .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxbT0XU .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxbT0XU .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxbT0XU .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxbT0XU .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxbT0XU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxbT0XU .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxbT0XU .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxbT0XU .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxbT0XU .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxbT0XU .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxbT0XU .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxbT0XU .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxbT0XU .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxbT0XU .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxbT0XU .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxbT0XU .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxbT0XU h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxcQWDj {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-ttrsxcQWDj .mbr-text {
  color: #767676;
}
.cid-ttrsxcQWDj .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxcQWDj .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxcQWDj .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxcQWDj .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxcQWDj .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxcQWDj .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxcQWDj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxcQWDj .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxcQWDj .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxcQWDj .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxcQWDj .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxcQWDj .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxcQWDj .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxcQWDj .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxcQWDj .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxcQWDj .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxcQWDj .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxcQWDj .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxcQWDj h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxe0nHe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrsxe0nHe .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrsxe0nHe .row {
    padding: 20px 34px;
  }
}
.cid-ttrsxe0nHe .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-y1 {
  /* Type valid CSS here */
}
#custom-html-y1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y1 p {
  font-size: 60px;
  color: #777;
}
.cid-ttrsxeUoZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxeUoZT .mbr-text {
  color: #767676;
}
.cid-ttrsxeUoZT .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxeUoZT .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxeUoZT .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxeUoZT .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxeUoZT .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxeUoZT .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxeUoZT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxeUoZT .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxeUoZT .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxeUoZT .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxeUoZT .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxeUoZT .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxeUoZT .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxeUoZT .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxeUoZT .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxeUoZT .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxeUoZT .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxeUoZT .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxeUoZT h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxfVBWF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxfVBWF .mbr-text {
  color: #767676;
}
.cid-ttrsxfVBWF .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxfVBWF .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxfVBWF .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxfVBWF .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxfVBWF .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxfVBWF .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxfVBWF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxfVBWF .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxfVBWF .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxfVBWF .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxfVBWF .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxfVBWF .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxfVBWF .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxfVBWF .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxfVBWF .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxfVBWF .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxfVBWF .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxfVBWF .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxfVBWF h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxh1zTF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxh1zTF .mbr-text {
  color: #767676;
}
.cid-ttrsxh1zTF .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxh1zTF .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxh1zTF .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxh1zTF .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxh1zTF .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxh1zTF .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxh1zTF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxh1zTF .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxh1zTF .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxh1zTF .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxh1zTF .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxh1zTF .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxh1zTF .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxh1zTF .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxh1zTF .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxh1zTF .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxh1zTF .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxh1zTF .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxh1zTF h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxia4M7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttrsxia4M7 .mbr-text {
  color: #767676;
}
.cid-ttrsxia4M7 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxia4M7 .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxia4M7 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxia4M7 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxia4M7 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxia4M7 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxia4M7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxia4M7 .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxia4M7 .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxia4M7 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxia4M7 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxia4M7 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxia4M7 .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxia4M7 .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxia4M7 .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxia4M7 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxia4M7 .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxia4M7 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxia4M7 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxjiRAG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-ttrsxjiRAG .mbr-text {
  color: #767676;
}
.cid-ttrsxjiRAG .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttrsxjiRAG .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttrsxjiRAG .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttrsxjiRAG .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttrsxjiRAG .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttrsxjiRAG .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttrsxjiRAG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttrsxjiRAG .card {
    margin-bottom: 2rem;
  }
}
.cid-ttrsxjiRAG .text-link {
  font-weight: 800 !important;
}
.cid-ttrsxjiRAG .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttrsxjiRAG .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxjiRAG .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttrsxjiRAG .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttrsxjiRAG .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttrsxjiRAG .card:hover .text-link {
  color: #fff !important;
}
.cid-ttrsxjiRAG .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttrsxjiRAG .card:hover .link {
  transform: translateX(42px);
}
.cid-ttrsxjiRAG .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttrsxjiRAG h5 {
  color: #101010;
  font-weight: 800;
}
.cid-tts0PZeJxA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tts0PZeJxA .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tts0PZeJxA .row {
    padding: 20px 34px;
  }
}
.cid-tts0PZeJxA .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-y0 {
  /* Type valid CSS here */
}
#custom-html-y0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y0 p {
  font-size: 60px;
  color: #777;
}
.cid-tts0QJuUJa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-tts0QJuUJa .mbr-text {
  color: #767676;
}
.cid-tts0QJuUJa .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-tts0QJuUJa .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-tts0QJuUJa .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tts0QJuUJa .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-tts0QJuUJa .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tts0QJuUJa .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tts0QJuUJa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tts0QJuUJa .card {
    margin-bottom: 2rem;
  }
}
.cid-tts0QJuUJa .text-link {
  font-weight: 800 !important;
}
.cid-tts0QJuUJa .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-tts0QJuUJa .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0QJuUJa .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0QJuUJa .card:hover .card-inner {
  background-color: #19223e;
}
.cid-tts0QJuUJa .card:hover .icon-arrow {
  color: #fff;
}
.cid-tts0QJuUJa .card:hover .text-link {
  color: #fff !important;
}
.cid-tts0QJuUJa .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-tts0QJuUJa .card:hover .link {
  transform: translateX(42px);
}
.cid-tts0QJuUJa .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-tts0QJuUJa h5 {
  color: #101010;
  font-weight: 800;
}
.cid-tts0RvXNZd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-tts0RvXNZd .mbr-text {
  color: #767676;
}
.cid-tts0RvXNZd .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-tts0RvXNZd .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-tts0RvXNZd .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tts0RvXNZd .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-tts0RvXNZd .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tts0RvXNZd .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tts0RvXNZd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tts0RvXNZd .card {
    margin-bottom: 2rem;
  }
}
.cid-tts0RvXNZd .text-link {
  font-weight: 800 !important;
}
.cid-tts0RvXNZd .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-tts0RvXNZd .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0RvXNZd .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0RvXNZd .card:hover .card-inner {
  background-color: #19223e;
}
.cid-tts0RvXNZd .card:hover .icon-arrow {
  color: #fff;
}
.cid-tts0RvXNZd .card:hover .text-link {
  color: #fff !important;
}
.cid-tts0RvXNZd .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-tts0RvXNZd .card:hover .link {
  transform: translateX(42px);
}
.cid-tts0RvXNZd .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-tts0RvXNZd h5 {
  color: #101010;
  font-weight: 800;
}
.cid-tts0Sc0hHy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-tts0Sc0hHy .mbr-text {
  color: #767676;
}
.cid-tts0Sc0hHy .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-tts0Sc0hHy .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-tts0Sc0hHy .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tts0Sc0hHy .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-tts0Sc0hHy .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tts0Sc0hHy .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tts0Sc0hHy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tts0Sc0hHy .card {
    margin-bottom: 2rem;
  }
}
.cid-tts0Sc0hHy .text-link {
  font-weight: 800 !important;
}
.cid-tts0Sc0hHy .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-tts0Sc0hHy .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0Sc0hHy .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tts0Sc0hHy .card:hover .card-inner {
  background-color: #19223e;
}
.cid-tts0Sc0hHy .card:hover .icon-arrow {
  color: #fff;
}
.cid-tts0Sc0hHy .card:hover .text-link {
  color: #fff !important;
}
.cid-tts0Sc0hHy .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-tts0Sc0hHy .card:hover .link {
  transform: translateX(42px);
}
.cid-tts0Sc0hHy .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-tts0Sc0hHy h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttrsxkubv5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttrsxkubv5 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttrsxkubv5 .row {
    padding: 20px 34px;
  }
}
.cid-ttrsxkubv5 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVEeh0DL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVEeh0DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVEeh0DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVEeh0DL .row {
  justify-content: space-between;
}
.cid-ttNVEeh0DL .mbr-text,
.cid-ttNVEeh0DL .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVEeh0DL .mbr-section-title {
  color: #ffffff;
}
.cid-ttMXDBtGHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMXDBtGHa .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMXDBtGHa .row {
    padding: 20px 34px;
  }
}
.cid-ttMXDBtGHa .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-zk {
  /* Type valid CSS here */
}
#custom-html-zk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-zk p {
  font-size: 60px;
  color: #777;
}
.cid-ttMXDCcCR7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMXDCcCR7 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMXDCcCR7 .row {
    padding: 20px 34px;
  }
}
.cid-ttMXDCcCR7 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVGrhoJj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVGrhoJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVGrhoJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVGrhoJj .row {
  justify-content: space-between;
}
.cid-ttNVGrhoJj .mbr-text,
.cid-ttNVGrhoJj .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVGrhoJj .mbr-section-title {
  color: #ffffff;
}
.cid-ttMXMba8zi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMXMba8zi .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMXMba8zi .row {
    padding: 20px 34px;
  }
}
.cid-ttMXMba8zi .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-zn {
  /* Type valid CSS here */
}
#custom-html-zn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-zn p {
  font-size: 60px;
  color: #777;
}
.cid-ttMXMbP0TM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMXMbP0TM .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMXMbP0TM .row {
    padding: 20px 34px;
  }
}
.cid-ttMXMbP0TM .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVIxlgX9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVIxlgX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVIxlgX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVIxlgX9 .row {
  justify-content: space-between;
}
.cid-ttNVIxlgX9 .mbr-text,
.cid-ttNVIxlgX9 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVIxlgX9 .mbr-section-title {
  color: #ffffff;
}
.cid-ttMY4Pjnff {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMY4Pjnff .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMY4Pjnff .row {
    padding: 20px 34px;
  }
}
.cid-ttMY4Pjnff .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-zq {
  /* Type valid CSS here */
}
#custom-html-zq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-zq p {
  font-size: 60px;
  color: #777;
}
.cid-ttMY4PV0JQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMY4PV0JQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMY4PV0JQ .row {
    padding: 20px 34px;
  }
}
.cid-ttMY4PV0JQ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVKFdUIt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVKFdUIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVKFdUIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVKFdUIt .row {
  justify-content: space-between;
}
.cid-ttNVKFdUIt .mbr-text,
.cid-ttNVKFdUIt .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVKFdUIt .mbr-section-title {
  color: #ffffff;
}
.cid-ttMYdRt4Zk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMYdRt4Zk .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMYdRt4Zk .row {
    padding: 20px 34px;
  }
}
.cid-ttMYdRt4Zk .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-zt {
  /* Type valid CSS here */
}
#custom-html-zt div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-zt p {
  font-size: 60px;
  color: #777;
}
.cid-ttMYdSdxby {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttMYdSdxby .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttMYdSdxby .row {
    padding: 20px 34px;
  }
}
.cid-ttMYdSdxby .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzy9axUON {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzy9axUON .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzy9axUON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzy9axUON .row {
  justify-content: space-between;
}
.cid-tzzy9axUON .mbr-text,
.cid-tzzy9axUON .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzy9axUON .mbr-section-title {
  color: #ffffff;
}
.cid-ttN27OvZvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN27OvZvL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN27OvZvL .row {
    padding: 20px 34px;
  }
}
.cid-ttN27OvZvL .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-103 {
  /* Type valid CSS here */
}
#custom-html-103 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-103 p {
  font-size: 60px;
  color: #777;
}
.cid-ttN27RcKLo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27RcKLo .mbr-text {
  color: #767676;
}
.cid-ttN27RcKLo .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27RcKLo .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27RcKLo .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27RcKLo .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27RcKLo .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27RcKLo .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27RcKLo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27RcKLo .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27RcKLo .text-link {
  font-weight: 800 !important;
}
.cid-ttN27RcKLo .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27RcKLo .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27RcKLo .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27RcKLo .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27RcKLo .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27RcKLo .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27RcKLo .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27RcKLo .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27RcKLo .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27RcKLo h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN27RYhtS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27RYhtS .mbr-text {
  color: #767676;
}
.cid-ttN27RYhtS .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27RYhtS .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27RYhtS .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27RYhtS .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27RYhtS .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27RYhtS .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27RYhtS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27RYhtS .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27RYhtS .text-link {
  font-weight: 800 !important;
}
.cid-ttN27RYhtS .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27RYhtS .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27RYhtS .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27RYhtS .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27RYhtS .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27RYhtS .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27RYhtS .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27RYhtS .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27RYhtS .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27RYhtS h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN27SIex7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27SIex7 .mbr-text {
  color: #767676;
}
.cid-ttN27SIex7 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27SIex7 .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27SIex7 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27SIex7 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27SIex7 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27SIex7 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27SIex7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27SIex7 .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27SIex7 .text-link {
  font-weight: 800 !important;
}
.cid-ttN27SIex7 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27SIex7 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27SIex7 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27SIex7 .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27SIex7 .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27SIex7 .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27SIex7 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27SIex7 .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27SIex7 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27SIex7 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN27TAqhx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27TAqhx .mbr-text {
  color: #767676;
}
.cid-ttN27TAqhx .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27TAqhx .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27TAqhx .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27TAqhx .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27TAqhx .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27TAqhx .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27TAqhx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27TAqhx .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27TAqhx .text-link {
  font-weight: 800 !important;
}
.cid-ttN27TAqhx .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27TAqhx .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27TAqhx .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27TAqhx .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27TAqhx .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27TAqhx .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27TAqhx .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27TAqhx .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27TAqhx .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27TAqhx h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN27Uz2cY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27Uz2cY .mbr-text {
  color: #767676;
}
.cid-ttN27Uz2cY .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27Uz2cY .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27Uz2cY .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27Uz2cY .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27Uz2cY .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27Uz2cY .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27Uz2cY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27Uz2cY .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27Uz2cY .text-link {
  font-weight: 800 !important;
}
.cid-ttN27Uz2cY .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27Uz2cY .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27Uz2cY .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27Uz2cY .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27Uz2cY .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27Uz2cY .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27Uz2cY .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27Uz2cY .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27Uz2cY .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27Uz2cY h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN27Vop6b {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN27Vop6b .mbr-text {
  color: #767676;
}
.cid-ttN27Vop6b .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN27Vop6b .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN27Vop6b .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN27Vop6b .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN27Vop6b .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN27Vop6b .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN27Vop6b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN27Vop6b .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN27Vop6b .text-link {
  font-weight: 800 !important;
}
.cid-ttN27Vop6b .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN27Vop6b .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27Vop6b .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN27Vop6b .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN27Vop6b .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN27Vop6b .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN27Vop6b .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN27Vop6b .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN27Vop6b .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN27Vop6b h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN6pV4Fb3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN6pV4Fb3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN6pV4Fb3 .row {
    padding: 20px 34px;
  }
}
.cid-ttN6pV4Fb3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ttN6ro622G {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-ttN6ro622G .mbr-text {
  color: #767676;
}
.cid-ttN6ro622G .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN6ro622G .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN6ro622G .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN6ro622G .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN6ro622G .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN6ro622G .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN6ro622G .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN6ro622G .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN6ro622G .text-link {
  font-weight: 800 !important;
}
.cid-ttN6ro622G .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN6ro622G .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN6ro622G .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN6ro622G .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN6ro622G .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN6ro622G .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN6ro622G .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN6ro622G .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN6ro622G .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN6ro622G h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN286EMm7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN286EMm7 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN286EMm7 .row {
    padding: 20px 34px;
  }
}
.cid-ttN286EMm7 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNViKmh2V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNViKmh2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNViKmh2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNViKmh2V .row {
  justify-content: space-between;
}
.cid-ttNViKmh2V .mbr-text,
.cid-ttNViKmh2V .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNViKmh2V .mbr-section-title {
  color: #ffffff;
}
.cid-ttN2uwNtjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN2uwNtjO .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN2uwNtjO .row {
    padding: 20px 34px;
  }
}
.cid-ttN2uwNtjO .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-10t {
  /* Type valid CSS here */
}
#custom-html-10t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-10t p {
  font-size: 60px;
  color: #777;
}
.cid-ttN2uEQyM2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN2uEQyM2 .mbr-text {
  color: #767676;
}
.cid-ttN2uEQyM2 .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN2uEQyM2 .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN2uEQyM2 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN2uEQyM2 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN2uEQyM2 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN2uEQyM2 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN2uEQyM2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN2uEQyM2 .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN2uEQyM2 .text-link {
  font-weight: 800 !important;
}
.cid-ttN2uEQyM2 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN2uEQyM2 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uEQyM2 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uEQyM2 .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN2uEQyM2 .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN2uEQyM2 .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN2uEQyM2 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN2uEQyM2 .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN2uEQyM2 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN2uEQyM2 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN2uFIzCH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN2uFIzCH .mbr-text {
  color: #767676;
}
.cid-ttN2uFIzCH .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN2uFIzCH .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN2uFIzCH .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN2uFIzCH .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN2uFIzCH .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN2uFIzCH .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN2uFIzCH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN2uFIzCH .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN2uFIzCH .text-link {
  font-weight: 800 !important;
}
.cid-ttN2uFIzCH .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN2uFIzCH .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uFIzCH .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uFIzCH .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN2uFIzCH .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN2uFIzCH .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN2uFIzCH .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN2uFIzCH .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN2uFIzCH .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN2uFIzCH h5 {
  color: #101010;
  font-weight: 800;
}
.cid-uOSHXWqtbx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-uOSHXWqtbx .mbr-text {
  color: #767676;
}
.cid-uOSHXWqtbx .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-uOSHXWqtbx .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-uOSHXWqtbx .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uOSHXWqtbx .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-uOSHXWqtbx .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uOSHXWqtbx .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uOSHXWqtbx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOSHXWqtbx .card {
    margin-bottom: 2rem;
  }
}
.cid-uOSHXWqtbx .text-link {
  font-weight: 800 !important;
}
.cid-uOSHXWqtbx .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-uOSHXWqtbx .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uOSHXWqtbx .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uOSHXWqtbx .card:hover .card-inner {
  background-color: #19223e;
}
.cid-uOSHXWqtbx .card:hover .icon-arrow {
  color: #fff;
}
.cid-uOSHXWqtbx .card:hover .text-link {
  color: #fff !important;
}
.cid-uOSHXWqtbx .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-uOSHXWqtbx .card:hover .link {
  transform: translateX(42px);
}
.cid-uOSHXWqtbx .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-uOSHXWqtbx h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN2uGFrIr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN2uGFrIr .mbr-text {
  color: #767676;
}
.cid-ttN2uGFrIr .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN2uGFrIr .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN2uGFrIr .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN2uGFrIr .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN2uGFrIr .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN2uGFrIr .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN2uGFrIr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN2uGFrIr .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN2uGFrIr .text-link {
  font-weight: 800 !important;
}
.cid-ttN2uGFrIr .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN2uGFrIr .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uGFrIr .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uGFrIr .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN2uGFrIr .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN2uGFrIr .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN2uGFrIr .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN2uGFrIr .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN2uGFrIr .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN2uGFrIr h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN2uHCHFX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN2uHCHFX .mbr-text {
  color: #767676;
}
.cid-ttN2uHCHFX .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN2uHCHFX .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN2uHCHFX .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN2uHCHFX .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN2uHCHFX .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN2uHCHFX .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN2uHCHFX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN2uHCHFX .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN2uHCHFX .text-link {
  font-weight: 800 !important;
}
.cid-ttN2uHCHFX .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN2uHCHFX .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uHCHFX .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN2uHCHFX .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN2uHCHFX .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN2uHCHFX .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN2uHCHFX .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN2uHCHFX .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN2uHCHFX .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN2uHCHFX h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN2uOc2zF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN2uOc2zF .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN2uOc2zF .row {
    padding: 20px 34px;
  }
}
.cid-ttN2uOc2zF .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVlpjMzF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVlpjMzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVlpjMzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVlpjMzF .row {
  justify-content: space-between;
}
.cid-ttNVlpjMzF .mbr-text,
.cid-ttNVlpjMzF .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVlpjMzF .mbr-section-title {
  color: #ffffff;
}
.cid-ttN2NK0M38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN2NK0M38 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN2NK0M38 .row {
    padding: 20px 34px;
  }
}
.cid-ttN2NK0M38 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-11j {
  /* Type valid CSS here */
}
#custom-html-11j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-11j p {
  font-size: 60px;
  color: #777;
}
.cid-ttN3hprKrk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN3hprKrk .mbr-text {
  color: #767676;
}
.cid-ttN3hprKrk .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN3hprKrk .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN3hprKrk .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN3hprKrk .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN3hprKrk .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN3hprKrk .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN3hprKrk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN3hprKrk .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN3hprKrk .text-link {
  font-weight: 800 !important;
}
.cid-ttN3hprKrk .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN3hprKrk .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3hprKrk .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3hprKrk .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN3hprKrk .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN3hprKrk .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN3hprKrk .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN3hprKrk .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN3hprKrk .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN3hprKrk h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN3gEDXwZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN3gEDXwZ .mbr-text {
  color: #767676;
}
.cid-ttN3gEDXwZ .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN3gEDXwZ .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN3gEDXwZ .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN3gEDXwZ .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN3gEDXwZ .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN3gEDXwZ .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN3gEDXwZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN3gEDXwZ .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN3gEDXwZ .text-link {
  font-weight: 800 !important;
}
.cid-ttN3gEDXwZ .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN3gEDXwZ .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3gEDXwZ .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3gEDXwZ .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN3gEDXwZ .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN3gEDXwZ .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN3gEDXwZ .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN3gEDXwZ .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN3gEDXwZ .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN3gEDXwZ h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN3fO9zAR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-ttN3fO9zAR .mbr-text {
  color: #767676;
}
.cid-ttN3fO9zAR .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN3fO9zAR .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN3fO9zAR .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN3fO9zAR .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN3fO9zAR .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN3fO9zAR .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN3fO9zAR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN3fO9zAR .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN3fO9zAR .text-link {
  font-weight: 800 !important;
}
.cid-ttN3fO9zAR .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN3fO9zAR .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3fO9zAR .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3fO9zAR .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN3fO9zAR .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN3fO9zAR .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN3fO9zAR .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN3fO9zAR .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN3fO9zAR .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN3fO9zAR h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN2NOCs0G {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN2NOCs0G .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN2NOCs0G .row {
    padding: 20px 34px;
  }
}
.cid-ttN2NOCs0G .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVovBYIE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVovBYIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVovBYIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVovBYIE .row {
  justify-content: space-between;
}
.cid-ttNVovBYIE .mbr-text,
.cid-ttNVovBYIE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVovBYIE .mbr-section-title {
  color: #ffffff;
}
.cid-ttN3nQ6d7w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN3nQ6d7w .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN3nQ6d7w .row {
    padding: 20px 34px;
  }
}
.cid-ttN3nQ6d7w .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-11v {
  /* Type valid CSS here */
}
#custom-html-11v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-11v p {
  font-size: 60px;
  color: #777;
}
.cid-ttN3nQICyb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttN3nQICyb .mbr-text {
  color: #767676;
}
.cid-ttN3nQICyb .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN3nQICyb .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN3nQICyb .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN3nQICyb .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN3nQICyb .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN3nQICyb .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN3nQICyb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN3nQICyb .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN3nQICyb .text-link {
  font-weight: 800 !important;
}
.cid-ttN3nQICyb .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN3nQICyb .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3nQICyb .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3nQICyb .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN3nQICyb .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN3nQICyb .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN3nQICyb .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN3nQICyb .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN3nQICyb .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN3nQICyb h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN3nRjm4A {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-ttN3nRjm4A .mbr-text {
  color: #767676;
}
.cid-ttN3nRjm4A .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttN3nRjm4A .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttN3nRjm4A .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttN3nRjm4A .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttN3nRjm4A .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttN3nRjm4A .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttN3nRjm4A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttN3nRjm4A .card {
    margin-bottom: 2rem;
  }
}
.cid-ttN3nRjm4A .text-link {
  font-weight: 800 !important;
}
.cid-ttN3nRjm4A .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttN3nRjm4A .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3nRjm4A .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttN3nRjm4A .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttN3nRjm4A .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttN3nRjm4A .card:hover .text-link {
  color: #fff !important;
}
.cid-ttN3nRjm4A .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttN3nRjm4A .card:hover .link {
  transform: translateX(42px);
}
.cid-ttN3nRjm4A .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttN3nRjm4A h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttN3nSCcSg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttN3nSCcSg .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttN3nSCcSg .row {
    padding: 20px 34px;
  }
}
.cid-ttN3nSCcSg .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVNmYEHz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVNmYEHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVNmYEHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVNmYEHz .row {
  justify-content: space-between;
}
.cid-ttNVNmYEHz .mbr-text,
.cid-ttNVNmYEHz .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVNmYEHz .mbr-section-title {
  color: #ffffff;
}
.cid-ttNaR6JZhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNaR6JZhZ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNaR6JZhZ .row {
    padding: 20px 34px;
  }
}
.cid-ttNaR6JZhZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-12b {
  /* Type valid CSS here */
}
#custom-html-12b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-12b p {
  font-size: 60px;
  color: #777;
}
.cid-ttNjoKx7kQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNjoKx7kQ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNjoKx7kQ .row {
    padding: 20px 34px;
  }
}
.cid-ttNjoKx7kQ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVPuuh5S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVPuuh5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVPuuh5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVPuuh5S .row {
  justify-content: space-between;
}
.cid-ttNVPuuh5S .mbr-text,
.cid-ttNVPuuh5S .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVPuuh5S .mbr-section-title {
  color: #ffffff;
}
.cid-ttNDWqJZKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNDWqJZKi .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNDWqJZKi .row {
    padding: 20px 34px;
  }
}
.cid-ttNDWqJZKi .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-12d {
  /* Type valid CSS here */
}
#custom-html-12d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-12d p {
  font-size: 60px;
  color: #777;
}
.cid-ttNDQ3QI66 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNDQ3QI66 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNDQ3QI66 .row {
    padding: 20px 34px;
  }
}
.cid-ttNDQ3QI66 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVRk19Cs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVRk19Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVRk19Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVRk19Cs .row {
  justify-content: space-between;
}
.cid-ttNVRk19Cs .mbr-text,
.cid-ttNVRk19Cs .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVRk19Cs .mbr-section-title {
  color: #ffffff;
}
.cid-ttNbQnbQvy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNbQnbQvy .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNbQnbQvy .row {
    padding: 20px 34px;
  }
}
.cid-ttNbQnbQvy .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-12g {
  /* Type valid CSS here */
}
#custom-html-12g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-12g p {
  font-size: 60px;
  color: #777;
}
.cid-ttNEngbnVq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNEngbnVq .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNEngbnVq .row {
    padding: 20px 34px;
  }
}
.cid-ttNEngbnVq .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-ttNVfW5Qzo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNVfW5Qzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNVfW5Qzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNVfW5Qzo .row {
  justify-content: space-between;
}
.cid-ttNVfW5Qzo .mbr-text,
.cid-ttNVfW5Qzo .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ttNVfW5Qzo .mbr-section-title {
  color: #ffffff;
}
.cid-ttNGzVUJWv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-ttNGzVUJWv .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNGzVUJWv .row {
    padding: 20px 34px;
  }
}
.cid-ttNGzVUJWv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ttNGWZ1jsl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #131824;
}
.cid-ttNGWZ1jsl .mbr-text {
  color: #767676;
}
.cid-ttNGWZ1jsl .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttNGWZ1jsl .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttNGWZ1jsl .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttNGWZ1jsl .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttNGWZ1jsl .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttNGWZ1jsl .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttNGWZ1jsl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttNGWZ1jsl .card {
    margin-bottom: 2rem;
  }
}
.cid-ttNGWZ1jsl .text-link {
  font-weight: 800 !important;
}
.cid-ttNGWZ1jsl .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttNGWZ1jsl .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttNGWZ1jsl .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttNGWZ1jsl .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttNGWZ1jsl .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttNGWZ1jsl .card:hover .text-link {
  color: #fff !important;
}
.cid-ttNGWZ1jsl .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttNGWZ1jsl .card:hover .link {
  transform: translateX(42px);
}
.cid-ttNGWZ1jsl .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttNGWZ1jsl h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttNGXw9zGA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131824;
}
.cid-ttNGXw9zGA .mbr-text {
  color: #767676;
}
.cid-ttNGXw9zGA .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ttNGXw9zGA .icon-arrow {
  color: #ffffff;
  font-size: 1.8rem !important;
}
.cid-ttNGXw9zGA .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-ttNGXw9zGA .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ttNGXw9zGA .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttNGXw9zGA .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ttNGXw9zGA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttNGXw9zGA .card {
    margin-bottom: 2rem;
  }
}
.cid-ttNGXw9zGA .text-link {
  font-weight: 800 !important;
}
.cid-ttNGXw9zGA .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19223e;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ttNGXw9zGA .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttNGXw9zGA .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ttNGXw9zGA .card:hover .card-inner {
  background-color: #19223e;
}
.cid-ttNGXw9zGA .card:hover .icon-arrow {
  color: #fff;
}
.cid-ttNGXw9zGA .card:hover .text-link {
  color: #fff !important;
}
.cid-ttNGXw9zGA .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ttNGXw9zGA .card:hover .link {
  transform: translateX(42px);
}
.cid-ttNGXw9zGA .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ttNGXw9zGA h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ttNGA7oJR6 {
  background-color: #131824;
}
.cid-ttNGA7oJR6 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ttNGA7oJR6 .row {
    padding: 20px 34px;
  }
}
.cid-ttNGA7oJR6 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzqS2sZxR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzqS2sZxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzqS2sZxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzqS2sZxR .row {
  justify-content: space-between;
}
.cid-tzzqS2sZxR .mbr-text,
.cid-tzzqS2sZxR .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzqS2sZxR .mbr-section-title {
  color: #ffffff;
}
.cid-tzzqS5lPiI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzqS5lPiI .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzqS5lPiI .row {
    padding: 20px 34px;
  }
}
.cid-tzzqS5lPiI .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-163 {
  /* Type valid CSS here */
}
#custom-html-163 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-163 p {
  font-size: 60px;
  color: #777;
}
.cid-tzzqS62IPa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzqS62IPa .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzqS62IPa .row {
    padding: 20px 34px;
  }
}
.cid-tzzqS62IPa .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzwLdvU2S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwLdvU2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzwLdvU2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzwLdvU2S .row {
  justify-content: space-between;
}
.cid-tzzwLdvU2S .mbr-text,
.cid-tzzwLdvU2S .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzwLdvU2S .mbr-section-title {
  color: #ffffff;
}
.cid-tzzwLe0RBC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwLe0RBC .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzwLe0RBC .row {
    padding: 20px 34px;
  }
}
.cid-tzzwLe0RBC .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-167 {
  /* Type valid CSS here */
}
#custom-html-167 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-167 p {
  font-size: 60px;
  color: #777;
}
.cid-tzzwLewJkt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwLewJkt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzwLewJkt .row {
    padding: 20px 34px;
  }
}
.cid-tzzwLewJkt .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzwVlIlGZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwVlIlGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzwVlIlGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzwVlIlGZ .row {
  justify-content: space-between;
}
.cid-tzzwVlIlGZ .mbr-text,
.cid-tzzwVlIlGZ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzwVlIlGZ .mbr-section-title {
  color: #ffffff;
}
.cid-tzzwVmbRjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwVmbRjp .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzwVmbRjp .row {
    padding: 20px 34px;
  }
}
.cid-tzzwVmbRjp .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16b {
  /* Type valid CSS here */
}
#custom-html-16b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16b p {
  font-size: 60px;
  color: #777;
}
.cid-tzzwVmHJp9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzwVmHJp9 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzwVmHJp9 .row {
    padding: 20px 34px;
  }
}
.cid-tzzwVmHJp9 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzx5lDrBU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzx5lDrBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzx5lDrBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzx5lDrBU .row {
  justify-content: space-between;
}
.cid-tzzx5lDrBU .mbr-text,
.cid-tzzx5lDrBU .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzx5lDrBU .mbr-section-title {
  color: #ffffff;
}
.cid-tzzx5orq7u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzx5orq7u .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzx5orq7u .row {
    padding: 20px 34px;
  }
}
.cid-tzzx5orq7u .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16f {
  /* Type valid CSS here */
}
#custom-html-16f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16f p {
  font-size: 60px;
  color: #777;
}
.cid-tzzx5pnzRJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzx5pnzRJ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzx5pnzRJ .row {
    padding: 20px 34px;
  }
}
.cid-tzzx5pnzRJ .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzxgFQeZJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxgFQeZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzxgFQeZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzxgFQeZJ .row {
  justify-content: space-between;
}
.cid-tzzxgFQeZJ .mbr-text,
.cid-tzzxgFQeZJ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzxgFQeZJ .mbr-section-title {
  color: #ffffff;
}
.cid-tzzxgGgUe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxgGgUe2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxgGgUe2 .row {
    padding: 20px 34px;
  }
}
.cid-tzzxgGgUe2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16j {
  /* Type valid CSS here */
}
#custom-html-16j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16j p {
  font-size: 60px;
  color: #777;
}
.cid-tzzxgGMboW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxgGMboW .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxgGMboW .row {
    padding: 20px 34px;
  }
}
.cid-tzzxgGMboW .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzxnppbNu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxnppbNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzxnppbNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzxnppbNu .row {
  justify-content: space-between;
}
.cid-tzzxnppbNu .mbr-text,
.cid-tzzxnppbNu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzxnppbNu .mbr-section-title {
  color: #ffffff;
}
.cid-tzzxnpMglv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxnpMglv .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxnpMglv .row {
    padding: 20px 34px;
  }
}
.cid-tzzxnpMglv .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16n {
  /* Type valid CSS here */
}
#custom-html-16n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16n p {
  font-size: 60px;
  color: #777;
}
.cid-tzzxnqgivl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxnqgivl .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxnqgivl .row {
    padding: 20px 34px;
  }
}
.cid-tzzxnqgivl .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzxwBnel1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxwBnel1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzxwBnel1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzxwBnel1 .row {
  justify-content: space-between;
}
.cid-tzzxwBnel1 .mbr-text,
.cid-tzzxwBnel1 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzxwBnel1 .mbr-section-title {
  color: #ffffff;
}
.cid-tzzxwBPRXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxwBPRXR .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxwBPRXR .row {
    padding: 20px 34px;
  }
}
.cid-tzzxwBPRXR .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16r {
  /* Type valid CSS here */
}
#custom-html-16r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16r p {
  font-size: 60px;
  color: #777;
}
.cid-tzzxwCiO4d {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxwCiO4d .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxwCiO4d .row {
    padding: 20px 34px;
  }
}
.cid-tzzxwCiO4d .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-tzzxEXI9ho {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxEXI9ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzxEXI9ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzxEXI9ho .row {
  justify-content: space-between;
}
.cid-tzzxEXI9ho .mbr-text,
.cid-tzzxEXI9ho .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tzzxEXI9ho .mbr-section-title {
  color: #ffffff;
}
.cid-tzzxEY6F8T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxEY6F8T .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxEY6F8T .row {
    padding: 20px 34px;
  }
}
.cid-tzzxEY6F8T .mbr-text {
  color: #ffffff;
  text-align: center;
}
#custom-html-16v {
  /* Type valid CSS here */
}
#custom-html-16v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-16v p {
  font-size: 60px;
  color: #777;
}
.cid-tzzxEYx7M2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-tzzxEYx7M2 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tzzxEYx7M2 .row {
    padding: 20px 34px;
  }
}
.cid-tzzxEYx7M2 .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOxHaJ0u .footer-item {
  padding: 30px;
}
.cid-uOSOxHaJ0u .mbr-section-subtitle,
.cid-uOSOxHaJ0u .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOxHaJ0u .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOxHaJ0u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .row {
    text-align: center;
  }
  .cid-uOSOxHaJ0u .social-row {
    justify-content: center;
  }
}
.cid-uOSOxHaJ0u .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOxHaJ0u .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOxHaJ0u .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOxHaJ0u .mbr-text {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOxHaJ0u .list a {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOxHaJ0u .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOxHaJ0u .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOxHaJ0u .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOxHaJ0u .copyright {
  text-align: left;
  color: #455177;
}
.cid-uOSOMPNKqm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSOMPNKqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSOMPNKqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSOMPNKqm .row {
  justify-content: space-between;
}
.cid-uOSOMPNKqm .mbr-text,
.cid-uOSOMPNKqm .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uOSOMPNKqm .mbr-section-title {
  color: #ffffff;
}
.cid-uOSOMQc4yM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSOMQc4yM .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSOMQc4yM .row {
    padding: 20px 34px;
  }
}
.cid-uOSOMQc4yM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOSOVKnAGO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #131824;
}
.cid-uOSOVKnAGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSOVKnAGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSOVKnAGO .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOSOVKnAGO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOSOVKnAGO .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOSOVKnAGO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOSOVKnAGO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOSOVKnAGO .mbr-section-title {
  color: #ffffff;
}
.cid-uOSOVKnAGO .mbr-text,
.cid-uOSOVKnAGO .mbr-section-btn {
  color: #ffffff;
}
.cid-uOSOVKnAGO img {
  width: 100%;
  height: 100%;
}
.cid-uOSOMR72Do {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSOMR72Do .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSOMR72Do .row {
    padding: 20px 34px;
  }
}
.cid-uOSOMR72Do .mbr-text {
  color: #ffffff;
}
.cid-uOSOMRMSL3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSOMRMSL3 .footer-item {
  padding: 30px;
}
.cid-uOSOMRMSL3 .mbr-section-subtitle,
.cid-uOSOMRMSL3 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSOMRMSL3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSOMRMSL3 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSOMRMSL3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSOMRMSL3 .row {
    text-align: center;
  }
  .cid-uOSOMRMSL3 .social-row {
    justify-content: center;
  }
}
.cid-uOSOMRMSL3 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSOMRMSL3 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSOMRMSL3 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSOMRMSL3 .mbr-text {
  color: #ffffff;
}
.cid-uOSOMRMSL3 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSOMRMSL3 .list a {
  color: #ffffff;
}
.cid-uOSOMRMSL3 .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSOMRMSL3 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSOMRMSL3 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSOMRMSL3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSOMRMSL3 .copyright {
  text-align: left;
  color: #455177;
}
.cid-uOSP8ooe7l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSP8ooe7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSP8ooe7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSP8ooe7l .row {
  justify-content: space-between;
}
.cid-uOSP8ooe7l .mbr-text,
.cid-uOSP8ooe7l .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uOSP8ooe7l .mbr-section-title {
  color: #ffffff;
}
.cid-uOSP8oQs03 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSP8oQs03 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSP8oQs03 .row {
    padding: 20px 34px;
  }
}
.cid-uOSP8oQs03 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOSPek4DPS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #131824;
}
.cid-uOSPek4DPS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOSPek4DPS .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uOSPek4DPS .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uOSPek4DPS .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #ffffff;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uOSPek4DPS .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uOSPek4DPS .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uOSPek4DPS .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uOSPek4DPS .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uOSPek4DPS .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uOSPek4DPS .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uOSPek4DPS .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-uOSPek4DPS .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uOSPek4DPS .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uOSPek4DPS .list-block {
  position: relative;
}
.cid-uOSPek4DPS .list-block h4,
.cid-uOSPek4DPS .list-block p {
  padding-left: 4.5rem;
}
.cid-uOSPek4DPS .card-img {
  display: block;
}
.cid-uOSPek4DPS input,
.cid-uOSPek4DPS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uOSPek4DPS input:focus,
.cid-uOSPek4DPS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uOSPek4DPS .form-control,
.cid-uOSPek4DPS .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOSPek4DPS .form-control:hover,
.cid-uOSPek4DPS .field-input:hover,
.cid-uOSPek4DPS .form-control:focus,
.cid-uOSPek4DPS .field-input:focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uOSPek4DPS input::-webkit-input-placeholder,
.cid-uOSPek4DPS textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-uOSPek4DPS input:-moz-placeholder,
.cid-uOSPek4DPS textarea:-moz-placeholder {
  color: #28303f;
}
.cid-uOSPek4DPS .jq-selectbox li,
.cid-uOSPek4DPS .jq-selectbox li {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-uOSPek4DPS .jq-selectbox li:hover,
.cid-uOSPek4DPS .jq-selectbox li.selected {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-uOSPek4DPS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f3f3f3;
}
.cid-uOSPek4DPS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f3f3f3;
}
.cid-uOSPek4DPS .mbr-form {
  max-width: 550px;
}
.cid-uOSPek4DPS .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uOSPek4DPS .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uOSPek4DPS .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uOSPek4DPS .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uOSPek4DPS .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uOSPek4DPS .mbr-form textarea {
  min-height: 100px;
}
.cid-uOSPek4DPS .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ffffff;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uOSPek4DPS .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uOSPek4DPS .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uOSPek4DPS .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uOSPek4DPS .mbr-section-title,
  .cid-uOSPek4DPS .content-title,
  .cid-uOSPek4DPS .mbr-section-btn {
    text-align: left;
  }
}
.cid-uOSPek4DPS .mbr-form .mbr-subtitle,
.cid-uOSPek4DPS .mbr-section-btn {
  color: #00aeef;
}
.cid-uOSPek4DPS .text-content .list-block .list-item-title {
  color: #ffffff;
}
.cid-uOSPek4DPS .text-content .list-block .list-item-text {
  color: #ffffff;
}
.cid-uOSPek4DPS .mbr-form .mbr-section-title,
.cid-uOSPek4DPS .mbr-section-btn {
  color: #ffffff;
}
.cid-uOSPek4DPS .text-content .content-title,
.cid-uOSPek4DPS .social {
  color: #ffffff;
}
.cid-uOSPek4DPS .mbr-form .mbr-text {
  color: #ffffff;
}
.cid-uOSPek4DPS .text-content .content-subtitle {
  color: #000000;
}
.cid-uOSP8pEuuf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSP8pEuuf .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSP8pEuuf .row {
    padding: 20px 34px;
  }
}
.cid-uOSP8pEuuf .mbr-text {
  color: #ffffff;
}
.cid-uOSP8pYji7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSP8pYji7 .footer-item {
  padding: 30px;
}
.cid-uOSP8pYji7 .mbr-section-subtitle,
.cid-uOSP8pYji7 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSP8pYji7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSP8pYji7 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSP8pYji7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSP8pYji7 .row {
    text-align: center;
  }
  .cid-uOSP8pYji7 .social-row {
    justify-content: center;
  }
}
.cid-uOSP8pYji7 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSP8pYji7 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSP8pYji7 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSP8pYji7 .mbr-text {
  color: #ffffff;
}
.cid-uOSP8pYji7 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSP8pYji7 .list a {
  color: #ffffff;
}
.cid-uOSP8pYji7 .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSP8pYji7 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSP8pYji7 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSP8pYji7 .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSP8pYji7 .copyright {
  text-align: left;
  color: #455177;
}
.cid-uOSPuss2RE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSPuss2RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSPuss2RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSPuss2RE .row {
  justify-content: space-between;
}
.cid-uOSPuss2RE .mbr-text,
.cid-uOSPuss2RE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uOSPuss2RE .mbr-section-title {
  color: #ffffff;
}
.cid-uOSPusSLge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSPusSLge .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSPusSLge .row {
    padding: 20px 34px;
  }
}
.cid-uOSPusSLge .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOSPzpvqHQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #131824;
}
.cid-uOSPzpvqHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSPzpvqHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOSPzpvqHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOSPzpvqHQ .row {
  flex-direction: row-reverse;
}
.cid-uOSPzpvqHQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOSPzpvqHQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOSPzpvqHQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOSPzpvqHQ .mbr-section-title {
  color: #ffffff;
}
.cid-uOSPzpvqHQ .mbr-text,
.cid-uOSPzpvqHQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOSPutPyuL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131824;
}
.cid-uOSPutPyuL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uOSPutPyuL .row {
    padding: 20px 34px;
  }
}
.cid-uOSPutPyuL .mbr-text {
  color: #ffffff;
}
.cid-uOSPXFDQzK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uOSPXFDQzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSPXFDQzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSPXFDQzK .row {
  flex-direction: row-reverse;
}
.cid-uOSPuubHUm {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131824;
}
.cid-uOSPuubHUm .footer-item {
  padding: 30px;
}
.cid-uOSPuubHUm .mbr-section-subtitle,
.cid-uOSPuubHUm .address-text {
  margin-bottom: 1.5rem;
}
.cid-uOSPuubHUm .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOSPuubHUm .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uOSPuubHUm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOSPuubHUm .row {
    text-align: center;
  }
  .cid-uOSPuubHUm .social-row {
    justify-content: center;
  }
}
.cid-uOSPuubHUm .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOSPuubHUm .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uOSPuubHUm .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uOSPuubHUm .mbr-text {
  color: #ffffff;
}
.cid-uOSPuubHUm .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uOSPuubHUm .list a {
  color: #ffffff;
}
.cid-uOSPuubHUm .list a:hover {
  background-image: none !important;
  color: #ffffff !important;
}
.cid-uOSPuubHUm .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uOSPuubHUm .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uOSPuubHUm .mbr-iconfont {
  color: #ffffff;
}
.cid-uOSPuubHUm .copyright {
  text-align: left;
  color: #455177;
}
