body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tspyBWlpnZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tspyBWlpnZ .mbr-text,
.cid-tspyBWlpnZ blockquote {
  color: #767676;
}
.cid-tspyBWlpnZ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tspyBWlpnZ .mbr-text {
  text-align: center;
  color: #149dcc;
}
.cid-tspyDycgos {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tspyDycgos .mbr-text,
.cid-tspyDycgos blockquote {
  color: #767676;
}
.cid-tspyDycgos .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tUQdLPkkOB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tUQdLPkkOB .mbr-text,
.cid-tUQdLPkkOB blockquote {
  color: #767676;
}
.cid-tUQdLPkkOB .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tUQdLPkkOB #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tUQdLPkkOB #sChislo:hover {
  color: #4d1300;
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tUQdLPkkOB #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tUQdLPkkOB a.btn1:link {
  padding: 5px 28px 5px 28px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn1:hover,
.cid-tUQdLPkkOB a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn1:not(:hover),
.cid-tUQdLPkkOB a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tUQe0Uehgc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tUQe0Uehgc .mbr-text,
.cid-tUQe0Uehgc blockquote {
  color: #767676;
}
.cid-tUQe0Uehgc .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tUQe0Uehgc .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tUQe0Uehgc #sStr_215 {
  font-size: 215%;
}
.cid-tUQe0Uehgc #sStr_199 {
  font-size: 199%;
}
.cid-tUQe0Uehgc #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tUQe0Uehgc #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tUQe0Uehgc #sChislo:hover {
  color: #1a0033;
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tUQe0Uehgc #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tUQe0Uehgc a.btn1:link {
  padding: 10px 22px 2px 22px;
  border-radius: 100px;
}
.cid-tUQe0Uehgc a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tUQe0Uehgc a.btn1:hover,
.cid-tUQe0Uehgc a.btn4:hover {
  color: #ffcc99;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQe0Uehgc a.btn1:not(:hover),
.cid-tUQe0Uehgc a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tUQe0Uehgc a.btn2:link {
  padding: 15px 12px 3px 12px;
  border-radius: 100px;
}
.cid-tUQe0Uehgc a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #b3d1ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQe0Uehgc a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tahkAcoK3i {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tahkAcoK3i .mbr-text,
.cid-tahkAcoK3i blockquote {
  color: #767676;
}
.cid-tahkAcoK3i .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i #sp_30june22_1 {
  color: #dadad7;
}
.cid-tahkAcoK3i #Btn_30_06_22_1 {
  width: 57px;
  height: 38px;
  border: 2px solid #999;
  border-radius: 22px;
  background-color: #00e699;
  box-shadow: 0 0 15px 4px #007080 inset;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:hover {
  border: 2px double #00ffff;
  background-color: #33ffff;
  box-shadow: 0 0 21px 3px #fff, 0 0 5px 2px #ffffcc, 0 0 7px 4px #bbff33, 0 0 5px 0 #669999 inset;
  transition: .1s ease;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:not(:hover) {
  transition: 3s ease;
}
.cid-tspV9ztbMZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tspV9ztbMZ .mbr-text,
.cid-tspV9ztbMZ blockquote {
  color: #767676;
}
.cid-tspV9ztbMZ .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tspV9ztbMZ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tspV9ztbMZ #Btn_24_10_21_1_2:not(:hover) {
  width: 25px;
  height: 25px;
  background-color: #ffb3ff;
  border: 2px solid #777;
  border-radius: 15px;
  transition: .5s ease;
}
.cid-tspV9ztbMZ #Btn_24_10_21_1_2:hover {
  width: 25px;
  height: 25px;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  border-radius: 15px;
  transition: .3s ease;
}
.cid-tspVe7UWsL {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-tspVe7UWsL .mbr-text,
.cid-tspVe7UWsL blockquote {
  color: #767676;
}
.cid-tspVe7UWsL .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tspVe7UWsL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tspVe7UWsL a.btn2:link {
  border: 2px solid #94b8b8;
  padding: 8px 0px 0px 0px;
  border-radius: 22px;
  background-color: #f2f2f2;
}
.cid-tspVe7UWsL a.btn2:hover {
  border: 2px solid #dddddd;
  padding: 8px 0px 0px 0px;
  background-color: #ffffcc;
  transition: 1s ease;
}
.cid-tspVe7UWsL a.btn2:not(:hover) {
  border: 2px solid #94b8b8;
  padding: 8px 0px 0px 0px;
  background-color: #f2f2f2;
  transition: 1s ease;
}
.cid-rVPxJf191K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-rVPxJf191K .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVPxJf191K .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rVPxJf191K .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rVPxJf191K .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rVPxJf191K .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVPxJf191K .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rVPxJf191K .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVPxJf191K .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVPxJf191K .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVPxJf191K .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVPxJf191K .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rVPxJf191K .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rVPxJf191K foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-rVPxJf191K .media-container-row .mbr-text {
  text-align: right;
}
.cid-tG0a7yuLIX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tG0a7yuLIX .mbr-text,
.cid-tG0a7yuLIX blockquote {
  color: #767676;
}
.cid-tG0a7yuLIX .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tG0a7yuLIX .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7yuLIX #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-tG0a7yuLIX #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tG0a7yuLIX #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tG0a7yuLIX #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tG0a7yuLIX a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tG0a7yuLIX a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tG0a7yuLIX a.btn1:hover,
.cid-tG0a7yuLIX a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tG0a7yuLIX a.btn1:not(:hover),
.cid-tG0a7yuLIX a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tG0a7yuLIX a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tG0a7yuLIX a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tG0a7yuLIX a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-tG0a7yuLIX #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-tG0a7yuLIX #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-tG0a7yuLIX #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-tG0a7yuLIX #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-tG0a7zn7vT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tG0a7zn7vT .mbr-text,
.cid-tG0a7zn7vT blockquote {
  color: #767676;
}
.cid-tG0a7zn7vT .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tG0a7zn7vT .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7zn7vT .a_date {
  color: #465052;
}
.cid-tG0a7zn7vT .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tG0a7zn7vT .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tG0a7zn7vT .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tG0a7zn7vT .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tG0a7zn7vT .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tG0a7zn7vT #dChtonu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-family: Rubik;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-tG0a7zn7vT #dVlalu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-tG0a7zn7vT #dKavl {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  line-height: 1;
  padding: 8px 8px 8px 22px;
  border-radius: 12px;
  background-color: #ffcccc;
  left: 5vw;
  right: 5vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cid-tG0a7zn7vT .mbr-text DIV {
  text-align: center;
}
.cid-tG0nENXfha {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tG0nENXfha .mbr-text,
.cid-tG0nENXfha blockquote {
  color: #767676;
}
.cid-tG0nENXfha .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tG0nENXfha .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2ONaWuzWY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u2ONaWuzWY .mbr-text,
.cid-u2ONaWuzWY blockquote {
  color: #767676;
}
.cid-u2ONaWuzWY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2ONaWuzWY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2ONc16PCA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2ONc16PCA .mbr-text,
.cid-u2ONc16PCA blockquote {
  color: #767676;
}
.cid-u2ONc16PCA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2ONc16PCA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2ONc16PCA .mbr-text DIV {
  text-align: left;
}
.cid-u2ONcR7B4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2ONcR7B4L .mbr-text,
.cid-u2ONcR7B4L blockquote {
  color: #767676;
}
.cid-u2ONcR7B4L .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2ONcR7B4L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2ONcR7B4L .mbr-text DIV {
  text-align: left;
}
.cid-u2P4XY57Lp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u2P4XY57Lp .mbr-text,
.cid-u2P4XY57Lp blockquote {
  color: #767676;
}
.cid-u2P4XY57Lp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2P4XY57Lp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2P4XY57Lp .mbr-text DIV {
  text-align: center;
}
.cid-u2OQzrvdKE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u2OQzrvdKE .mbr-text,
.cid-u2OQzrvdKE blockquote {
  color: #767676;
}
.cid-u2OQzrvdKE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OQzrvdKE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OQzrvdKE #sVarB {
  color: #0066cc;
  border-radius: 28px;
}
.cid-u2OQzrvdKE #sVarB:hover {
  color: #007399;
  transition: 3s ease;
}
.cid-u2OQzrvdKE #sVarB:not(:hover) {
  transition: 11s ease;
}
.cid-u2OQzrvdKE #sDolshjb {
  display: block;
  position: relative;
  font-size: 115%;
  left: 3em;
  padding-top: 18px;
}
.cid-u2OQzrvdKE #sBolch {
  border-bottom: 1px solid #cbb;
}
.cid-u2OQzrvdKE #sKotnenr {
  border-bottom: 1px solid #a99;
}
.cid-u2OQzrvdKE #s24l {
  border-bottom: 1px solid #a99;
}
.cid-u2OQzrvdKE #sNaodn {
  display: none;
}
.cid-u2OQzrvdKE #sIschit {
  display: none;
}
.cid-u2OQzrvdKE .mbr-text DIV {
  text-align: left;
}
.cid-u2ORu0wLCq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2ORu0wLCq .mbr-text,
.cid-u2ORu0wLCq blockquote {
  color: #767676;
}
.cid-u2ORu0wLCq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u2ORu0wLCq #dVarB {
  display: none;
  padding: 15px 0;
}
.cid-u2ORu0wLCq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u2ORu0wLCq .mbr-text DIV {
  text-align: center;
}
.cid-u2OQAtoEeF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OQAtoEeF .mbr-text,
.cid-u2OQAtoEeF blockquote {
  color: #767676;
}
.cid-u2OQAtoEeF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OQAtoEeF #dKashj {
  display: none;
  padding: 7px 0;
}
.cid-u2OQAtoEeF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OQAtoEeF .mbr-text DIV {
  text-align: left;
}
.cid-u2OTTfS0W8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OTTfS0W8 .mbr-text,
.cid-u2OTTfS0W8 blockquote {
  color: #767676;
}
.cid-u2OTTfS0W8 #dSvsB {
  display: none;
  padding: 7px 0;
}
.cid-u2OTTfS0W8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OTTfS0W8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OTTfS0W8 .mbr-text DIV {
  text-align: left;
}
.cid-u2OTUeRLz2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OTUeRLz2 .mbr-text,
.cid-u2OTUeRLz2 blockquote {
  color: #767676;
}
.cid-u2OTUeRLz2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OTUeRLz2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OTUeRLz2 #dEtusv {
  display: none;
  position: relative;
  padding: 7px 0;
  left: 2em;
}
.cid-u2OTUeRLz2 .mbr-text DIV {
  text-align: left;
}
.cid-u2OWgfv763 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OWgfv763 .mbr-text,
.cid-u2OWgfv763 blockquote {
  color: #767676;
}
.cid-u2OWgfv763 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OWgfv763 #dZa_1_5 {
  display: none;
  padding: 7px 0;
}
.cid-u2OWgfv763 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OWgfv763 .mbr-text DIV {
  text-align: left;
}
.cid-u2OWh1ymRR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OWh1ymRR .mbr-text,
.cid-u2OWh1ymRR blockquote {
  color: #767676;
}
.cid-u2OWh1ymRR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OWh1ymRR #dSprash {
  display: none;
  padding: 7px 0;
}
.cid-u2OWh1ymRR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OWh1ymRR .mbr-text DIV {
  text-align: left;
}
.cid-u2OXiJOLQp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OXiJOLQp .mbr-text,
.cid-u2OXiJOLQp blockquote {
  color: #767676;
}
.cid-u2OXiJOLQp #dNaskmo {
  display: none;
  padding: 7px 0;
}
.cid-u2OXiJOLQp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OXiJOLQp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OXiJOLQp .mbr-text DIV {
  text-align: left;
}
.cid-u2OXjoB1S8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OXjoB1S8 .mbr-text,
.cid-u2OXjoB1S8 blockquote {
  color: #767676;
}
.cid-u2OXjoB1S8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OXjoB1S8 #dEslbo {
  display: none;
  padding: 7px 0;
}
.cid-u2OXjoB1S8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OXjoB1S8 .mbr-text DIV {
  text-align: left;
}
.cid-u2OXTwe7X8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u2OXTwe7X8 .mbr-text,
.cid-u2OXTwe7X8 blockquote {
  color: #767676;
}
.cid-u2OXTwe7X8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u2OXTwe7X8 #dPrineo {
  display: none;
  padding: 7px 0 15px 0;
}
.cid-u2OXTwe7X8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OXTwe7X8 .mbr-text DIV {
  text-align: center;
}
.cid-tG0DAM4oOd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tG0DAM4oOd .mbr-text,
.cid-tG0DAM4oOd blockquote {
  color: #767676;
}
.cid-tG0DAM4oOd .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tG0fPOZV42 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tG0fPOZV42 .mbr-text,
.cid-tG0fPOZV42 blockquote {
  color: #767676;
}
.cid-tG0fPOZV42 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tG0fPOZV42 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tG0fPOZV42 #sPoBo {
  font-size: 107%;
}
.cid-tG0fPOZV42 #sPoBo:hover {
  font-size: 155%;
  text-shadow: 0 0 2px #fffffc, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffee, 0 0 3px #ffffcc, 0 0 4px #fffffc, 0 0 5px #fffffc, 0 0 7px #ffffff, 0 0 8px #fffffc;
  transition: 12s ease;
}
.cid-tG0fPOZV42 #sPoBo:not(:hover) {
  transition: 44s ease;
  transition-delay: 22s;
}
.cid-tG0fPOZV42 #dPo {
  font-size: 110%;
}
.cid-tG0fPOZV42 #sNovRo {
  color: #767676;
}
.cid-tG0fPOZV42 #sNovRo:hover {
  font-size: 108%;
  line-height: 1.55;
  color: #ffb3d9;
  text-shadow: -1px 0 0 #668cff, 1px 0 0 #ccd9ff, 0 -1px 0 #ccd9ff, 0 1px 0 #668cff, 0 0 2px #ffffcc, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffff00, 0 0 3px #ffffcc, 0 0 4px #fffffc, 0 0 5px #fffffc, 0 0 7px #ffffcc, 0 0 8px #ffffcc;
  transition: 4s ease;
}
.cid-tG0fPOZV42 #sNovRo:not(:hover) {
  transition: 61s ease;
  transition-delay: 10s;
}
.cid-u2OZkz8cRY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u2OZkz8cRY .mbr-text,
.cid-u2OZkz8cRY blockquote {
  color: #767676;
}
.cid-u2OZkz8cRY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u2OZkz8cRY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u2OZkz8cRY .mbr-text DIV {
  text-align: left;
}
.cid-tG0a7MG2FX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tG0a7MG2FX .mbr-text,
.cid-tG0a7MG2FX blockquote {
  color: #767676;
}
.cid-tG0a7MG2FX .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tG0a7N4e3W {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tG0a7NrG46 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tG0a7NrG46 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG0a7NrG46 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG0a7NrG46 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tG0a7NrG46 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG0a7NrG46 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tG0a7NrG46 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tG0a7NrG46 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tG0a7NrG46 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tG0a7NrG46 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tG0a7NrG46 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tG0a7NrG46 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG0a7NrG46 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG0a7NrG46 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tG0a7NrG46 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tG0a7NrG46 foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tG0a7NrG46 .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJpjkfXBrL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tJpjkfXBrL .mbr-text,
.cid-tJpjkfXBrL blockquote {
  color: #767676;
}
.cid-tJpjkfXBrL .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tJpjkfXBrL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tJpjkfXBrL #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tJpjkfXBrL #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tJpjkfXBrL #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tJpjkfXBrL #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tJpjkfXBrL a.btn1:link {
  padding: 5px 28px 5px 28px;
  border-radius: 100px;
}
.cid-tJpjkfXBrL a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tJpjkfXBrL a.btn1:hover,
.cid-tJpjkfXBrL a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tJpjkfXBrL a.btn1:not(:hover),
.cid-tJpjkfXBrL a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tJpjkfXBrL a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tJpjkfXBrL a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tJpjkfXBrL a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tJpjkgwCF0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tJpjkgwCF0 .mbr-text,
.cid-tJpjkgwCF0 blockquote {
  color: #767676;
}
.cid-tJpjkgwCF0 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tJpjkgwCF0 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tJpjkgwCF0 .a_date {
  color: #465052;
}
.cid-tJpjkgwCF0 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tJpjkgwCF0 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tJpjkgwCF0 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tJpjkgwCF0 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tJpjkgwCF0 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tJpjkgwCF0 #dChtonu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-family: Rubik;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-tJpjkgwCF0 #dVlalu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-tJpjkgwCF0 #dKavl {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  line-height: 1;
  padding: 8px 8px 8px 22px;
  border-radius: 12px;
  background-color: #ffcccc;
  left: 5vw;
  right: 5vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cid-tJpjkgwCF0 .mbr-text DIV {
  text-align: center;
}
.cid-tJZhtIa7YA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tJZhtIa7YA .mbr-text,
.cid-tJZhtIa7YA blockquote {
  color: #767676;
}
.cid-tJZhtIa7YA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tJZhtIa7YA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tJZhtIa7YA .mbr-text DIV {
  text-align: center;
}
.cid-tJZhtIa7YA #dPust_dAtep {
  display: none;
  padding: 10px;
}
.cid-tJqtsyQyhe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tJqtsyQyhe .mbr-text,
.cid-tJqtsyQyhe blockquote {
  color: #767676;
}
.cid-tJqtsyQyhe .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tJqtsyQyhe .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tJqtsyQyhe #dUrfd {
  display: block;
  position: absolute;
  width: 5.1em;
  height: 7.2em;
  border-radius: 30px;
  padding: 5px 11px 16px 14px;
  background-color: #ff7733;
  text-shadow: -1px 0 0 #ffff00, 0 -1px 0 #ffff00;
  box-shadow: -1px 0 0 0 #ffff00 inset, 0 -1px 0 0 #ffff00 inset;
  top: 7.5em;
  left: 70%;
  opacity: 0.1;
  z-index: -1;
}
.cid-tJqtsyQyhe #dUrfd:hover {
  color: black;
  border: 3px solid #6600ff;
  border-radius: 1px;
  background-color: #cc3300;
  text-shadow: -1px 0 0 #ffffff, 0 -1px 0 #ffffff, 1px 3px 5px blue;
  box-shadow: -1px 0 0 0 #ffffff inset, 0 -1px 0 0 #ffffff inset, 0 0 9px 3px #000099 inset;
  top: 7.2em;
  left: 70%;
  opacity: 1;
  z-index: 3;
  transition: 1s ease;
}
.cid-tJqtsyQyhe #dUrfd:not(:hover) {
  border: 3px solid #ff6633;
  transition: 2s ease;
}
.cid-tJqtsyQyhe #dRevb,
.cid-tJqtsyQyhe #dOnapM {
  display: block;
  position: absolute;
  width: 10em;
  border: 3px solid #ff6633;
  border-radius: 18px;
  padding: 7px 11px;
  background-color: #ffcc99;
  box-shadow: 0 0 9px 1px transparent;
  left: 7%;
  opacity: .01;
  z-index: -1;
}
.cid-tJqtsyQyhe #dRevb:hover {
  border: 3px solid #006699;
  background-color: #4dc3ff;
  box-shadow: 0 0 9px 1px #ffcc99;
  left: 9%;
}
.cid-tJqtsyQyhe #dOnapM:hover {
  border: 3px solid #006699;
  background-color: #db4dff;
  box-shadow: 0 0 9px 1px #ffcc99;
  left: 9%;
}
.cid-tJqtsyQyhe #dRevb {
  top: 6.7em;
}
.cid-tJqtsyQyhe #dOnapM {
  top: 11em;
}
.cid-tJqtsyQyhe #dVyvl_4 {
  display: none;
  position: absolute;
  width: 105%;
  border: 1px solid transparent;
  left: -2.5%;
  top: 17.5em;
  height: 3em;
  z-index: 1;
}
.cid-tJqtsyQyhe #dVyvl_3 {
  display: block;
  position: absolute;
  width: 105%;
  border: 1px solid transparent;
  left: -2.5%;
  z-index: 1;
}
.cid-tJqtsyQyhe #dVyvl_1,
.cid-tJqtsyQyhe #dVyvl_2 {
  display: block;
  position: absolute;
  width: 40%;
  height: 12em;
  border: 1px solid transparent;
  top: 6.5em;
  z-index: 1;
}
.cid-tJqtsyQyhe #dVyvl_1 {
  left: -2%;
}
.cid-tJqtsyQyhe #dVyvl_2 {
  left: 56%;
}
.cid-tJqtsyQyhe #dLie,
.cid-tJqtsyQyhe #dBots,
.cid-tJqtsyQyhe #dPanuv,
.cid-tJqtsyQyhe #dEtop,
.cid-tJqtsyQyhe #dNak {
  display: none;
  border: 3px solid #cc99ff;
  border-radius: 18px;
  padding: 11px;
  background-color: #ffff99;
  box-shadow: 0 0 9px 1px transparent;
  left: 39.3%;
  opacity: .01;
  z-index: -1;
}
.cid-tJqtsyQyhe #dLie:hover,
.cid-tJqtsyQyhe #dBots:hover,
.cid-tJqtsyQyhe #dPanuv:hover,
.cid-tJqtsyQyhe #dEtop:hover,
.cid-tJqtsyQyhe #dNak:hover {
  border: 3px solid #ff33ff;
  background-color: #80ffff;
  box-shadow: 0 0 7px 0 #80ffff;
  left: 41.3%;
  transition: .5s ease;
  z-index: 5;
}
.cid-tJqtsyQyhe #dLie:not(:hover),
.cid-tJqtsyQyhe #dBots:not(:hover),
.cid-tJqtsyQyhe #dPanuv:not(:hover),
.cid-tJqtsyQyhe #dEtop:not(:hover),
.cid-tJqtsyQyhe #dNak:not(:hover) {
  transition: 1s ease;
}
.cid-tJqtsyQyhe #dKes,
.cid-tJqtsyQyhe #dPoch,
.cid-tJqtsyQyhe #dVlr,
.cid-tJqtsyQyhe #dEtf,
.cid-tJqtsyQyhe #dVyvl {
  display: none;
  border: 3px solid #0080ff;
  border-radius: 18px;
  padding: 11px;
  background-color: #ffdacc;
  left: 39.3%;
  opacity: .01;
  z-index: -1;
}
.cid-tJqtsyQyhe #dKes:hover,
.cid-tJqtsyQyhe #dPoch:hover,
.cid-tJqtsyQyhe #dVlr:hover,
.cid-tJqtsyQyhe #dEtf:hover,
.cid-tJqtsyQyhe #dVyvl:hover {
  border: 3px solid #0040ff;
  background-color: #ff884d;
  left: 41.3%;
  transition: .5s ease;
  z-index: 5;
}
.cid-tJqtsyQyhe #dKes:not(:hover),
.cid-tJqtsyQyhe #dPoch:not(:hover),
.cid-tJqtsyQyhe #dVlr:not(:hover),
.cid-tJqtsyQyhe #dEtf:not(:hover),
.cid-tJqtsyQyhe #dVyvl:not(:hover) {
  transition: 1s ease;
}
.cid-tJqtsyQyhe #dKes,
.cid-tJqtsyQyhe #dLie {
  position: absolute;
  top: 0;
}
.cid-tJqtsyQyhe #dPoch,
.cid-tJqtsyQyhe #dBots {
  position: absolute;
  top: 3em;
}
.cid-tJqtsyQyhe #dVlr,
.cid-tJqtsyQyhe #dPanuv {
  position: absolute;
  top: 6em;
}
.cid-tJqtsyQyhe #dEtf,
.cid-tJqtsyQyhe #dEtop {
  position: absolute;
  top: 9em;
}
.cid-tJqtsyQyhe #dVyvl,
.cid-tJqtsyQyhe #dNak {
  position: absolute;
  top: 12em;
}
.cid-tJqtsyQyhe .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .cid-tJqtsyQyhe #dKes,
  .cid-tJqtsyQyhe #dPoch,
  .cid-tJqtsyQyhe #dVlr,
  .cid-tJqtsyQyhe #dEtf,
  .cid-tJqtsyQyhe #dVyvl,
  .cid-tJqtsyQyhe #dLie,
  .cid-tJqtsyQyhe #dBots,
  .cid-tJqtsyQyhe #dPanuv,
  .cid-tJqtsyQyhe #dEtop,
  .cid-tJqtsyQyhe #dNak,
  .cid-tJqtsyQyhe #dRevb,
  .cid-tJqtsyQyhe #dOnapM,
  .cid-tJqtsyQyhe #dUrfd {
    font-size: 1.4rem;
    padding: 8px 11px;
  }
  .cid-tJqtsyQyhe #dRevb,
  .cid-tJqtsyQyhe #dOnapM {
    width: 10em;
    font-size: 1.4rem;
    padding: 2px 5px;
    left: -7%;
  }
  .cid-tJqtsyQyhe #dRevb:hover,
  .cid-tJqtsyQyhe #dOnapM:hover {
    left: -5%;
  }
  .cid-tJqtsyQyhe #dUrfd {
    font-size: 1.4rem;
    padding: 5px 7px;
    left: 84%;
  }
  .cid-tJqtsyQyhe #dUrfd:hover {
    font-size: 1.4rem;
    left: 84%;
  }
  .cid-tJqtsyQyhe #dVyvl_1,
  .cid-tJqtsyQyhe #dVyvl_2 {
    top: 6em;
  }
  .cid-tJqtsyQyhe #dVyvl_4 {
    display: block;
    top: 17.5em;
    height: 2.2em;
  }
}
@media screen and (min-width: 1001px) {
  .cid-tJqtsyQyhe #dKes,
  .cid-tJqtsyQyhe #dPoch,
  .cid-tJqtsyQyhe #dVlr,
  .cid-tJqtsyQyhe #dEtf,
  .cid-tJqtsyQyhe #dVyvl,
  .cid-tJqtsyQyhe #dLie,
  .cid-tJqtsyQyhe #dBots,
  .cid-tJqtsyQyhe #dPanuv,
  .cid-tJqtsyQyhe #dEtop,
  .cid-tJqtsyQyhe #dNak {
    font-size: 1.4rem;
    padding: 11px;
  }
  .cid-tJqtsyQyhe #dRevb,
  .cid-tJqtsyQyhe #dOnapM {
    width: 10em;
    font-size: 1.4rem;
    padding: 7px 11px;
    left: 7%;
  }
  .cid-tJqtsyQyhe #dRevb:hover,
  .cid-tJqtsyQyhe #dOnapM:hover {
    left: 9%;
  }
  .cid-tJqtsyQyhe #dUrfd {
    font-size: 1.4rem;
    padding: 9px 12px;
    left: 70%;
  }
  .cid-tJqtsyQyhe #dUrfd:hover {
    padding: 9px 12px;
    left: 70%;
  }
  .cid-tJqtsyQyhe #dVyvl_1,
  .cid-tJqtsyQyhe #dVyvl_2 {
    top: 6.5em;
  }
  .cid-tJqtsyQyhe #dVyvl_3 {
    top: 15.2em;
    height: 2.5em;
  }
  .cid-tJqtsyQyhe #dVyvl_4 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .cid-tJqtsyQyhe #dVyvl_3 {
    top: 15.2em;
    height: 2.5em;
  }
}
@media screen and (min-width: 1101px) {
  .cid-tJqtsyQyhe #dVyvl_3 {
    top: 15.5em;
    height: 3em;
  }
}
.cid-tJpjkgTZOi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tJpjkgTZOi .mbr-text,
.cid-tJpjkgTZOi blockquote {
  color: #767676;
}
.cid-tJpjkgTZOi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tJpjkgTZOi .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tJpjkgTZOi #dAtep {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.2;
  border: 6px solid transparent;
  padding: 5px 22px 8px 22px;
  background-color: #dadad7;
  border-radius: 22px;
  left: 0;
}
.cid-tJpjkgTZOi #dHo {
  font-size: 70%;
}
.cid-tJpjkgTZOi #dIsvr {
  font-size: 70%;
}
.cid-tJpjkgTZOi #dAtep:hover {
  border: 6px solid #cc0000;
  background-color: #ffdd99;
  transition: 2s ease;
}
.cid-tJpjkgTZOi #dAtep:not(:hover) {
  transition: 5s ease;
}
.cid-tJpjkgTZOi .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .cid-tJpjkgTZOi #dAtep {
    width: 124%;
    left: -12%;
  }
}
@media screen and (min-width: 901px) {
  .cid-tJpjkgTZOi #dAtep {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .cid-tJpjkgTZOi #dAtep {
    line-height: 1.25;
    padding: 5px 22px;
  }
  .cid-tJpjkgTZOi #dHo {
    color: transparent;
  }
  .cid-tJpjkgTZOi #dIsvr {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .cid-tJpjkgTZOi #dAtep {
    width: 100%;
    line-height: 1.2;
    padding: 5px 22px 8px 22px;
    left: 0;
  }
  .cid-tJpjkgTZOi #dHo {
    color: inherit;
    transition: .5s ease;
  }
  .cid-tJpjkgTZOi #dIsvr {
    display: inline-block;
  }
}
.cid-tJqKy513gr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tJqKy513gr .mbr-text,
.cid-tJqKy513gr blockquote {
  color: #767676;
}
.cid-tJqKy513gr .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tJqKy513gr #dPustKV {
  display: none;
}
.cid-tJrN6EQHMg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tJrN6EQHMg .mbr-text,
.cid-tJrN6EQHMg blockquote {
  color: #767676;
}
.cid-tJrN6EQHMg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tJrN6EQHMg #sPrimso {
  color: #004d4d;
}
.cid-tJrN6EQHMg #sPrimso:hover {
  color: #001a1a;
}
.cid-tJrN6EQHMg #sToerasd {
  display: none;
  color: #008080;
  border: 2px solid #999;
  border-radius: 14px;
  padding: 0 15px;
}
.cid-tJrN6EQHMg #sToerasd:hover {
  color: #004d4d;
  border: 2px solid #d55;
  transition: 2s ease;
}
.cid-tJrN6EQHMg #sToerasd:not(:hover) {
  transition: 3s ease;
}
.cid-tJrN6EQHMg #sPrimav {
  color: #008080;
}
.cid-tJrN6EQHMg #dNeco {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 80%;
  height: 1px;
  overflow: auto;
  border-radius: 25px;
  border: 7px solid #99e;
  padding: 7px 14px;
  background-color: #80b3ff;
  left: 10%;
  top: 1em;
  z-index: 1;
}
.cid-tJrN6EQHMg #dNeco:hover {
  border: 7px solid #b30000;
  background-color: #b3f0ff;
  box-shadow: 0 0 12px 0 #80ffe5;
  transition: 2s ease;
}
.cid-tJrN6EQHMg #dNeco:not(:hover) {
  transition: 3s ease;
}
.cid-tJrN6EQHMg #dNeco0 {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  border: 4px solid transparent;
  padding: 2px 22px 6px 22px;
  background-color: #dadad7;
  border-radius: 22px;
  left: 0;
  z-index: 2;
}
.cid-tJrN6EQHMg #dNeco0:hover {
  border: 4px solid #0000cc;
  background-color: #99ddff;
  opacity: 1;
  transition: 2s ease;
}
.cid-tJrN6EQHMg #dNeco0:not(:hover) {
  opacity: 1;
  transition: 5s ease;
}
.cid-tJrN6EQHMg .mbr-text {
  color: #465052;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .cid-tJrN6EQHMg #dNeco {
    height: 17em;
  }
}
@media screen and (min-width: 751px) {
  .cid-tJrN6EQHMg #dNeco {
    height: 14em;
  }
}
.cid-tJYQdb5Xgx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tJYQdb5Xgx .mbr-text,
.cid-tJYQdb5Xgx blockquote {
  color: #767676;
}
.cid-tJYQdb5Xgx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tJYQdb5Xgx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tJYQdb5Xgx .mbr-text DIV {
  text-align: center;
}
.cid-tJZ5YB5LTg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tJZ5YB5LTg .mbr-text,
.cid-tJZ5YB5LTg blockquote {
  color: #767676;
}
.cid-tJZ5YB5LTg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tJZ5YB5LTg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tJZ5YB5LTg .mbr-text DIV {
  text-align: center;
}
.cid-tJZ5YB5LTg #dPust2br {
  display: none;
}
@media screen and (max-width: 750px) {
  .cid-tJZ5YB5LTg #dPust2br {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .cid-tJZ5YB5LTg #dPust2br {
    display: none;
  }
}
.cid-tJpjkiUXZB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tJpjkiUXZB .mbr-text,
.cid-tJpjkiUXZB blockquote {
  color: #767676;
}
.cid-tJpjkiUXZB .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tJpjkiUXZB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tJpjkiUXZB #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tJpjkiUXZB #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tJpjkiUXZB #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tJpjkjheoX {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #dadad7;
}
.cid-tJpjkjGoFK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tJpjkjGoFK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJpjkjGoFK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJpjkjGoFK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJpjkjGoFK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJpjkjGoFK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJpjkjGoFK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tJpjkjGoFK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tJpjkjGoFK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJpjkjGoFK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJpjkjGoFK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tJpjkjGoFK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJpjkjGoFK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJpjkjGoFK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJpjkjGoFK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJpjkjGoFK foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tJpjkjGoFK .media-container-row .mbr-text {
  text-align: right;
}
.cid-u48tB84Gwu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u48tB84Gwu .mbr-text,
.cid-u48tB84Gwu blockquote {
  color: #767676;
}
.cid-u48tB84Gwu .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u48tB84Gwu .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u48tB84Gwu #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-u48tB84Gwu #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-u48tB84Gwu #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-u48tB84Gwu #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-u48tB84Gwu a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-u48tB84Gwu a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-u48tB84Gwu a.btn1:hover,
.cid-u48tB84Gwu a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-u48tB84Gwu a.btn1:not(:hover),
.cid-u48tB84Gwu a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-u48tB84Gwu a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-u48tB84Gwu a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-u48tB84Gwu a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-u48tB84Gwu #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-u48tB84Gwu #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-u48tB84Gwu #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-u48tB84Gwu #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-u48tB8v8Zr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u48tB8v8Zr .mbr-text,
.cid-u48tB8v8Zr blockquote {
  color: #767676;
}
.cid-u48tB8v8Zr .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u48tB8v8Zr .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u48tB8v8Zr .a_date {
  color: #465052;
}
.cid-u48tB8v8Zr .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-u48tB8v8Zr .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-u48tB8v8Zr .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-u48tB8v8Zr .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-u48tB8v8Zr .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-u48tB8v8Zr #dChtonu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-family: Rubik;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-u48tB8v8Zr #dVlalu {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  font-size: 190%;
  line-height: 1;
  padding: 8px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: .1;
  z-index: 1;
}
.cid-u48tB8v8Zr #dKavl {
  display: block;
  position: absolute;
  width: 75vw;
  text-align: center;
  line-height: 1;
  padding: 8px 8px 8px 22px;
  border-radius: 12px;
  background-color: #ffcccc;
  left: 5vw;
  right: 5vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cid-u48tB8v8Zr .mbr-text DIV {
  text-align: center;
}
.cid-u48OYLgSwi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u48OYLgSwi .mbr-text,
.cid-u48OYLgSwi blockquote {
  color: #767676;
}
.cid-u48OYLgSwi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u48OYLgSwi #dKogtne {
  text-align: left;
  border: 2px solid #dadad7;
  border-radius: 15px;
  background-color: #ffe6e6;
  padding: 7px 14px 11px 14px;
}
.cid-u48OYLgSwi #dKogtne:hover {
  color: #000099;
  border: 2px solid #cc0066;
  background-color: #ff9999;
  transition: 1s ease;
}
.cid-u48OYLgSwi #dKogtne:not(:hover) {
  transition: 15s ease;
}
.cid-u48OYLgSwi #sIsint_t {
  display: none;
}
.cid-u48OYLgSwi #dKnop {
  display: block;
  position: relative;
  width: 90%;
  height: .8em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #b3e6ff;
}
.cid-u48OYLgSwi #dKnop:hover {
  background-color: #990099;
  transition: 1s ease;
}
.cid-u48OYLgSwi #dKnop:not(:hover) {
  transition: 1.5s ease;
}
.cid-u48OYLgSwi #sIsint_sp {
  border-bottom: 2px solid #d0d0d0;
  z-index: 2;
}
.cid-u48OYLgSwi #sIsint_sp:hover {
  border-bottom: 2px solid #9966ff;
  transition: 1s ease;
}
.cid-u48OYLgSwi #sIsint_sp:not(:hover) {
  transition: 2s ease;
}
.cid-u48OYLgSwi #sIsint {
  display: block;
  position: relative;
  text-align: center;
  left: 20%;
  z-index: 3;
}
.cid-u48OYLgSwi .sUser {
  color: #000099;
  font-size: 102%;
}
.cid-u48OYLgSwi .sTime {
  font-size: 94%;
  color: #33adff;
}
.cid-u48OYLgSwi #dIzint {
  display: block;
  position: absolute;
  text-align: left;
  width: 0;
  left: 70%;
  height: 0;
  font-size: 85%;
  border-radius: 1px;
  border: 3px solid #dadad7;
  padding: 0;
  background-color: #dadad7;
  top: .9em;
  opacity: .1;
  transition: 2s ease;
}
.cid-u48OYLgSwi .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u48OYLgSwi .mbr-text DIV {
  text-align: right;
}
.cid-u48LapML43 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u48LapML43 .mbr-text,
.cid-u48LapML43 blockquote {
  color: #767676;
}
.cid-u48LapML43 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u48LapML43 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u48ONRfcd0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u48ONRfcd0 .mbr-text,
.cid-u48ONRfcd0 blockquote {
  color: #767676;
}
.cid-u48ONRfcd0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u48ONRfcd0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aJqDu74H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aJqDu74H .mbr-text,
.cid-u4aJqDu74H blockquote {
  color: #767676;
}
.cid-u4aJqDu74H .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aJqDu74H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aJrDxDDH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aJrDxDDH .mbr-text,
.cid-u4aJrDxDDH blockquote {
  color: #767676;
}
.cid-u4aJrDxDDH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aJrDxDDH #dVpaml {
  diplay: block;
  position: relative;
  padding-top: 15px;
}
.cid-u4aJrDxDDH #dUbNav {
  display: block;
  position: absolute;
  width: 70%;
  left: 33%;
  border-radius: 14px;
  padding: 5px 22px 16px 22px;
  background-color: #f2f2f2;
  opacity: .01;
  z-index: 5;
}
.cid-u4aJrDxDDH #dUbNav:hover {
  color: #112;
  background-color: #ffe6e6;
  box-shadow: 0 0 15px 1px #fff, 0 0 24px 2px #fff;
  transition: 2s ease;
}
.cid-u4aJrDxDDH #dUbNav:not(:hover) {
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 0 #fff, 0 0 1px 0 #fff;
  transition: 4s ease;
}
.cid-u4aJrDxDDH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aJrDxDDH .mbr-text DIV {
  text-align: left;
}
.cid-u4aK09YGBt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4aK09YGBt .mbr-text,
.cid-u4aK09YGBt blockquote {
  color: #767676;
}
.cid-u4aK09YGBt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aK09YGBt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aK09YGBt .mbr-text DIV {
  text-align: right;
}
.cid-u4aKscqJzI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aKscqJzI .mbr-text,
.cid-u4aKscqJzI blockquote {
  color: #767676;
}
.cid-u4aKscqJzI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aKscqJzI .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4aK0UFZsX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aK0UFZsX .mbr-text,
.cid-u4aK0UFZsX blockquote {
  color: #767676;
}
.cid-u4aK0UFZsX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aK0UFZsX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aQyuL71N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aQyuL71N .mbr-text,
.cid-u4aQyuL71N blockquote {
  color: #767676;
}
.cid-u4aQyuL71N .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aQyuL71N .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aQAMIMrA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aQAMIMrA .mbr-text,
.cid-u4aQAMIMrA blockquote {
  color: #767676;
}
.cid-u4aQAMIMrA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aQAMIMrA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aQzwdQN0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aQzwdQN0 .mbr-text,
.cid-u4aQzwdQN0 blockquote {
  color: #767676;
}
.cid-u4aQzwdQN0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aQzwdQN0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aQwLRbUa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aQwLRbUa .mbr-text,
.cid-u4aQwLRbUa blockquote {
  color: #767676;
}
.cid-u4aQwLRbUa .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aQwLRbUa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aK1yKMFp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aK1yKMFp .mbr-text,
.cid-u4aK1yKMFp blockquote {
  color: #767676;
}
.cid-u4aK1yKMFp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aK1yKMFp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aSIVtrHP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4aSIVtrHP .mbr-text,
.cid-u4aSIVtrHP blockquote {
  color: #767676;
}
.cid-u4aSIVtrHP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSIVtrHP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aTd80KPR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aTd80KPR .mbr-text,
.cid-u4aTd80KPR blockquote {
  color: #767676;
}
.cid-u4aTd80KPR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aTd80KPR .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4aTuLotNN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-u4aTuLotNN .mbr-text,
.cid-u4aTuLotNN blockquote {
  color: #767676;
}
.cid-u4aTuLotNN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4aTuLotNN .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4eekE1c2Y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4eekE1c2Y .mbr-text,
.cid-u4eekE1c2Y blockquote {
  color: #767676;
}
.cid-u4eekE1c2Y .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4eekE1c2Y .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4aSOjQF0z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aSOjQF0z .mbr-text,
.cid-u4aSOjQF0z blockquote {
  color: #767676;
}
.cid-u4aSOjQF0z .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSOjQF0z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aSSBAhcN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aSSBAhcN .mbr-text,
.cid-u4aSSBAhcN blockquote {
  color: #767676;
}
.cid-u4aSSBAhcN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSSBAhcN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aSU3BNay {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4aSU3BNay .mbr-text,
.cid-u4aSU3BNay blockquote {
  color: #767676;
}
.cid-u4aSU3BNay .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSU3BNay .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4mKizJXlD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4mKizJXlD .mbr-text,
.cid-u4mKizJXlD blockquote {
  color: #767676;
}
.cid-u4mKizJXlD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4mKizJXlD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aZCWkzfU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aZCWkzfU .mbr-text,
.cid-u4aZCWkzfU blockquote {
  color: #767676;
}
.cid-u4aZCWkzfU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aZCWkzfU .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4aSPYrDS5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4aSPYrDS5 .mbr-text,
.cid-u4aSPYrDS5 blockquote {
  color: #767676;
}
.cid-u4aSPYrDS5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSPYrDS5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aSTrwLe2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aSTrwLe2 .mbr-text,
.cid-u4aSTrwLe2 blockquote {
  color: #767676;
}
.cid-u4aSTrwLe2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSTrwLe2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b12eiJ2a {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4b12eiJ2a .mbr-text,
.cid-u4b12eiJ2a blockquote {
  color: #767676;
}
.cid-u4b12eiJ2a .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4b12eiJ2a .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4aSN8cPc8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aSN8cPc8 .mbr-text,
.cid-u4aSN8cPc8 blockquote {
  color: #767676;
}
.cid-u4aSN8cPc8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSN8cPc8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b1NjNUzz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4b1NjNUzz .mbr-text,
.cid-u4b1NjNUzz blockquote {
  color: #767676;
}
.cid-u4b1NjNUzz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b1NjNUzz .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4aSMmvvm1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4aSMmvvm1 .mbr-text,
.cid-u4aSMmvvm1 blockquote {
  color: #767676;
}
.cid-u4aSMmvvm1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSMmvvm1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4aSJPyWXi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4aSJPyWXi .mbr-text,
.cid-u4aSJPyWXi blockquote {
  color: #767676;
}
.cid-u4aSJPyWXi .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4aSJPyWXi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b3NGZ9cU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4b3NGZ9cU .mbr-text,
.cid-u4b3NGZ9cU blockquote {
  color: #767676;
}
.cid-u4b3NGZ9cU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b3NGZ9cU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b3OBASzx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4b3OBASzx .mbr-text,
.cid-u4b3OBASzx blockquote {
  color: #767676;
}
.cid-u4b3OBASzx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b3OBASzx #sTajsh {
  border-bottom: 1px solid #b99;
}
.cid-u4b3OBASzx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b3PnSBwn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b3PnSBwn .mbr-text,
.cid-u4b3PnSBwn blockquote {
  color: #767676;
}
.cid-u4b3PnSBwn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b3PnSBwn #sPrekeist {
  border-bottom: 1px solid #a88;
}
.cid-u4b3PnSBwn #dVplot {
  display: none;
}
.cid-u4b3PnSBwn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b3M5E5KH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b3M5E5KH .mbr-text,
.cid-u4b3M5E5KH blockquote {
  color: #767676;
}
.cid-u4b3M5E5KH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b3M5E5KH #dNadvset {
  display: block;
  position: relative;
  opacity: .01;
  padding-bottom: 7px;
  left: 2em;
}
.cid-u4b3M5E5KH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b8fp1Xk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b8fp1Xk4 .mbr-text,
.cid-u4b8fp1Xk4 blockquote {
  color: #767676;
}
.cid-u4b8fp1Xk4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b8fp1Xk4 #sMol {
  border-bottom: 1px solid #aaa;
}
.cid-u4b8fp1Xk4 #dBudper {
  display: none;
}
.cid-u4b8fp1Xk4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b8hhuKyh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b8hhuKyh .mbr-text,
.cid-u4b8hhuKyh blockquote {
  color: #767676;
}
.cid-u4b8hhuKyh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b8hhuKyh #dBledmo {
  display: none;
  padding-bottom: 5px;
}
.cid-u4b8hhuKyh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4b8iVPHjk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b8iVPHjk .mbr-text,
.cid-u4b8iVPHjk blockquote {
  color: #767676;
}
.cid-u4b8iVPHjk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b8iVPHjk #sPervno {
  border-bottom: 1px solid #aab;
}
.cid-u4b8iVPHjk #dPervno {
  display: none;
  padding: 35px 0 12px 0;
}
.cid-u4b8iVPHjk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bjpGJJzm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjpGJJzm .mbr-text,
.cid-u4bjpGJJzm blockquote {
  color: #767676;
}
.cid-u4bjpGJJzm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjpGJJzm #dNadvypo {
  display: none;
  padding-bottom: 14px;
}
.cid-u4bjpGJJzm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bjLIL8aM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjLIL8aM .mbr-text,
.cid-u4bjLIL8aM blockquote {
  color: #767676;
}
.cid-u4bjLIL8aM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjLIL8aM #dVykogdni {
  display: none;
  padding-bottom: 14px;
}
.cid-u4bjLIL8aM .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4bjrd9vxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjrd9vxy .mbr-text,
.cid-u4bjrd9vxy blockquote {
  color: #767676;
}
.cid-u4bjrd9vxy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjrd9vxy #dDachtovy {
  display: none;
  padding: 15px 0 25px 0;
}
.cid-u4bjrd9vxy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bjsmq4cS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjsmq4cS .mbr-text,
.cid-u4bjsmq4cS blockquote {
  color: #767676;
}
.cid-u4bjsmq4cS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjsmq4cS #dAeslykto {
  display: none;
  margin-bottom: 40px;
  border: 3px solid #00bfff;
  border-radius: 18px;
  padding: 2px 18px 0 18px;
}
.cid-u4bjsmq4cS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bjrNBWZt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjrNBWZt .mbr-text,
.cid-u4bjrNBWZt blockquote {
  color: #767676;
}
.cid-u4bjrNBWZt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjrNBWZt #dOnaneo {
  display: none;
  padding-bottom: 15px;
}
.cid-u4bjrNBWZt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bjqD9VWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bjqD9VWd .mbr-text,
.cid-u4bjqD9VWd blockquote {
  color: #767676;
}
.cid-u4bjqD9VWd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bjqD9VWd #dIlipoka {
  display: none;
  padding-bottom: 15px;
}
.cid-u4bjqD9VWd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bl7dj9uX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bl7dj9uX .mbr-text,
.cid-u4bl7dj9uX blockquote {
  color: #767676;
}
.cid-u4bl7dj9uX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bl7dj9uX #dEtublm {
  display: none;
}
.cid-u4bl7dj9uX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bl4LcLlG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4bl4LcLlG .mbr-text,
.cid-u4bl4LcLlG blockquote {
  color: #767676;
}
.cid-u4bl4LcLlG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4bl4LcLlG #dProdelag {
  display: none;
}
.cid-u4bl4LcLlG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4btlRWWNo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4btlRWWNo .mbr-text,
.cid-u4btlRWWNo blockquote {
  color: #767676;
}
.cid-u4btlRWWNo .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-u4btlRWWNo .mbr-text {
  text-align: center;
}
.cid-u4b8kcdJuo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4b8kcdJuo .mbr-text,
.cid-u4b8kcdJuo blockquote {
  color: #767676;
}
.cid-u4b8kcdJuo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4b8kcdJuo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bmoErnjq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4bmoErnjq .mbr-text,
.cid-u4bmoErnjq blockquote {
  color: #767676;
}
.cid-u4bmoErnjq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bmoErnjq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bmOQGkDI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4bmOQGkDI .mbr-text,
.cid-u4bmOQGkDI blockquote {
  color: #767676;
}
.cid-u4bmOQGkDI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4bmOQGkDI .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4bmqt6Afw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4bmqt6Afw .mbr-text,
.cid-u4bmqt6Afw blockquote {
  color: #767676;
}
.cid-u4bmqt6Afw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bmqt6Afw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bmrIDOZV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4bmrIDOZV .mbr-text,
.cid-u4bmrIDOZV blockquote {
  color: #767676;
}
.cid-u4bmrIDOZV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bmrIDOZV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bmuAOerf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4bmuAOerf .mbr-text,
.cid-u4bmuAOerf blockquote {
  color: #767676;
}
.cid-u4bmuAOerf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bmuAOerf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bmtOavLX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4bmtOavLX .mbr-text,
.cid-u4bmtOavLX blockquote {
  color: #767676;
}
.cid-u4bmtOavLX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bmtOavLX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4bnL75WEV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4bnL75WEV .mbr-text,
.cid-u4bnL75WEV blockquote {
  color: #767676;
}
.cid-u4bnL75WEV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bnL75WEV .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u4bo6cSOvF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4bo6cSOvF .mbr-text,
.cid-u4bo6cSOvF blockquote {
  color: #767676;
}
.cid-u4bo6cSOvF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4bo6cSOvF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4nN752I1Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4nN752I1Q .mbr-text,
.cid-u4nN752I1Q blockquote {
  color: #767676;
}
.cid-u4nN752I1Q .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4nN752I1Q .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4borAsfVQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u4borAsfVQ .mbr-text,
.cid-u4borAsfVQ blockquote {
  color: #767676;
}
.cid-u4borAsfVQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4borAsfVQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4n9Jv8Wyf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4n9Jv8Wyf .mbr-text,
.cid-u4n9Jv8Wyf blockquote {
  color: #767676;
}
.cid-u4n9Jv8Wyf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4n9Jv8Wyf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4nkQu0aEd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4nkQu0aEd .mbr-text,
.cid-u4nkQu0aEd blockquote {
  color: #767676;
}
.cid-u4nkQu0aEd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4nkQu0aEd #sNuaesly {
  color: #0000b3;
  opacity: .01;
}
.cid-u4nkQu0aEd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4B1WK5mR1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u4B1WK5mR1 .mbr-text,
.cid-u4B1WK5mR1 blockquote {
  color: #767676;
}
.cid-u4B1WK5mR1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4B1WK5mR1 #dPokr {
  display: block;
  position: absolute;
  width: 140%;
  left: -20%;
  height: 5em;
  opacity: .5;
  top: -0.5em;
  z-index: 5;
}
.cid-u4B1WK5mR1 #sNadoby {
  font-size: 108% 
  color: #0000b3;
  opacity: .01;
}
.cid-u4B1WK5mR1 #sZpt {
  font-size: 108% 
  color: #0000b3;
  opacity: .01;
}
.cid-u4B1WK5mR1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u4BqMuDNRN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u4BqMuDNRN .mbr-text,
.cid-u4BqMuDNRN blockquote {
  color: #767676;
}
.cid-u4BqMuDNRN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u4BqMuDNRN #dPok {
  display: block;
  position: absolute;
  width: 120%;
  left: -10%;
  height: 5em;
  opacity: .5;
  top: 0;
  z-index: 3;
}
.cid-u4BqMuDNRN #sChtoej {
  font-size: 125%;
  color: #0000b3;
  opacity: .01;
}
.cid-u4BqMuDNRN .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u4C2rSZJXx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u4C2rSZJXx .mbr-text,
.cid-u4C2rSZJXx blockquote {
  color: #767676;
}
.cid-u4C2rSZJXx #dPris {
  display: block;
  padding-top: 10px;
  padding-bottom: 14px;
  margin-bottom: 25px;
  opacity: .01;
  z-index: 5;
}
.cid-u4C2rSZJXx #sPris {
  color: #336699;
  font-size: 125%;
  border-radius: 27px;
  padding: 7px 25px 11px 25px;
  text-shadow: 0 0 3px #fffffc, 0 0 1px #fffffc;
}
.cid-u4C2rSZJXx #sPris:hover {
  color: #19334d;
  box-shadow: 0 0 15px 2px #ffffcc, 0 0 25px 2px #fffffc, 0 0 35px 1px #fffffc, 0 0 15px 0 #cfffff inset;
  text-shadow: 0 0 7px #fffffc, 0 0 4px #fffffc;
  transition: 3s ease;
}
.cid-u4C2rSZJXx #sPris:not(:hover) {
  transition: 18s ease;
}
.cid-u4C2rSZJXx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u4C2rSZJXx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u48tBe1UiV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u48tBe1UiV .mbr-text,
.cid-u48tBe1UiV blockquote {
  color: #767676;
}
.cid-u48tBe1UiV .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u48tBe1UiV .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u48tBe1UiV #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-u48tBe1UiV #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-u48tBe1UiV #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-u48tBebOn0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-u48tBelWzi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-u48tBelWzi .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u48tBelWzi .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u48tBelWzi .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u48tBelWzi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u48tBelWzi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u48tBelWzi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u48tBelWzi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u48tBelWzi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u48tBelWzi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u48tBelWzi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u48tBelWzi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u48tBelWzi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u48tBelWzi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u48tBelWzi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u48tBelWzi foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-u48tBelWzi .media-container-row .mbr-text {
  text-align: right;
}
.cid-u5d8cyKHaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5d8cyKHaK .mbr-text,
.cid-u5d8cyKHaK blockquote {
  color: #767676;
}
.cid-u5d8cyKHaK .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u5d8cyKHaK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u5d8cyKHaK #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-u5d8cyKHaK #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-u5d8cyKHaK #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-u5d8cyKHaK #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-u5d8cyKHaK a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-u5d8cyKHaK a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-u5d8cyKHaK a.btn1:hover,
.cid-u5d8cyKHaK a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-u5d8cyKHaK a.btn1:not(:hover),
.cid-u5d8cyKHaK a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-u5d8cyKHaK a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-u5d8cyKHaK a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-u5d8cyKHaK a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-u5d8cyKHaK #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-u5d8cyKHaK #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-u5d8cyKHaK #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-u5d8cyKHaK #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-u5d8czzkkr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5d8czzkkr .mbr-text,
.cid-u5d8czzkkr blockquote {
  color: #767676;
}
.cid-u5d8czzkkr .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u5d8czzkkr .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u5d8czzkkr .a_date {
  color: #465052;
}
.cid-u5d8czzkkr .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-u5d8czzkkr .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-u5d8czzkkr .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-u5d8czzkkr .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-u5d8czzkkr .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-u5d8czzkkr #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-u5d8czzkkr #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-u5d8czzkkr #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-u5d8czzkkr #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-u5d8czzkkr .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-u5d8czzkkr #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-u5d8czzkkr #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-u5d8czzkkr #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-u5d8czzkkr #ifr_0 {
    left: 0;
  }
}
.cid-u5d8czOdNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5d8czOdNq .mbr-text,
.cid-u5d8czOdNq blockquote {
  color: #767676;
}
.cid-u5d8czOdNq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u5d8czOdNq #aDalsh {
  color: #0080ff;
}
.cid-u5d8czOdNq #sDalsh {
  border-bottom: 2px solid #bbd;
}
.cid-u5d8czOdNq #sDalsh:hover {
  border-bottom: 2px solid #0080ff;
  transition: 1s ease;
}
.cid-u5d8czOdNq #sDalsh:not(:hover) {
  transition: 2s ease;
}
.cid-u5d8czOdNq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u5d8czOdNq .mbr-text DIV {
  text-align: center;
}
.cid-u5dfbvGRx7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5dfbvGRx7 .mbr-text,
.cid-u5dfbvGRx7 blockquote {
  color: #767676;
}
.cid-u5dfbvGRx7 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-u5dfJT6esb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dfJT6esb .mbr-text,
.cid-u5dfJT6esb blockquote {
  color: #767676;
}
.cid-u5dfJT6esb #dKnop {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 1px solid #00997a;
  background-color: #b3f0ff;
  left: 0%;
  bottom: .45em;
  opacity: .01;
  z-index: 2;
}
.cid-u5dfJT6esb #dKnop:hover {
  border: 1px solid #0066cc;
  background-color: #66b3ff;
  transition: 1s ease;
}
.cid-u5dfJT6esb #dKnop:not(:hover) {
  transition: 2s ease;
}
.cid-u5dfJT6esb #difr_Razgs {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  left: 0;
  opacity: .01;
}
.cid-u5dfJT6esb #sRazgsv {
  border-bottom: 1px solid #a99;
}
.cid-u5dfJT6esb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u5dfJT6esb .mbr-text {
  color: #465052;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .cid-u5dfJT6esb #difr_Razgs {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-u5dfJT6esb #difr_Razgs {
    left: 0;
  }
}
.cid-u5dfKHbfeW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dfKHbfeW .mbr-text,
.cid-u5dfKHbfeW blockquote {
  color: #767676;
}
.cid-u5dfKHbfeW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dfKHbfeW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dfLUbOHg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dfLUbOHg .mbr-text,
.cid-u5dfLUbOHg blockquote {
  color: #767676;
}
.cid-u5dfLUbOHg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-u5dfLUbOHg #dIchtizt {
  display: block;
  position: relative;
  color: #992600;
  font-size: 90%;
  left: 5em;
  opacity: .01;
}
.cid-u5dfLUbOHg #sIchtizt {
  border-bottom: 1px solid #ff9999;
}
.cid-u5dfLUbOHg #dVobsch {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 22px;
  border: 2px solid #0033cc;
  padding: 15px 20px 12px 20px;
  background-color: #ccccff;
  top: 0;
  left: -1%;
  opacity: .01;
  z-index: -1;
}
.cid-u5dfLUbOHg #dVobsch:hover {
  border: 2px solid #00aaff;
  background-color: #e6f2ff;
  transition: 1.5s ease;
}
.cid-u5dfLUbOHg #dVobsch:not(:hover) {
  transition: 2.5s ease;
}
.cid-u5dfLUbOHg #dTserk {
  padding: 12px 22px 15px 22px;
}
.cid-u5dfLUbOHg #dNefikt {
  padding: 0 10px 8px 25px;
}
.cid-u5dfLUbOHg #dAreal {
  font-size: 107%;
}
.cid-u5dfLUbOHg #dVotchpr {
  text-align: center;
  padding: 18px 22px 18px 22px;
}
.cid-u5dfLUbOHg #dSpravli {
  text-align: left;
  padding: 22px 15px 18px 0;
}
.cid-u5dfLUbOHg #dDljat {
  text-align: left;
  padding: 8px 18px 12px 25px;
}
.cid-u5dfLUbOHg #dVotch {
  padding: 0 10px 14px 17px;
}
.cid-u5dfLUbOHg #sTochto {
  padding-left: 9px ;
}
.cid-u5dfLUbOHg #dKnop_Dum {
  display: block;
  position: relative;
  width: 7.5em;
  height: 1.8em;
  border-radius: 15px;
  border: 2px solid #ff99cc;
  background-color: #ffff99;
  left: 65%;
  margin-tip: 12px;
}
.cid-u5dfLUbOHg #dKnop_Dum:hover {
  border: 2px solid #80e5ff;
  background-color: #ffffcc;
  transition: 1s ease;
}
.cid-u5dfLUbOHg #dKnop_Dum:not(:hover) {
  transition: 1.5s ease;
}
@media screen and (max-width: 550px) {
  .cid-u5dfLUbOHg #dIchtizt {
    left: 1.5em;
  }
  .cid-u5dfLUbOHg #dKnop_Dum {
    width: 7.3em;
    left: 53%;
  }
}
@media screen and (min-width: 551px) {
  .cid-u5dfLUbOHg #dIchtizt {
    left: 5em;
  }
  .cid-u5dfLUbOHg #dKnop_Dum {
    width: 7.5em;
    left: 65%;
  }
}
.cid-u5dfLUbOHg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dfLinNBG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dfLinNBG .mbr-text,
.cid-u5dfLinNBG blockquote {
  color: #767676;
}
.cid-u5dfLinNBG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dfLinNBG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dzVHdNq8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dzVHdNq8 .mbr-text,
.cid-u5dzVHdNq8 blockquote {
  color: #767676;
}
.cid-u5dzVHdNq8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dzVHdNq8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dzWWBIbk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5dzWWBIbk .mbr-text,
.cid-u5dzWWBIbk blockquote {
  color: #767676;
}
.cid-u5dzWWBIbk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dzWWBIbk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dzZNPyTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5dzZNPyTH .mbr-text,
.cid-u5dzZNPyTH blockquote {
  color: #767676;
}
.cid-u5dzZNPyTH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dzZNPyTH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5MxWRkGlM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5MxWRkGlM .mbr-text,
.cid-u5MxWRkGlM blockquote {
  color: #767676;
}
.cid-u5MxWRkGlM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5MxWRkGlM .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-u5MwlNEl5U {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5MwlNEl5U .mbr-text,
.cid-u5MwlNEl5U blockquote {
  color: #767676;
}
.cid-u5MwlNEl5U .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5MwlNEl5U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dA0q4bSv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dA0q4bSv .mbr-text,
.cid-u5dA0q4bSv blockquote {
  color: #767676;
}
.cid-u5dA0q4bSv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dA0q4bSv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dA1QOaoA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dA1QOaoA .mbr-text,
.cid-u5dA1QOaoA blockquote {
  color: #767676;
}
.cid-u5dA1QOaoA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dA1QOaoA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dA1cs9wB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dA1cs9wB .mbr-text,
.cid-u5dA1cs9wB blockquote {
  color: #767676;
}
.cid-u5dA1cs9wB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dA1cs9wB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dzY6ySDt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dzY6ySDt .mbr-text,
.cid-u5dzY6ySDt blockquote {
  color: #767676;
}
.cid-u5dzY6ySDt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dzY6ySDt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dzZ3OcRN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-u5dzZ3OcRN .mbr-text,
.cid-u5dzZ3OcRN blockquote {
  color: #767676;
}
.cid-u5dzZ3OcRN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dzZ3OcRN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGmRK5fE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGmRK5fE .mbr-text,
.cid-u5dGmRK5fE blockquote {
  color: #767676;
}
.cid-u5dGmRK5fE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGmRK5fE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGnWUSVP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGnWUSVP .mbr-text,
.cid-u5dGnWUSVP blockquote {
  color: #767676;
}
.cid-u5dGnWUSVP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGnWUSVP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGr0SNYn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGr0SNYn .mbr-text,
.cid-u5dGr0SNYn blockquote {
  color: #767676;
}
.cid-u5dGr0SNYn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGr0SNYn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGXpSTNm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGXpSTNm .mbr-text,
.cid-u5dGXpSTNm blockquote {
  color: #767676;
}
.cid-u5dGXpSTNm #sHoktzn {
  display: none;
  position: relative;
  border-radius: 14px;
  padding: 3px 5px;
  margin-left: 5px;
  background-color: #f3f3f3;
}
.cid-u5dGXpSTNm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGXpSTNm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGY1Iy68 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGY1Iy68 .mbr-text,
.cid-u5dGY1Iy68 blockquote {
  color: #767676;
}
.cid-u5dGY1Iy68 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGY1Iy68 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGYzL8MO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGYzL8MO .mbr-text,
.cid-u5dGYzL8MO blockquote {
  color: #767676;
}
.cid-u5dGYzL8MO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGYzL8MO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGZyDdxL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dGZyDdxL .mbr-text,
.cid-u5dGZyDdxL blockquote {
  color: #767676;
}
.cid-u5dGZyDdxL #dIabsvzp {
  position: relative;
  padding-top: 15px;
  left: 1em;
}
.cid-u5dGZyDdxL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGZyDdxL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dH05PI8y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dH05PI8y .mbr-text,
.cid-u5dH05PI8y blockquote {
  color: #767676;
}
.cid-u5dH05PI8y .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dH05PI8y .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u5dH0BgrWr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dH0BgrWr .mbr-text,
.cid-u5dH0BgrWr blockquote {
  color: #767676;
}
.cid-u5dH0BgrWr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dH0BgrWr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGZ2nGhg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGZ2nGhg .mbr-text,
.cid-u5dGZ2nGhg blockquote {
  color: #767676;
}
.cid-u5dGZ2nGhg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGZ2nGhg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dGpwAie2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dGpwAie2 .mbr-text,
.cid-u5dGpwAie2 blockquote {
  color: #767676;
}
.cid-u5dGpwAie2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dGpwAie2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dHtTq3EK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dHtTq3EK .mbr-text,
.cid-u5dHtTq3EK blockquote {
  color: #767676;
}
.cid-u5dHtTq3EK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dHtTq3EK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dHuv5IHB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dHuv5IHB .mbr-text,
.cid-u5dHuv5IHB blockquote {
  color: #767676;
}
.cid-u5dHuv5IHB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dHuv5IHB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dHtfcOeY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-u5dHtfcOeY .mbr-text,
.cid-u5dHtfcOeY blockquote {
  color: #767676;
}
.cid-u5dHtfcOeY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dHtfcOeY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dHv1g0Ls {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u5dHv1g0Ls .mbr-text,
.cid-u5dHv1g0Ls blockquote {
  color: #767676;
}
.cid-u5dHv1g0Ls #sDvto {
  opacity: 1;
}
.cid-u5dHv1g0Ls #sDumt {
  position: relative;
  color: #767676;
  padding-left: 10px;
  left: -0.8em;
  opacity: .01;
  z-index: 2;
}
.cid-u5dHv1g0Ls .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dHv1g0Ls .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-u5dHsDFqjB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-u5dHsDFqjB .mbr-text,
.cid-u5dHsDFqjB blockquote {
  color: #767676;
}
.cid-u5dHsDFqjB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u5dHsDFqjB #sIhorip {
  text-shadow: 0 0 15px #dadad7, 0 0 10px #dadad7;
  z-index: 0;
  font-size: 110%;
}
.cid-u5dHsDFqjB #sIhorip:hover {
  color: #0077b3;
  text-shadow: 0 0 15px #fff, 0 0 10px #fffffc;
  z-index: 11;
  transition: 2s ease;
}
.cid-u5dHsDFqjB #sIhorip:not(:hover) {
  transition: 7s ease;
}
.cid-u5dHsDFqjB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u6AK8S1UmL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-u6AK8S1UmL .mbr-text,
.cid-u6AK8S1UmL blockquote {
  color: #767676;
}
.cid-u6AK8S1UmL #sPokr {
  display: inline-block;
  position: relative;
  width: 15em;
  height: 1.9em;
  bottom: -1em;
  z-index: 5;
}
.cid-u6AK8S1UmL #sDelostzm {
  position: relative;
  font-size: 108%;
  z-index: 2;
}
.cid-u6AK8S1UmL #ifr_Vidp {
  display: none;
  position: absolute;
  bottom: -0.5em;
  opacity: .01;
  z-index: 1;
}
.cid-u6AK8S1UmL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u6AK8S1UmL .mbr-text {
  color: #465052;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .cid-u6AK8S1UmL #ifr_Vidp {
    width: 448px;
    height: 252px;
    left: -2.2%;
  }
  .cid-u6AK8S1UmL #sDelostzm {
    left: 0;
  }
}
@media screen and (min-width: 501px) {
  .cid-u6AK8S1UmL #ifr_Vidp {
    width: 500px;
    height: 281px;
    left: -0.2em;
  }
  .cid-u6AK8S1UmL #sDelostzm {
    left: 0;
    transition: 1s ease;
  }
}
@media screen and (max-width: 1050px) {
  .cid-u6AK8S1UmL #sPokr {
    left: 0.7em;
  }
}
@media screen and (min-width: 1051px) {
  .cid-u6AK8S1UmL #sPokr {
    left: -12.8em;
  }
}
.cid-u6AJrun24b {
  padding-top: 0px;
  padding-bottom: 168px;
  background-color: #dadad7;
}
.cid-u6AJrun24b .mbr-text,
.cid-u6AJrun24b blockquote {
  color: #767676;
}
.cid-u6AJrun24b #dVyb {
  display: block;
  position: relative;
  width: 2.1em;
  height: 1.3em;
  border-radius: 17px;
  border: 3px solid #eaa;
  background-color: #f0f0f0;
  bottom: 3.2em;
  left: 4em;
  visibility: hidden;
  opacity: .1;
  z-index: -2;
}
.cid-u6AJrun24b #dVyb:hover {
  border: 3px solid #7070c2;
  background-color: #eeeeff;
  transition: 1s ease;
}
.cid-u6AJrun24b #dVyb:not(:hover) {
  transition: 2.5s ease;
}
.cid-u6AJrun24b .sBul {
  color: #ff33bb;
}
.cid-u6AJrun24b .sNm {
  color: #00334d;
}
.cid-u6AJrun24b li {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.4;
  color: #555;
  border: 1px solid transparent;
  text-shadow: 0 -1px 5px transparent;
  padding-left: .4em;
  padding-right: .2em;
  padding-bottom: 3px;
  margin-bottom: 1px;
  left: -0.5em;
}
.cid-u6AJrun24b li:hover {
  width: 108%;
  font-size: 122%;
  color: #0044cc;
  border-radius: 22px;
  border: 1px solid #bbb;
  box-shadow: 0 0 9px 0 #b3ffe0;
  text-shadow: 0 -1px 5px #f4f4f4;
  background-color: #b3ffe0;
  left: -1.2em;
  overflow: auto;
  transition: 1.5s ease;
}
.cid-u6AJrun24b li:not(:hover) {
  transition: 1.5s ease;
}
.cid-u6AJrun24b #dVsimpos,
.cid-u6AJrun24b #dVer,
.cid-u6AJrun24b #dSvd {
  position: relative;
  width: 105%;
  color: #0044cc;
  text-align: left;
  padding: 2px 2px 4px 8px;
  left: -0.4em;
  bottom: -0.1em;
}
.cid-u6AJrun24b #dVsimpos:hover,
.cid-u6AJrun24b #dVer:hover,
.cid-u6AJrun24b #dSvd:hover {
  background-color: #b3e0ff;
}
.cid-u6AJrun24b #dVzjat {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 80%;
  height: 97vh;
  border: 4px solid #fff;
  border-radius: 30px;
  background-color: #dadad7;
  top: -5vh;
  left: 47%;
  overflow: auto;
  opacity: .01;
  z-index: 4;
}
.cid-u6AJrun24b #uVzjat {
  text-align: left;
  font-size: 70%;
}
.cid-u6AJrun24b #sVzjat,
.cid-u6AJrun24b #aCd,
.cid-u6AJrun24b #aCd_1,
.cid-u6AJrun24b #aCd_2 {
  display: inline-block;
  position: relative;
  top: -0.5em;
}
.cid-u6AJrun24b #sVzjat_0,
.cid-u6AJrun24b #aCd_0 {
  display: inline-block;
}
.cid-u6AJrun24b #sVzisd {
  display: inline-block;
  position: relative;
  font-size: 112%;
  padding: 11px;
  border-radius: 888px;
  animation-name: Vzis;
  animation-duration: 40s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-play-state: paused;
  animation-timing-function: ease;
  top: .5em;
  left: 0;
  z-index: 3;
}
@keyframes Vzis {
  0% {
    font-size: 112%;
    background-color: #dadad7;
  }
  25% {
    background-color: #eeeefe;
  }
  35% {
    font-size: 122%;
  }
  50% {
    font-size: 125%;
    background-color: #eeeef8;
  }
  75% {
    font-size: 108%;
    background-color: #efeeee;
  }
  100% {
    font-size: 112%;
    background-color: #dadad7;
  }
}
.cid-u6AJrun24b #sVzjat {
  color: #555;
}
.cid-u6AJrun24b #sVzjat:hover {
  color: #003cb3;
  transition: 1.5s ease;
}
.cid-u6AJrun24b #sVzjat:not(:hover) {
  transition: 2s ease;
}
.cid-u6AJrun24b .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-u6AJrun24b .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u6AJrun24b .mbr-text DIV {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .cid-u6AJrun24b li:hover {
    width: 104%;
    font-size: 107%;
    left: -0.7em;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dVzjat {
    width: 83%;
    left: 44%;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dPust_vzisd {
    display: block;
  }
}
@media screen and (min-width: 651px) {
  .cid-u6AJrun24b li:hover {
    width: 108%;
    font-size: 133%;
    left: -1.2em;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dVzjat {
    width: 100%;
    left: 47%;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dPust_vzisd {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .cid-u6AJrun24b #sDelostzm {
    left: 0;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dVzjat {
    width: 100%;
    height: 100vh;
    top: -7vh;
    transition: 1s ease;
  }
}
@media screen and (min-width: 701px) {
  .cid-u6AJrun24b #sDelostzm {
    left: -1em;
    transition: 1s ease;
  }
  .cid-u6AJrun24b #dVzjat {
    width: 125%;
    height: 17em;
    top: -14vh;
    transition: 1s ease;
  }
}
.cid-u5d8cQDP5u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u5d8cQDP5u .mbr-text,
.cid-u5d8cQDP5u blockquote {
  color: #767676;
}
.cid-u5d8cQDP5u .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-u5d8cQDP5u .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u5d8cQDP5u #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-u5d8cQDP5u #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-u5d8cQDP5u #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-u5d8cR051f {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-u6EgtIdWUT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-u6EgtIdWUT .mbr-text,
.cid-u6EgtIdWUT blockquote {
  color: #767676;
}
.cid-u6EgtIdWUT #dPust_vzisd {
  display: none;
  padding: 85px;
}
.cid-u6EgtIdWUT .mbr-text P {
  text-align: left;
  color: #465052;
}
@media screen and (max-width: 500px) {
  .cid-u6EgtIdWUT #dPust_vzisd {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .cid-u6EgtIdWUT #dPust_vzisd {
    display: none;
  }
}
.cid-u5d8cRgI7x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-u5d8cRgI7x .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5d8cRgI7x .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5d8cRgI7x .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5d8cRgI7x .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5d8cRgI7x .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5d8cRgI7x .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5d8cRgI7x .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u5d8cRgI7x .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5d8cRgI7x .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5d8cRgI7x .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5d8cRgI7x .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5d8cRgI7x .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5d8cRgI7x .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5d8cRgI7x .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5d8cRgI7x foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-u5d8cRgI7x .media-container-row .mbr-text {
  text-align: right;
}
.cid-uaErSdJCIY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaErSdJCIY .mbr-text,
.cid-uaErSdJCIY blockquote {
  color: #767676;
}
.cid-uaErSdJCIY .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaErSdJCIY .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaErSdJCIY #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-uaErSdJCIY #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-uaErSdJCIY #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-uaErSdJCIY #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-uaErSdJCIY a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-uaErSdJCIY a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-uaErSdJCIY a.btn1:hover,
.cid-uaErSdJCIY a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uaErSdJCIY a.btn1:not(:hover),
.cid-uaErSdJCIY a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-uaErSdJCIY a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-uaErSdJCIY a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-uaErSdJCIY a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-uaErSdJCIY #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-uaErSdJCIY #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-uaErSdJCIY #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-uaErSdJCIY #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-uaErSenRcO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaErSenRcO .mbr-text,
.cid-uaErSenRcO blockquote {
  color: #767676;
}
.cid-uaErSenRcO .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaErSenRcO .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaErSenRcO .a_date {
  color: #465052;
}
.cid-uaErSenRcO .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-uaErSenRcO .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-uaErSenRcO .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-uaErSenRcO .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-uaErSenRcO .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-uaErSenRcO #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-uaErSenRcO #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-uaErSenRcO #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-uaErSenRcO #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-uaErSenRcO .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-uaErSenRcO #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-uaErSenRcO #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-uaErSenRcO #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-uaErSenRcO #ifr_0 {
    left: 0;
  }
}
.cid-uaEK81C2fj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEK81C2fj .mbr-text,
.cid-uaEK81C2fj blockquote {
  color: #767676;
}
.cid-uaEK81C2fj #sSmilik {
  width: 14px;
  height: 14px;
  font-size: 115%;
  color: #89a;
  border-radius: 22px;
  padding: 0;
  background-color: transparent;
  text-shadow: 0 0 2px #fffffc, 0 0 3px transparent, 0 0 5px transparent;
  box-shadow: 0 0 5px 2px transparent, 0 0 8px 3px transparent, 0 0 1px 2px transparent, 0 0 8px 3px transparent inset;
}
.cid-uaEK81C2fj #sSmilik:hover {
  background-color: #d9d9d9;
  text-shadow: 0 0 2px #fffffc, 0 0 3px #ffffcc, 0 0 5px #ffffe6;
  box-shadow: 0 0 5px 2px #fffffc, 0 0 8px 3px #ffffcc, 0 0 1px 2px #ffffe6, 0 0 8px 3px #ffffe6 inset;
  transition: .5s ease;
}
.cid-uaEK81C2fj #sSmilik:not(:hover) {
  transition: 3.5s ease;
}
.cid-uaEK81C2fj #d30sh {
  display: inline-block;
  position: relative;
  width: 16em;
  text-align: left;
  color: #0033cc;
  left: 10%;
  opacity: 1;
  z-index: 1;
}
.cid-uaEK81C2fj #sZago {
  display: block;
  position: absolute;
  text-align: left;
  color: #0033cc;
  left: 0;
  bottom: 0;
  opacity: .01;
}
.cid-uaEK81C2fj #dVmir {
  display: block;
  position: absolute;
  text-align: left;
  color: #248f8f;
  border-radius: 31px;
  padding: 8px 22px;
  background-color: #e6e6e6;
  left: -22px;
  bottom: -8px;
  opacity: .01;
}
.cid-uaEK81C2fj .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaEK81C2fj .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaEKPy7Auo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaEKPy7Auo .mbr-text,
.cid-uaEKPy7Auo blockquote {
  color: #767676;
}
.cid-uaEKPy7Auo #dSdko {
  font-size: 78%;
}
.cid-uaEKPy7Auo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaEKPy7Auo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMx755s2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEMx755s2 .mbr-text,
.cid-uaEMx755s2 blockquote {
  color: #767676;
}
.cid-uaEMx755s2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMx755s2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMz003n0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEMz003n0 .mbr-text,
.cid-uaEMz003n0 blockquote {
  color: #767676;
}
.cid-uaEMz003n0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMz003n0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEO13Qgss {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEO13Qgss .mbr-text,
.cid-uaEO13Qgss blockquote {
  color: #767676;
}
.cid-uaEO13Qgss .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEO13Qgss .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEON21CYl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEON21CYl .mbr-text,
.cid-uaEON21CYl blockquote {
  color: #767676;
}
.cid-uaEON21CYl #sPlipd {
  border-bottom: 1px solid #999;
}
.cid-uaEON21CYl #dTochp {
  display: none;
  position: absolute;
  width: 22em;
  border-radius: 18px;
  border: 5px solid #55f;
  padding: 0 11px 4px 16px;
  background-color: #ffe6e6;
  top: 3.5em;
  left: 8em;
  z-index: 2;
}
.cid-uaEON21CYl #dTochp:hover {
  color: #ffb3b3;
  border: 5px solid #990000;
  border-radius: 1px;
  background-color: #4d3300;
  box-shadow: -4px 4px 8px 2px #000000;
  transition: .7s ease;
}
.cid-uaEON21CYl #dTochp:not(:hover) {
  transition: 8s ease;
  transition-delay: 2.6s;
}
.cid-uaEON21CYl .mbr-text P {
  color: #465052;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .cid-uaEON21CYl #dTochp {
    left: 2em;
    top: 4.5em;
  }
}
@media screen and (min-width: 751px) {
  .cid-uaEON21CYl #dTochp {
    left: 8em;
    top: 3.5em;
  }
}
.cid-uaEON21CYl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEOJDqEJo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaEOJDqEJo .mbr-text,
.cid-uaEOJDqEJo blockquote {
  color: #767676;
}
.cid-uaEOJDqEJo #sOtd {
  color: #990000;
}
.cid-uaEOJDqEJo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEOJDqEJo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaENRCiZqh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaENRCiZqh .mbr-text,
.cid-uaENRCiZqh blockquote {
  color: #767676;
}
.cid-uaENRCiZqh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaENRCiZqh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMyyh06A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEMyyh06A .mbr-text,
.cid-uaEMyyh06A blockquote {
  color: #767676;
}
.cid-uaEMyyh06A .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMyyh06A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaERygMH7W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaERygMH7W .mbr-text,
.cid-uaERygMH7W blockquote {
  color: #767676;
}
.cid-uaERygMH7W .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaERygMH7W .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaERFdIk3j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaERFdIk3j .mbr-text,
.cid-uaERFdIk3j blockquote {
  color: #767676;
}
.cid-uaERFdIk3j #dKogmez {
  display: none;
  margin-bottom: 15px;
}
.cid-uaERFdIk3j .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaERFdIk3j .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaESp1ZFw2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaESp1ZFw2 .mbr-text,
.cid-uaESp1ZFw2 blockquote {
  color: #767676;
}
.cid-uaESp1ZFw2 #dSnzetz {
  display: none;
}
.cid-uaESp1ZFw2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaESp1ZFw2 .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaESwcnmPW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaESwcnmPW .mbr-text,
.cid-uaESwcnmPW blockquote {
  color: #767676;
}
.cid-uaESwcnmPW #sPrish {
  border-bottom: 1px solid #999;
}
.cid-uaESwcnmPW #dZasnetz {
  display: none;
}
.cid-uaESwcnmPW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaESwcnmPW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaESWiEAKZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaESWiEAKZ .mbr-text,
.cid-uaESWiEAKZ blockquote {
  color: #767676;
}
.cid-uaESWiEAKZ #dParneum {
  display: none;
}
.cid-uaESWiEAKZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaESWiEAKZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaESXeC9NV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaESXeC9NV .mbr-text,
.cid-uaESXeC9NV blockquote {
  color: #767676;
}
.cid-uaESXeC9NV #dAnakpr {
  display: none;
}
.cid-uaESXeC9NV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaESXeC9NV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaPODzimF7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaPODzimF7 .mbr-text,
.cid-uaPODzimF7 blockquote {
  color: #767676;
}
.cid-uaPODzimF7 #dPusZa0 {
  display: block;
  padding: 23px;
}
.cid-uaPODzimF7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaPODzimF7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaENSAUhgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaENSAUhgU .mbr-text,
.cid-uaENSAUhgU blockquote {
  color: #767676;
}
.cid-uaENSAUhgU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaENSAUhgU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEPfZM7uE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEPfZM7uE .mbr-text,
.cid-uaEPfZM7uE blockquote {
  color: #767676;
}
.cid-uaEPfZM7uE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEPfZM7uE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMy5DgvP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEMy5DgvP .mbr-text,
.cid-uaEMy5DgvP blockquote {
  color: #767676;
}
.cid-uaEMy5DgvP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMy5DgvP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEU55V2N3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaEU55V2N3 .mbr-text,
.cid-uaEU55V2N3 blockquote {
  color: #767676;
}
.cid-uaEU55V2N3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEU55V2N3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEUm6cAgN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEUm6cAgN .mbr-text,
.cid-uaEUm6cAgN blockquote {
  color: #767676;
}
.cid-uaEUm6cAgN #sBazpot {
  border-bottom: 1px solid #aaa;
}
.cid-uaEUm6cAgN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEUm6cAgN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEUo46k18 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEUo46k18 .mbr-text,
.cid-uaEUo46k18 blockquote {
  color: #767676;
}
.cid-uaEUo46k18 #dKambr {
  display: none;
  padding-bottom: 11px;
}
.cid-uaEUo46k18 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEUo46k18 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEUoXLSHI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEUoXLSHI .mbr-text,
.cid-uaEUoXLSHI blockquote {
  color: #767676;
}
.cid-uaEUoXLSHI #dPut {
  font-size: 115%;
}
.cid-uaEUoXLSHI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEUoXLSHI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEUnkrnf2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEUnkrnf2 .mbr-text,
.cid-uaEUnkrnf2 blockquote {
  color: #767676;
}
.cid-uaEUnkrnf2 #sPotob {
  border-bottom: 1px solid #999;
}
.cid-uaEUnkrnf2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEUnkrnf2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaENVBcFOn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaENVBcFOn .mbr-text,
.cid-uaENVBcFOn blockquote {
  color: #767676;
}
.cid-uaENVBcFOn #dEmvse {
  display: none;
  border: 3px solid #800000;
  border-radius: 18px;
  padding: 0 8px 5px 15px;
  background-color: #dadad7;
  margin-bottom: 11px;
}
.cid-uaENVBcFOn #dEmvse:hover {
  border: 3px solid #ffcc66;
  background-color: #b3e0ff;
  transition: 1s ease;
}
.cid-uaENVBcFOn #dEmvse:not(:hover) {
  transition: 3s ease;
}
.cid-uaENVBcFOn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaENVBcFOn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMxEx5IQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEMxEx5IQ .mbr-text,
.cid-uaEMxEx5IQ blockquote {
  color: #767676;
}
.cid-uaEMxEx5IQ #sZato {
  font-size: 111%;
}
.cid-uaEMxEx5IQ #sObog {
  border-bottom: 1px solid #999;
}
.cid-uaEMxEx5IQ #sNav {
  display: none;
}
.cid-uaEMxEx5IQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMxEx5IQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEWYAS7Ru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEWYAS7Ru .mbr-text,
.cid-uaEWYAS7Ru blockquote {
  color: #767676;
}
.cid-uaEWYAS7Ru #dIzakar {
  display: none;
  color: #fff;
  background-color: #802b00;
  border-radius: 25px 25px 0 0;
  padding: 11px 15px 0 15px;
}
.cid-uaEWYAS7Ru .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaEWYAS7Ru .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaEY5zPdT1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEY5zPdT1 .mbr-text,
.cid-uaEY5zPdT1 blockquote {
  color: #767676;
}
.cid-uaEY5zPdT1 #dIkakpol {
  display: none;
  color: #fff;
  border-radius: 0 0 25px 25px;
  padding: 4px 15px 15px 15px;
  background-color: #802b00;
  margin-bottom: 8px;
}
.cid-uaEY5zPdT1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaEY5zPdT1 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaEXDct5uX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaEXDct5uX .mbr-text,
.cid-uaEXDct5uX blockquote {
  color: #767676;
}
.cid-uaEXDct5uX #sI_2 {
  font-size: 111%;
}
.cid-uaEXDct5uX #sZnatob {
  font-size: 111%;
}
.cid-uaEXDct5uX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEXDct5uX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEXygXL47 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEXygXL47 .mbr-text,
.cid-uaEXygXL47 blockquote {
  color: #767676;
}
.cid-uaEXygXL47 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEXygXL47 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEXBhqHzE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEXBhqHzE .mbr-text,
.cid-uaEXBhqHzE blockquote {
  color: #767676;
}
.cid-uaEXBhqHzE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEXBhqHzE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEYTKPgdS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEYTKPgdS .mbr-text,
.cid-uaEYTKPgdS blockquote {
  color: #767676;
}
.cid-uaEYTKPgdS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEYTKPgdS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEYV7HCq8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaEYV7HCq8 .mbr-text,
.cid-uaEYV7HCq8 blockquote {
  color: #767676;
}
.cid-uaEYV7HCq8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEYV7HCq8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaENWxxudR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaENWxxudR .mbr-text,
.cid-uaENWxxudR blockquote {
  color: #767676;
}
.cid-uaENWxxudR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaENWxxudR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEMwnQqOW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaEMwnQqOW .mbr-text,
.cid-uaEMwnQqOW blockquote {
  color: #767676;
}
.cid-uaEMwnQqOW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEMwnQqOW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEZDTypvZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEZDTypvZ .mbr-text,
.cid-uaEZDTypvZ blockquote {
  color: #767676;
}
.cid-uaEZDTypvZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEZDTypvZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEZExHCez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEZExHCez .mbr-text,
.cid-uaEZExHCez blockquote {
  color: #767676;
}
.cid-uaEZExHCez .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEZExHCez .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEZBBLUj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEZBBLUj3 .mbr-text,
.cid-uaEZBBLUj3 blockquote {
  color: #767676;
}
.cid-uaEZBBLUj3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEZBBLUj3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaEZFgjEFR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaEZFgjEFR .mbr-text,
.cid-uaEZFgjEFR blockquote {
  color: #767676;
}
.cid-uaEZFgjEFR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaEZFgjEFR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaF0mOuj1W {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaF0mOuj1W .mbr-text,
.cid-uaF0mOuj1W blockquote {
  color: #767676;
}
.cid-uaF0mOuj1W .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaF0mOuj1W .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaF0QsHxyX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaF0QsHxyX .mbr-text,
.cid-uaF0QsHxyX blockquote {
  color: #767676;
}
.cid-uaF0QsHxyX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaF0QsHxyX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaF0nI1tfM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaF0nI1tfM .mbr-text,
.cid-uaF0nI1tfM blockquote {
  color: #767676;
}
.cid-uaF0nI1tfM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaF0nI1tfM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGIuJ4QM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGIuJ4QM0 .mbr-text,
.cid-uaGIuJ4QM0 blockquote {
  color: #767676;
}
.cid-uaGIuJ4QM0 #dEsngn {
  display: block;
  margin-bottom: 5px;
}
.cid-uaGIuJ4QM0 #sIdi {
  border-bottom: 1px solid #999;
}
.cid-uaGIuJ4QM0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGIuJ4QM0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGIYIYxgI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGIYIYxgI .mbr-text,
.cid-uaGIYIYxgI blockquote {
  color: #767676;
}
.cid-uaGIYIYxgI #dKotdum {
  display: none;
  color: #121212;
  border-radius: 31px 31px 0 0;
  border-left: 3px solid #8080ff;
  border-right: 3px solid #8080ff;
  border-top: 3px solid #8080ff;
  background-color: #ccddff;
  padding: 12px 22px 0 22px;
}
.cid-uaGIYIYxgI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGIYIYxgI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGJIvaC0m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGJIvaC0m .mbr-text,
.cid-uaGJIvaC0m blockquote {
  color: #767676;
}
.cid-uaGJIvaC0m #dVsdoch {
  display: none;
  border-radius: 0 0 31px 31px;
  border-left: 3px solid #8080ff;
  border-right: 3px solid #8080ff;
  border-bottom: 3px solid #8080ff;
  background-color: #ccddff;
  padding: 5px 22px 12px 22px;
}
.cid-uaGJIvaC0m .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaGJIvaC0m .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGJJtkyi2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGJJtkyi2 .mbr-text,
.cid-uaGJJtkyi2 blockquote {
  color: #767676;
}
.cid-uaGJJtkyi2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGJJtkyi2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGK3HSNY8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGK3HSNY8 .mbr-text,
.cid-uaGK3HSNY8 blockquote {
  color: #767676;
}
.cid-uaGK3HSNY8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGK3HSNY8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGK4Ir5hI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGK4Ir5hI .mbr-text,
.cid-uaGK4Ir5hI blockquote {
  color: #767676;
}
.cid-uaGK4Ir5hI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGK4Ir5hI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGK5x0E5H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGK5x0E5H .mbr-text,
.cid-uaGK5x0E5H blockquote {
  color: #767676;
}
.cid-uaGK5x0E5H .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGK5x0E5H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGKmqEkHr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGKmqEkHr .mbr-text,
.cid-uaGKmqEkHr blockquote {
  color: #767676;
}
.cid-uaGKmqEkHr #sFek {
  font-size: 90%;
  color: #990000;
  opacity: .01;
}
.cid-uaGKmqEkHr #sKrfek {
  display: none;
  position: relative;
  width: 9em;
  line-height: 1.1;
  font-size: 122%;
  color: #000;
  border-radius: 7px;
  padding: 10px 35px 12px 51px;
  text-shadow: 0 0 5px #ff0000, 0 0 2px #cc0000;
  box-shadow: -1px 1px 8px 0 #000000, 0 0 7px 1px #332200, 0 0 9px 1px #332200 inset;
  background-color: #e64d00;
  left: 3em;
  bottom: 0;
  z-index: 1;
}
.cid-uaGKmqEkHr #sKrfek:hover {
  color: #ffe6e6;
  text-shadow: 0 0 5px #000, 0 0 2px #0000cc;
  box-shadow: -1px 1px 8px 0 #662200, 0 0 17px 1px #662200, 0 0 9px 1px #ff8888 inset, 0 3px 11px 2px #000000 inset, 0 -2px 9px 3px #000033 inset, 0 0 18px 3px #000000, 0 3px 12px 3px #663300;
  background-color: #dd3300, 0 3px 25px 5px #660000;
}
.cid-uaGKmqEkHr #sKrfek:not(:hover) {
  transition: 22s ease;
  transition-delay: 4s ease;
}
.cid-uaGKmqEkHr #sTroet {
  border-bottom: 1px solid #800;
}
.cid-uaGKmqEkHr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGKmqEkHr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGKnNUPXP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGKnNUPXP .mbr-text,
.cid-uaGKnNUPXP blockquote {
  color: #767676;
}
.cid-uaGKnNUPXP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGKnNUPXP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaKgFcGpXT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaKgFcGpXT .mbr-text,
.cid-uaKgFcGpXT blockquote {
  color: #767676;
}
.cid-uaKgFcGpXT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaKgFcGpXT .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaKgJjcZWl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaKgJjcZWl .mbr-text,
.cid-uaKgJjcZWl blockquote {
  color: #767676;
}
.cid-uaKgJjcZWl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaKgJjcZWl .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaGL8V6FTw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGL8V6FTw .mbr-text,
.cid-uaGL8V6FTw blockquote {
  color: #767676;
}
.cid-uaGL8V6FTw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGL8V6FTw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGL9UXaNK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGL9UXaNK .mbr-text,
.cid-uaGL9UXaNK blockquote {
  color: #767676;
}
.cid-uaGL9UXaNK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGL9UXaNK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLawVFXy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGLawVFXy .mbr-text,
.cid-uaGLawVFXy blockquote {
  color: #767676;
}
.cid-uaGLawVFXy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLawVFXy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLsxUPE5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGLsxUPE5 .mbr-text,
.cid-uaGLsxUPE5 blockquote {
  color: #767676;
}
.cid-uaGLsxUPE5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLsxUPE5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHG0VG2FU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHG0VG2FU .mbr-text,
.cid-uaHG0VG2FU blockquote {
  color: #767676;
}
.cid-uaHG0VG2FU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaHG0VG2FU .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaKGPahMZb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaKGPahMZb .mbr-text,
.cid-uaKGPahMZb blockquote {
  color: #767676;
}
.cid-uaKGPahMZb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaKGPahMZb .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaGLtBG4DW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGLtBG4DW .mbr-text,
.cid-uaGLtBG4DW blockquote {
  color: #767676;
}
.cid-uaGLtBG4DW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLtBG4DW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLuWpSeQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGLuWpSeQ .mbr-text,
.cid-uaGLuWpSeQ blockquote {
  color: #767676;
}
.cid-uaGLuWpSeQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLuWpSeQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLRWG8SS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGLRWG8SS .mbr-text,
.cid-uaGLRWG8SS blockquote {
  color: #767676;
}
.cid-uaGLRWG8SS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLRWG8SS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLSGNVMU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGLSGNVMU .mbr-text,
.cid-uaGLSGNVMU blockquote {
  color: #767676;
}
.cid-uaGLSGNVMU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLSGNVMU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLTvTHRa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGLTvTHRa .mbr-text,
.cid-uaGLTvTHRa blockquote {
  color: #767676;
}
.cid-uaGLTvTHRa .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLTvTHRa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGLU3I5US {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGLU3I5US .mbr-text,
.cid-uaGLU3I5US blockquote {
  color: #767676;
}
.cid-uaGLU3I5US .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGLU3I5US .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMmnwvpA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMmnwvpA .mbr-text,
.cid-uaGMmnwvpA blockquote {
  color: #767676;
}
.cid-uaGMmnwvpA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMmnwvpA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMnimdhs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMnimdhs .mbr-text,
.cid-uaGMnimdhs blockquote {
  color: #767676;
}
.cid-uaGMnimdhs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMnimdhs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMo2WyXJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMo2WyXJ .mbr-text,
.cid-uaGMo2WyXJ blockquote {
  color: #767676;
}
.cid-uaGMo2WyXJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMo2WyXJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMoMW2TF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGMoMW2TF .mbr-text,
.cid-uaGMoMW2TF blockquote {
  color: #767676;
}
.cid-uaGMoMW2TF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMoMW2TF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMpq8Keb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMpq8Keb .mbr-text,
.cid-uaGMpq8Keb blockquote {
  color: #767676;
}
.cid-uaGMpq8Keb .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMpq8Keb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMqc66gh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMqc66gh .mbr-text,
.cid-uaGMqc66gh blockquote {
  color: #767676;
}
.cid-uaGMqc66gh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMqc66gh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMqVmj1w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMqVmj1w .mbr-text,
.cid-uaGMqVmj1w blockquote {
  color: #767676;
}
.cid-uaGMqVmj1w .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMqVmj1w .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGMrRDEoa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGMrRDEoa .mbr-text,
.cid-uaGMrRDEoa blockquote {
  color: #767676;
}
.cid-uaGMrRDEoa .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGMrRDEoa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGOz9zdzE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGOz9zdzE .mbr-text,
.cid-uaGOz9zdzE blockquote {
  color: #767676;
}
.cid-uaGOz9zdzE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGOz9zdzE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGOA2dDRA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGOA2dDRA .mbr-text,
.cid-uaGOA2dDRA blockquote {
  color: #767676;
}
.cid-uaGOA2dDRA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGOA2dDRA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGOAQLCO6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGOAQLCO6 .mbr-text,
.cid-uaGOAQLCO6 blockquote {
  color: #767676;
}
.cid-uaGOAQLCO6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGOAQLCO6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGOBBA2G9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGOBBA2G9 .mbr-text,
.cid-uaGOBBA2G9 blockquote {
  color: #767676;
}
.cid-uaGOBBA2G9 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGOBBA2G9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGOChvFtW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGOChvFtW .mbr-text,
.cid-uaGOChvFtW blockquote {
  color: #767676;
}
.cid-uaGOChvFtW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGOChvFtW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPV4LsBL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaGPV4LsBL .mbr-text,
.cid-uaGPV4LsBL blockquote {
  color: #767676;
}
.cid-uaGPV4LsBL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPV4LsBL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPUl3jqd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGPUl3jqd .mbr-text,
.cid-uaGPUl3jqd blockquote {
  color: #767676;
}
.cid-uaGPUl3jqd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPUl3jqd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPVXQ8u6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGPVXQ8u6 .mbr-text,
.cid-uaGPVXQ8u6 blockquote {
  color: #767676;
}
.cid-uaGPVXQ8u6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPVXQ8u6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPXEmpTk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGPXEmpTk .mbr-text,
.cid-uaGPXEmpTk blockquote {
  color: #767676;
}
.cid-uaGPXEmpTk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPXEmpTk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPYmoYdT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGPYmoYdT .mbr-text,
.cid-uaGPYmoYdT blockquote {
  color: #767676;
}
.cid-uaGPYmoYdT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPYmoYdT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGIm9htPT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGIm9htPT .mbr-text,
.cid-uaGIm9htPT blockquote {
  color: #767676;
}
.cid-uaGIm9htPT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGIm9htPT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGPWYMEAA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGPWYMEAA .mbr-text,
.cid-uaGPWYMEAA blockquote {
  color: #767676;
}
.cid-uaGPWYMEAA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGPWYMEAA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaKEOIFWCB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaKEOIFWCB .mbr-text,
.cid-uaKEOIFWCB blockquote {
  color: #767676;
}
.cid-uaKEOIFWCB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaKEOIFWCB .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-uaGR2zGBf9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaGR2zGBf9 .mbr-text,
.cid-uaGR2zGBf9 blockquote {
  color: #767676;
}
.cid-uaGR2zGBf9 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGR2zGBf9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGR3kheoE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGR3kheoE .mbr-text,
.cid-uaGR3kheoE blockquote {
  color: #767676;
}
.cid-uaGR3kheoE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGR3kheoE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGRlZKtBL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGRlZKtBL .mbr-text,
.cid-uaGRlZKtBL blockquote {
  color: #767676;
}
.cid-uaGRlZKtBL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGRlZKtBL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGRmQWqoK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGRmQWqoK .mbr-text,
.cid-uaGRmQWqoK blockquote {
  color: #767676;
}
.cid-uaGRmQWqoK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGRmQWqoK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGRnxDD6w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGRnxDD6w .mbr-text,
.cid-uaGRnxDD6w blockquote {
  color: #767676;
}
.cid-uaGRnxDD6w .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGRnxDD6w .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGRo63wO5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGRo63wO5 .mbr-text,
.cid-uaGRo63wO5 blockquote {
  color: #767676;
}
.cid-uaGRo63wO5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGRo63wO5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGRozqSZh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGRozqSZh .mbr-text,
.cid-uaGRozqSZh blockquote {
  color: #767676;
}
.cid-uaGRozqSZh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGRozqSZh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSgHH175 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSgHH175 .mbr-text,
.cid-uaGSgHH175 blockquote {
  color: #767676;
}
.cid-uaGSgHH175 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSgHH175 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSigUx4s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSigUx4s .mbr-text,
.cid-uaGSigUx4s blockquote {
  color: #767676;
}
.cid-uaGSigUx4s .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSigUx4s .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGShFKsFI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGShFKsFI .mbr-text,
.cid-uaGShFKsFI blockquote {
  color: #767676;
}
.cid-uaGShFKsFI #aRar {
  display: none;
}
.cid-uaGShFKsFI #sGnitl {
  border-bottom: 1px solid #b99;
}
.cid-uaGShFKsFI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGShFKsFI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSiKrzoz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSiKrzoz .mbr-text,
.cid-uaGSiKrzoz blockquote {
  color: #767676;
}
.cid-uaGSiKrzoz #sRazna {
  color: #0088cc;
}
.cid-uaGSiKrzoz #dRazna {
  display: none;
  padding-top: 15px;
}
.cid-uaGSiKrzoz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSiKrzoz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSjiDANQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSjiDANQ .mbr-text,
.cid-uaGSjiDANQ blockquote {
  color: #767676;
}
.cid-uaGSjiDANQ #sRazna_2 {
  color: #0088cc;
}
.cid-uaGSjiDANQ #dRazna_2 {
  display: none;
}
.cid-uaGSjiDANQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSjiDANQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSYf8g3V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSYf8g3V .mbr-text,
.cid-uaGSYf8g3V blockquote {
  color: #767676;
}
.cid-uaGSYf8g3V #sRazna_3 {
  color: #0088cc;
}
.cid-uaGSYf8g3V #dRazna_3 {
  display: none;
}
.cid-uaGSYf8g3V .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSYf8g3V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSYWpwqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSYWpwqC .mbr-text,
.cid-uaGSYWpwqC blockquote {
  color: #767676;
}
.cid-uaGSYWpwqC #sRaznesz {
  color: #0088cc;
}
.cid-uaGSYWpwqC #dRaznesz {
  display: none;
  margin-bottom: 11px;
}
.cid-uaGSYWpwqC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSYWpwqC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGSZKyab2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGSZKyab2 .mbr-text,
.cid-uaGSZKyab2 blockquote {
  color: #767676;
}
.cid-uaGSZKyab2 #dPutnp {
  display: none;
}
.cid-uaGSZKyab2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGSZKyab2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGT0nx8CX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGT0nx8CX .mbr-text,
.cid-uaGT0nx8CX blockquote {
  color: #767676;
}
.cid-uaGT0nx8CX #dUrnbs {
  display: none;
  margin-bottom: 11px;
}
.cid-uaGT0nx8CX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGT0nx8CX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGT0POkud {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGT0POkud .mbr-text,
.cid-uaGT0POkud blockquote {
  color: #767676;
}
.cid-uaGT0POkud #dEmplbnjsh {
  display: none;
}
.cid-uaGT0POkud .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGT0POkud .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGT1mAAgv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGT1mAAgv .mbr-text,
.cid-uaGT1mAAgv blockquote {
  color: #767676;
}
.cid-uaGT1mAAgv #dTakkak {
  display: none;
  margin-bottom: 11px;
}
.cid-uaGT1mAAgv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGT1mAAgv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGT1NbPXc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGT1NbPXc .mbr-text,
.cid-uaGT1NbPXc blockquote {
  color: #767676;
}
.cid-uaGT1NbPXc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGT1NbPXc #dChtpr {
  display: none;
  padding-bottom: 7px;
}
.cid-uaGT1NbPXc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGTXQxEgQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGTXQxEgQ .mbr-text,
.cid-uaGTXQxEgQ blockquote {
  color: #767676;
}
.cid-uaGTXQxEgQ #dAchprpos {
  display: none;
  margin-bottom: 33px;
}
.cid-uaGTXQxEgQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGTXQxEgQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGTYADUMA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGTYADUMA .mbr-text,
.cid-uaGTYADUMA blockquote {
  color: #767676;
}
.cid-uaGTYADUMA #aLar {
  display: none;
}
.cid-uaGTYADUMA .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaGTYADUMA .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaGTZeJBmw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGTZeJBmw .mbr-text,
.cid-uaGTZeJBmw blockquote {
  color: #767676;
}
.cid-uaGTZeJBmw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGTZeJBmw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGTZLTNTr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGTZLTNTr .mbr-text,
.cid-uaGTZLTNTr blockquote {
  color: #767676;
}
.cid-uaGTZLTNTr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGTZLTNTr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUqekjhc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGUqekjhc .mbr-text,
.cid-uaGUqekjhc blockquote {
  color: #767676;
}
.cid-uaGUqekjhc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUqekjhc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUqX5srd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUqX5srd .mbr-text,
.cid-uaGUqX5srd blockquote {
  color: #767676;
}
.cid-uaGUqX5srd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUqX5srd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUrxjWuq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGUrxjWuq .mbr-text,
.cid-uaGUrxjWuq blockquote {
  color: #767676;
}
.cid-uaGUrxjWuq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUrxjWuq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUs4U8ib {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGUs4U8ib .mbr-text,
.cid-uaGUs4U8ib blockquote {
  color: #767676;
}
.cid-uaGUs4U8ib .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUs4U8ib .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaKSdBxZ7o {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaKSdBxZ7o .mbr-text,
.cid-uaKSdBxZ7o blockquote {
  color: #767676;
}
.cid-uaKSdBxZ7o .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaKSdBxZ7o .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaGUt5HzI1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGUt5HzI1 .mbr-text,
.cid-uaGUt5HzI1 blockquote {
  color: #767676;
}
.cid-uaGUt5HzI1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUt5HzI1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUWJgsX3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUWJgsX3 .mbr-text,
.cid-uaGUWJgsX3 blockquote {
  color: #767676;
}
.cid-uaGUWJgsX3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUWJgsX3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUXsvHQ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUXsvHQ7 .mbr-text,
.cid-uaGUXsvHQ7 blockquote {
  color: #767676;
}
.cid-uaGUXsvHQ7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUXsvHQ7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGV1fWSZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGV1fWSZ2 .mbr-text,
.cid-uaGV1fWSZ2 blockquote {
  color: #767676;
}
.cid-uaGV1fWSZ2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGV1fWSZ2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUZ64tGX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUZ64tGX .mbr-text,
.cid-uaGUZ64tGX blockquote {
  color: #767676;
}
.cid-uaGUZ64tGX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUZ64tGX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUZG6YZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUZG6YZB .mbr-text,
.cid-uaGUZG6YZB blockquote {
  color: #767676;
}
.cid-uaGUZG6YZB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUZG6YZB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGV0H61CQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGV0H61CQ .mbr-text,
.cid-uaGV0H61CQ blockquote {
  color: #767676;
}
.cid-uaGV0H61CQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGV0H61CQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGV07Tn0A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGV07Tn0A .mbr-text,
.cid-uaGV07Tn0A blockquote {
  color: #767676;
}
.cid-uaGV07Tn0A .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGV07Tn0A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUXZJHab {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGUXZJHab .mbr-text,
.cid-uaGUXZJHab blockquote {
  color: #767676;
}
.cid-uaGUXZJHab .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUXZJHab .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGUYApapC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGUYApapC .mbr-text,
.cid-uaGUYApapC blockquote {
  color: #767676;
}
.cid-uaGUYApapC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGUYApapC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWknPhwf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGWknPhwf .mbr-text,
.cid-uaGWknPhwf blockquote {
  color: #767676;
}
.cid-uaGWknPhwf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWknPhwf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWl8mofc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGWl8mofc .mbr-text,
.cid-uaGWl8mofc blockquote {
  color: #767676;
}
.cid-uaGWl8mofc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWl8mofc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWlYdNnZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaGWlYdNnZ .mbr-text,
.cid-uaGWlYdNnZ blockquote {
  color: #767676;
}
.cid-uaGWlYdNnZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWlYdNnZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaSFJNOdvY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-uaSFJNOdvY .mbr-text,
.cid-uaSFJNOdvY blockquote {
  color: #767676;
}
.cid-uaSFJNOdvY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uaSFJNOdvY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWjmAmUj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGWjmAmUj .mbr-text,
.cid-uaGWjmAmUj blockquote {
  color: #767676;
}
.cid-uaGWjmAmUj .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWjmAmUj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWSC3Wq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGWSC3Wq7 .mbr-text,
.cid-uaGWSC3Wq7 blockquote {
  color: #767676;
}
.cid-uaGWSC3Wq7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWSC3Wq7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGWV6CIK2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGWV6CIK2 .mbr-text,
.cid-uaGWV6CIK2 blockquote {
  color: #767676;
}
.cid-uaGWV6CIK2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGWV6CIK2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXhCqq7p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGXhCqq7p .mbr-text,
.cid-uaGXhCqq7p blockquote {
  color: #767676;
}
.cid-uaGXhCqq7p .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXhCqq7p .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXiAH0Zt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGXiAH0Zt .mbr-text,
.cid-uaGXiAH0Zt blockquote {
  color: #767676;
}
.cid-uaGXiAH0Zt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXiAH0Zt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXkrLpm4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGXkrLpm4 .mbr-text,
.cid-uaGXkrLpm4 blockquote {
  color: #767676;
}
.cid-uaGXkrLpm4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXkrLpm4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXjT49F7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGXjT49F7 .mbr-text,
.cid-uaGXjT49F7 blockquote {
  color: #767676;
}
.cid-uaGXjT49F7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXjT49F7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXjhx40f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGXjhx40f .mbr-text,
.cid-uaGXjhx40f blockquote {
  color: #767676;
}
.cid-uaGXjhx40f .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXjhx40f .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXLoJAdO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaGXLoJAdO .mbr-text,
.cid-uaGXLoJAdO blockquote {
  color: #767676;
}
.cid-uaGXLoJAdO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXLoJAdO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXMssu04 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGXMssu04 .mbr-text,
.cid-uaGXMssu04 blockquote {
  color: #767676;
}
.cid-uaGXMssu04 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXMssu04 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXN4LuDV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGXN4LuDV .mbr-text,
.cid-uaGXN4LuDV blockquote {
  color: #767676;
}
.cid-uaGXN4LuDV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXN4LuDV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGXkVuBW0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGXkVuBW0 .mbr-text,
.cid-uaGXkVuBW0 blockquote {
  color: #767676;
}
.cid-uaGXkVuBW0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGXkVuBW0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYhKRj09 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaGYhKRj09 .mbr-text,
.cid-uaGYhKRj09 blockquote {
  color: #767676;
}
.cid-uaGYhKRj09 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYhKRj09 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYjSppvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYjSppvC .mbr-text,
.cid-uaGYjSppvC blockquote {
  color: #767676;
}
.cid-uaGYjSppvC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYjSppvC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYkGRfid {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYkGRfid .mbr-text,
.cid-uaGYkGRfid blockquote {
  color: #767676;
}
.cid-uaGYkGRfid .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYkGRfid .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYjd2owR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYjd2owR .mbr-text,
.cid-uaGYjd2owR blockquote {
  color: #767676;
}
.cid-uaGYjd2owR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYjd2owR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYixwsQu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYixwsQu .mbr-text,
.cid-uaGYixwsQu blockquote {
  color: #767676;
}
.cid-uaGYixwsQu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYixwsQu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYM1R8ye {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYM1R8ye .mbr-text,
.cid-uaGYM1R8ye blockquote {
  color: #767676;
}
.cid-uaGYM1R8ye .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYM1R8ye .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYMKFKbg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYMKFKbg .mbr-text,
.cid-uaGYMKFKbg blockquote {
  color: #767676;
}
.cid-uaGYMKFKbg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYMKFKbg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYNMjXKx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYNMjXKx .mbr-text,
.cid-uaGYNMjXKx blockquote {
  color: #767676;
}
.cid-uaGYNMjXKx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYNMjXKx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYOjrDyS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGYOjrDyS .mbr-text,
.cid-uaGYOjrDyS blockquote {
  color: #767676;
}
.cid-uaGYOjrDyS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYOjrDyS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGYOPrk4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGYOPrk4L .mbr-text,
.cid-uaGYOPrk4L blockquote {
  color: #767676;
}
.cid-uaGYOPrk4L .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGYOPrk4L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZxEClla {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGZxEClla .mbr-text,
.cid-uaGZxEClla blockquote {
  color: #767676;
}
.cid-uaGZxEClla .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZxEClla .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZznqVCI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZznqVCI .mbr-text,
.cid-uaGZznqVCI blockquote {
  color: #767676;
}
.cid-uaGZznqVCI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZznqVCI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZzQO0MX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGZzQO0MX .mbr-text,
.cid-uaGZzQO0MX blockquote {
  color: #767676;
}
.cid-uaGZzQO0MX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZzQO0MX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZAmvUO0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGZAmvUO0 .mbr-text,
.cid-uaGZAmvUO0 blockquote {
  color: #767676;
}
.cid-uaGZAmvUO0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZAmvUO0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZARAP5W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZARAP5W .mbr-text,
.cid-uaGZARAP5W blockquote {
  color: #767676;
}
.cid-uaGZARAP5W .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZARAP5W .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZBmRVbl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaGZBmRVbl .mbr-text,
.cid-uaGZBmRVbl blockquote {
  color: #767676;
}
.cid-uaGZBmRVbl #sChtetvns {
  border-bottom: 1px solid #999;
}
.cid-uaGZBmRVbl .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZBmRVbl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZBSrBtq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZBSrBtq .mbr-text,
.cid-uaGZBSrBtq blockquote {
  color: #767676;
}
.cid-uaGZBSrBtq #dMojsh {
  display: none;
  border: 3px solid #aae;
  border-radius: 18px;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.cid-uaGZBSrBtq #dMojsh:hover {
  color: #001133;
  border: 3px solid #b30000;
  border-radius: 18px;
  background-color: #ffb3b3;
  box-shadow: -1px 2px 15px 2px #000000;
  transition: 1.5s ease;
}
.cid-uaGZBSrBtq #dMojsh:not(:hover) {
  transition: 3s ease;
}
.cid-uaGZBSrBtq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZBSrBtq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZCQCCVd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaGZCQCCVd .mbr-text,
.cid-uaGZCQCCVd blockquote {
  color: #767676;
}
.cid-uaGZCQCCVd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZCQCCVd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZCmIsIJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZCmIsIJ .mbr-text,
.cid-uaGZCmIsIJ blockquote {
  color: #767676;
}
.cid-uaGZCmIsIJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZCmIsIJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZDRn8sL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZDRn8sL .mbr-text,
.cid-uaGZDRn8sL blockquote {
  color: #767676;
}
.cid-uaGZDRn8sL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZDRn8sL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZDktJSr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZDktJSr .mbr-text,
.cid-uaGZDktJSr blockquote {
  color: #767676;
}
.cid-uaGZDktJSr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZDktJSr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZyNTAR6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZyNTAR6 .mbr-text,
.cid-uaGZyNTAR6 blockquote {
  color: #767676;
}
.cid-uaGZyNTAR6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZyNTAR6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaGZwK2mRs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaGZwK2mRs .mbr-text,
.cid-uaGZwK2mRs blockquote {
  color: #767676;
}
.cid-uaGZwK2mRs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaGZwK2mRs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1jpHTIK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaH1jpHTIK .mbr-text,
.cid-uaH1jpHTIK blockquote {
  color: #767676;
}
.cid-uaH1jpHTIK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1jpHTIK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1kLNEMl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaH1kLNEMl .mbr-text,
.cid-uaH1kLNEMl blockquote {
  color: #767676;
}
.cid-uaH1kLNEMl .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1kLNEMl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1lpiasO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaH1lpiasO .mbr-text,
.cid-uaH1lpiasO blockquote {
  color: #767676;
}
.cid-uaH1lpiasO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1lpiasO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1muL9U1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaH1muL9U1 .mbr-text,
.cid-uaH1muL9U1 blockquote {
  color: #767676;
}
.cid-uaH1muL9U1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1muL9U1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1lWMbSA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaH1lWMbSA .mbr-text,
.cid-uaH1lWMbSA blockquote {
  color: #767676;
}
.cid-uaH1lWMbSA .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaH1lWMbSA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1mYMqY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaH1mYMqY6 .mbr-text,
.cid-uaH1mYMqY6 blockquote {
  color: #767676;
}
.cid-uaH1mYMqY6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1mYMqY6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaH1kaKVCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaH1kaKVCN .mbr-text,
.cid-uaH1kaKVCN blockquote {
  color: #767676;
}
.cid-uaH1kaKVCN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaH1kaKVCN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHi0MOUWP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHi0MOUWP .mbr-text,
.cid-uaHi0MOUWP blockquote {
  color: #767676;
}
.cid-uaHi0MOUWP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHi0MOUWP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHi1tkpqs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHi1tkpqs .mbr-text,
.cid-uaHi1tkpqs blockquote {
  color: #767676;
}
.cid-uaHi1tkpqs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHi1tkpqs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHhZPlpea {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHhZPlpea .mbr-text,
.cid-uaHhZPlpea blockquote {
  color: #767676;
}
.cid-uaHhZPlpea .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHhZPlpea .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHihpAp3J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHihpAp3J .mbr-text,
.cid-uaHihpAp3J blockquote {
  color: #767676;
}
.cid-uaHihpAp3J .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHihpAp3J .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiioS96e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiioS96e .mbr-text,
.cid-uaHiioS96e blockquote {
  color: #767676;
}
.cid-uaHiioS96e .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiioS96e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHij04Nxb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHij04Nxb .mbr-text,
.cid-uaHij04Nxb blockquote {
  color: #767676;
}
.cid-uaHij04Nxb .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHij04Nxb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHijBfH4R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHijBfH4R .mbr-text,
.cid-uaHijBfH4R blockquote {
  color: #767676;
}
.cid-uaHijBfH4R .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHijBfH4R .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHikcY7FH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHikcY7FH .mbr-text,
.cid-uaHikcY7FH blockquote {
  color: #767676;
}
.cid-uaHikcY7FH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHikcY7FH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiQMOZsx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiQMOZsx .mbr-text,
.cid-uaHiQMOZsx blockquote {
  color: #767676;
}
.cid-uaHiQMOZsx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiQMOZsx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiSKfIW3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiSKfIW3 .mbr-text,
.cid-uaHiSKfIW3 blockquote {
  color: #767676;
}
.cid-uaHiSKfIW3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiSKfIW3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiUCS9YQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiUCS9YQ .mbr-text,
.cid-uaHiUCS9YQ blockquote {
  color: #767676;
}
.cid-uaHiUCS9YQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiUCS9YQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiS4x4sH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiS4x4sH .mbr-text,
.cid-uaHiS4x4sH blockquote {
  color: #767676;
}
.cid-uaHiS4x4sH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiS4x4sH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiU1QSyR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHiU1QSyR .mbr-text,
.cid-uaHiU1QSyR blockquote {
  color: #767676;
}
.cid-uaHiU1QSyR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiU1QSyR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiWA41Ac {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiWA41Ac .mbr-text,
.cid-uaHiWA41Ac blockquote {
  color: #767676;
}
.cid-uaHiWA41Ac .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiWA41Ac .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiVxj1HM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiVxj1HM .mbr-text,
.cid-uaHiVxj1HM blockquote {
  color: #767676;
}
.cid-uaHiVxj1HM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiVxj1HM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHj0LUhGC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHj0LUhGC .mbr-text,
.cid-uaHj0LUhGC blockquote {
  color: #767676;
}
.cid-uaHj0LUhGC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHj0LUhGC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiZaZPOE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiZaZPOE .mbr-text,
.cid-uaHiZaZPOE blockquote {
  color: #767676;
}
.cid-uaHiZaZPOE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiZaZPOE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHj0gBPTv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHj0gBPTv .mbr-text,
.cid-uaHj0gBPTv blockquote {
  color: #767676;
}
.cid-uaHj0gBPTv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHj0gBPTv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHj1GvFEH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHj1GvFEH .mbr-text,
.cid-uaHj1GvFEH blockquote {
  color: #767676;
}
.cid-uaHj1GvFEH .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHj1GvFEH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHj1fJJMo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHj1fJJMo .mbr-text,
.cid-uaHj1fJJMo blockquote {
  color: #767676;
}
.cid-uaHj1fJJMo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHj1fJJMo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiZIRJeI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiZIRJeI .mbr-text,
.cid-uaHiZIRJeI blockquote {
  color: #767676;
}
.cid-uaHiZIRJeI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiZIRJeI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiY74zvJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiY74zvJ .mbr-text,
.cid-uaHiY74zvJ blockquote {
  color: #767676;
}
.cid-uaHiY74zvJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiY74zvJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiYBxZjL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiYBxZjL .mbr-text,
.cid-uaHiYBxZjL blockquote {
  color: #767676;
}
.cid-uaHiYBxZjL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiYBxZjL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiXz1hPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHiXz1hPa .mbr-text,
.cid-uaHiXz1hPa blockquote {
  color: #767676;
}
.cid-uaHiXz1hPa .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiXz1hPa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiW3Tjnv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiW3Tjnv .mbr-text,
.cid-uaHiW3Tjnv blockquote {
  color: #767676;
}
.cid-uaHiW3Tjnv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiW3Tjnv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiV4jFOz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiV4jFOz .mbr-text,
.cid-uaHiV4jFOz blockquote {
  color: #767676;
}
.cid-uaHiV4jFOz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiV4jFOz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiX4lrd0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHiX4lrd0 .mbr-text,
.cid-uaHiX4lrd0 blockquote {
  color: #767676;
}
.cid-uaHiX4lrd0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiX4lrd0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHiRvDdr1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHiRvDdr1 .mbr-text,
.cid-uaHiRvDdr1 blockquote {
  color: #767676;
}
.cid-uaHiRvDdr1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHiRvDdr1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmclT7pz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmclT7pz .mbr-text,
.cid-uaHmclT7pz blockquote {
  color: #767676;
}
.cid-uaHmclT7pz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmclT7pz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmefE8QO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmefE8QO .mbr-text,
.cid-uaHmefE8QO blockquote {
  color: #767676;
}
.cid-uaHmefE8QO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmefE8QO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmgAxZAW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaHmgAxZAW .mbr-text,
.cid-uaHmgAxZAW blockquote {
  color: #767676;
}
.cid-uaHmgAxZAW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmgAxZAW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmhej8RK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uaHmhej8RK .mbr-text,
.cid-uaHmhej8RK blockquote {
  color: #767676;
}
.cid-uaHmhej8RK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmhej8RK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmhOrJsD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmhOrJsD .mbr-text,
.cid-uaHmhOrJsD blockquote {
  color: #767676;
}
.cid-uaHmhOrJsD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmhOrJsD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmiqbtVq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmiqbtVq .mbr-text,
.cid-uaHmiqbtVq blockquote {
  color: #767676;
}
.cid-uaHmiqbtVq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmiqbtVq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmfSq6Va {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmfSq6Va .mbr-text,
.cid-uaHmfSq6Va blockquote {
  color: #767676;
}
.cid-uaHmfSq6Va .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmfSq6Va .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmjy6twp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmjy6twp .mbr-text,
.cid-uaHmjy6twp blockquote {
  color: #767676;
}
.cid-uaHmjy6twp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmjy6twp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmlaK6XF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uaHmlaK6XF .mbr-text,
.cid-uaHmlaK6XF blockquote {
  color: #767676;
}
.cid-uaHmlaK6XF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmlaK6XF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmkDhHiK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmkDhHiK .mbr-text,
.cid-uaHmkDhHiK blockquote {
  color: #767676;
}
.cid-uaHmkDhHiK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmkDhHiK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmlGVjmD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmlGVjmD .mbr-text,
.cid-uaHmlGVjmD blockquote {
  color: #767676;
}
.cid-uaHmlGVjmD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmlGVjmD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmmdDIFu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-uaHmmdDIFu .mbr-text,
.cid-uaHmmdDIFu blockquote {
  color: #767676;
}
.cid-uaHmmdDIFu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmmdDIFu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmk4kmOk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmk4kmOk .mbr-text,
.cid-uaHmk4kmOk blockquote {
  color: #767676;
}
.cid-uaHmk4kmOk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmk4kmOk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmncbNQI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmncbNQI .mbr-text,
.cid-uaHmncbNQI blockquote {
  color: #767676;
}
.cid-uaHmncbNQI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmncbNQI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmiYZzCJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmiYZzCJ .mbr-text,
.cid-uaHmiYZzCJ blockquote {
  color: #767676;
}
.cid-uaHmiYZzCJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmiYZzCJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmmFD7dy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHmmFD7dy .mbr-text,
.cid-uaHmmFD7dy blockquote {
  color: #767676;
}
.cid-uaHmmFD7dy #sIetvs {
  border-radius: 8px;
  padding: 0 3px;
  background-color: #e6fff2;
}
.cid-uaHmmFD7dy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmmFD7dy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmdhA1ry {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHmdhA1ry .mbr-text,
.cid-uaHmdhA1ry blockquote {
  color: #767676;
}
.cid-uaHmdhA1ry .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmdhA1ry .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHmf978kw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHmf978kw .mbr-text,
.cid-uaHmf978kw blockquote {
  color: #767676;
}
.cid-uaHmf978kw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHmf978kw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoBMAnXu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoBMAnXu .mbr-text,
.cid-uaHoBMAnXu blockquote {
  color: #767676;
}
.cid-uaHoBMAnXu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoBMAnXu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoEbe3tp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHoEbe3tp .mbr-text,
.cid-uaHoEbe3tp blockquote {
  color: #767676;
}
.cid-uaHoEbe3tp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoEbe3tp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoyr0dyO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoyr0dyO .mbr-text,
.cid-uaHoyr0dyO blockquote {
  color: #767676;
}
.cid-uaHoyr0dyO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoyr0dyO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoG6MnPh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoG6MnPh .mbr-text,
.cid-uaHoG6MnPh blockquote {
  color: #767676;
}
.cid-uaHoG6MnPh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoG6MnPh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoFzvTsq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoFzvTsq .mbr-text,
.cid-uaHoFzvTsq blockquote {
  color: #767676;
}
.cid-uaHoFzvTsq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoFzvTsq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoI3elOp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHoI3elOp .mbr-text,
.cid-uaHoI3elOp blockquote {
  color: #767676;
}
.cid-uaHoI3elOp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoI3elOp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoH4ygdN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoH4ygdN .mbr-text,
.cid-uaHoH4ygdN blockquote {
  color: #767676;
}
.cid-uaHoH4ygdN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoH4ygdN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoGAxfCc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uaHoGAxfCc .mbr-text,
.cid-uaHoGAxfCc blockquote {
  color: #767676;
}
.cid-uaHoGAxfCc #dOpr {
  display: block;
  width: 60%;
  color: #465052;
  border-top: 2px solid #999;
  padding-top: 8px;
}
.cid-uaHoGAxfCc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoGAxfCc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoEZl3sM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHoEZl3sM .mbr-text,
.cid-uaHoEZl3sM blockquote {
  color: #767676;
}
.cid-uaHoEZl3sM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoEZl3sM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoJS7LsL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoJS7LsL .mbr-text,
.cid-uaHoJS7LsL blockquote {
  color: #767676;
}
.cid-uaHoJS7LsL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoJS7LsL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoJnjURc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoJnjURc .mbr-text,
.cid-uaHoJnjURc blockquote {
  color: #767676;
}
.cid-uaHoJnjURc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoJnjURc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoMMKWS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoMMKWS8 .mbr-text,
.cid-uaHoMMKWS8 blockquote {
  color: #767676;
}
.cid-uaHoMMKWS8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoMMKWS8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoKjqBTe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHoKjqBTe .mbr-text,
.cid-uaHoKjqBTe blockquote {
  color: #767676;
}
.cid-uaHoKjqBTe .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoKjqBTe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoItzMoV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaHoItzMoV .mbr-text,
.cid-uaHoItzMoV blockquote {
  color: #767676;
}
.cid-uaHoItzMoV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoItzMoV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoIV6TnF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaHoIV6TnF .mbr-text,
.cid-uaHoIV6TnF blockquote {
  color: #767676;
}
.cid-uaHoIV6TnF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoIV6TnF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoKJsMk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoKJsMk3 .mbr-text,
.cid-uaHoKJsMk3 blockquote {
  color: #767676;
}
.cid-uaHoKJsMk3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoKJsMk3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoCRgzvM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHoCRgzvM .mbr-text,
.cid-uaHoCRgzvM blockquote {
  color: #767676;
}
.cid-uaHoCRgzvM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoCRgzvM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHoHx3iTR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHoHx3iTR .mbr-text,
.cid-uaHoHx3iTR blockquote {
  color: #767676;
}
.cid-uaHoHx3iTR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHoHx3iTR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHreJHov6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHreJHov6 .mbr-text,
.cid-uaHreJHov6 blockquote {
  color: #767676;
}
.cid-uaHreJHov6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHreJHov6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrjof6Qo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrjof6Qo .mbr-text,
.cid-uaHrjof6Qo blockquote {
  color: #767676;
}
.cid-uaHrjof6Qo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrjof6Qo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrhNsu2D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHrhNsu2D .mbr-text,
.cid-uaHrhNsu2D blockquote {
  color: #767676;
}
.cid-uaHrhNsu2D .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrhNsu2D .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrhfpuE9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaHrhfpuE9 .mbr-text,
.cid-uaHrhfpuE9 blockquote {
  color: #767676;
}
.cid-uaHrhfpuE9 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrhfpuE9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrij3zG4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHrij3zG4 .mbr-text,
.cid-uaHrij3zG4 blockquote {
  color: #767676;
}
.cid-uaHrij3zG4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrij3zG4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrlhk1PQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrlhk1PQ .mbr-text,
.cid-uaHrlhk1PQ blockquote {
  color: #767676;
}
.cid-uaHrlhk1PQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrlhk1PQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrjS7Piz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHrjS7Piz .mbr-text,
.cid-uaHrjS7Piz blockquote {
  color: #767676;
}
.cid-uaHrjS7Piz #sTroet {
  color: #b33c00;
}
.cid-uaHrjS7Piz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrjS7Piz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrgImgNL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrgImgNL .mbr-text,
.cid-uaHrgImgNL blockquote {
  color: #767676;
}
.cid-uaHrgImgNL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrgImgNL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrg3giJg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHrg3giJg .mbr-text,
.cid-uaHrg3giJg blockquote {
  color: #767676;
}
.cid-uaHrg3giJg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrg3giJg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrkN5iJQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrkN5iJQ .mbr-text,
.cid-uaHrkN5iJQ blockquote {
  color: #767676;
}
.cid-uaHrkN5iJQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrkN5iJQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrmfOQGs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrmfOQGs .mbr-text,
.cid-uaHrmfOQGs blockquote {
  color: #767676;
}
.cid-uaHrmfOQGs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrmfOQGs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrlLdkQR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHrlLdkQR .mbr-text,
.cid-uaHrlLdkQR blockquote {
  color: #767676;
}
.cid-uaHrlLdkQR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrlLdkQR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrmGEKA4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uaHrmGEKA4 .mbr-text,
.cid-uaHrmGEKA4 blockquote {
  color: #767676;
}
.cid-uaHrmGEKA4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrmGEKA4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrn7PLyo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrn7PLyo .mbr-text,
.cid-uaHrn7PLyo blockquote {
  color: #767676;
}
.cid-uaHrn7PLyo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrn7PLyo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrnZqoci {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHrnZqoci .mbr-text,
.cid-uaHrnZqoci blockquote {
  color: #767676;
}
.cid-uaHrnZqoci .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrnZqoci .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrnyszHv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-uaHrnyszHv .mbr-text,
.cid-uaHrnyszHv blockquote {
  color: #767676;
}
.cid-uaHrnyszHv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrnyszHv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrooKkRQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHrooKkRQ .mbr-text,
.cid-uaHrooKkRQ blockquote {
  color: #767676;
}
.cid-uaHrooKkRQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrooKkRQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHrqy50WF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uaHrqy50WF .mbr-text,
.cid-uaHrqy50WF blockquote {
  color: #767676;
}
.cid-uaHrqy50WF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHrqy50WF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHroOEOD0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaHroOEOD0 .mbr-text,
.cid-uaHroOEOD0 blockquote {
  color: #767676;
}
.cid-uaHroOEOD0 #sToch {
  position: relative;
  color: #767676;
  left: .1em;
  z-index: 1;
}
.cid-uaHroOEOD0 #dVoszsmil {
  position: relative;
  color: #0059b3;
  opacity: .01;
  left: -0.175em;
}
.cid-uaHroOEOD0 #dPtib {
  font-size: 115%;
  color: #00802b;
}
.cid-uaHroOEOD0 #dPtib:hover {
  color: #0059b3;
  transition: 2s ease;
}
.cid-uaHroOEOD0 #dPtib:not(:hover) {
  transition: 4s ease;
}
.cid-uaHroOEOD0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHroOEOD0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHuI1rKBE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uaHuI1rKBE .mbr-text,
.cid-uaHuI1rKBE blockquote {
  color: #767676;
}
.cid-uaHuI1rKBE #dYel0 {
  background-color: #dadad7;
}
.cid-uaHuI1rKBE #dYel {
  padding: 0;
}
.cid-uaHuI1rKBE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uaHuI1rKBE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uaHuI1rKBE .mbr-text DIV {
  text-align: left;
}
.cid-ubag44XCX8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ubag44XCX8 .mbr-text,
.cid-ubag44XCX8 blockquote {
  color: #767676;
}
.cid-ubag44XCX8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ubag44XCX8 #sChislo {
  color: #0055ff;
}
.cid-ubag44XCX8 #dChislo {
  display: none;
  position: relative;
  font-size: 70%;
  left: 1em;
}
.cid-ubag44XCX8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ubag44XCX8 .mbr-text DIV {
  text-align: left;
}
.cid-uaErSoAvyX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaErSoAvyX .mbr-text,
.cid-uaErSoAvyX blockquote {
  color: #767676;
}
.cid-uaErSoAvyX .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-uaErSoAvyX .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uaErSoAvyX #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-uaErSoAvyX #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-uaErSoAvyX #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-uaErSoO6TO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-uaErSp9BG3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uaErSp9BG3 .mbr-text,
.cid-uaErSp9BG3 blockquote {
  color: #767676;
}
.cid-uaErSp9BG3 #dPust_vzisd {
  display: none;
  padding: 85px;
}
.cid-uaErSp9BG3 .mbr-text P {
  text-align: left;
  color: #465052;
}
@media screen and (max-width: 500px) {
  .cid-uaErSp9BG3 #dPust_vzisd {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .cid-uaErSp9BG3 #dPust_vzisd {
    display: none;
  }
}
.cid-uaErSpK49m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-uaErSpK49m .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaErSpK49m .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaErSpK49m .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaErSpK49m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaErSpK49m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaErSpK49m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaErSpK49m .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaErSpK49m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaErSpK49m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaErSpK49m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uaErSpK49m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaErSpK49m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaErSpK49m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaErSpK49m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaErSpK49m foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-uaErSpK49m .media-container-row .mbr-text {
  text-align: right;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tspyBWlpnZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tspyBWlpnZ .mbr-text,
.cid-tspyBWlpnZ blockquote {
  color: #767676;
}
.cid-tspyBWlpnZ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tspyBWlpnZ .mbr-text {
  text-align: center;
  color: #149dcc;
}
.cid-ukk0BQP8AU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukk0BQP8AU .mbr-text,
.cid-ukk0BQP8AU blockquote {
  color: #767676;
}
.cid-ukk0BQP8AU .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tUQdLPkkOB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tUQdLPkkOB .mbr-text,
.cid-tUQdLPkkOB blockquote {
  color: #767676;
}
.cid-tUQdLPkkOB .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tUQdLPkkOB #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tUQdLPkkOB #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tUQdLPkkOB #sChislo:hover {
  color: #4d1300;
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-tUQdLPkkOB #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-tUQdLPkkOB a.btn1:link {
  padding: 5px 28px 5px 28px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn1:hover,
.cid-tUQdLPkkOB a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn1:not(:hover),
.cid-tUQdLPkkOB a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tUQdLPkkOB a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-tUQdLPkkOB a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-tahkAcoK3i {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tahkAcoK3i .mbr-text,
.cid-tahkAcoK3i blockquote {
  color: #767676;
}
.cid-tahkAcoK3i .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tahkAcoK3i #sp_30june22_1 {
  color: #dadad7;
}
.cid-tahkAcoK3i #Btn_30_06_22_1 {
  width: 57px;
  height: 38px;
  border: 2px solid #999;
  border-radius: 22px;
  background-color: #00e699;
  box-shadow: 0 0 15px 4px #007080 inset;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:hover {
  border: 2px double #00ffff;
  background-color: #33ffff;
  box-shadow: 0 0 21px 3px #fff, 0 0 5px 2px #ffffcc, 0 0 7px 4px #bbff33, 0 0 5px 0 #669999 inset;
  transition: .1s ease;
}
.cid-tahkAcoK3i #Btn_30_06_22_1:not(:hover) {
  transition: 3s ease;
}
.cid-ueQACmlPUH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueQACmlPUH .mbr-text,
.cid-ueQACmlPUH blockquote {
  color: #767676;
}
.cid-ueQACmlPUH .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ueQACmlPUH .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueQACmlPUH #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-ueQACmlPUH #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-ueQACmlPUH #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-ueQACmlPUH #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-ueQACmlPUH a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn1:hover,
.cid-ueQACmlPUH a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn1:not(:hover),
.cid-ueQACmlPUH a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-ueQACmlPUH a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ueQACmlPUH a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-ueQACmlPUH #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-ueQACmlPUH #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-ueQACmlPUH #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-ueQACmlPUH #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-ueQBjKmFl4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueQBjKmFl4 .mbr-text,
.cid-ueQBjKmFl4 blockquote {
  color: #767676;
}
.cid-ueQBjKmFl4 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ueQBjKmFl4 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueQBjKmFl4 .a_date {
  color: #465052;
}
.cid-ueQBjKmFl4 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-ueQBjKmFl4 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-ueQBjKmFl4 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-ueQBjKmFl4 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-ueQBjKmFl4 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-ueQBjKmFl4 #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-ueQBjKmFl4 #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-ueQBjKmFl4 #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-ueQBjKmFl4 #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-ueQBjKmFl4 .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-ueQBjKmFl4 #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-ueQBjKmFl4 #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-ueQBjKmFl4 #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-ueQBjKmFl4 #ifr_0 {
    left: 0;
  }
}
.cid-ueT0y8LIuK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT0y8LIuK .mbr-text,
.cid-ueT0y8LIuK blockquote {
  color: #767676;
}
.cid-ueT0y8LIuK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT0y8LIuK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueT29OdHtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT29OdHtO .mbr-text,
.cid-ueT29OdHtO blockquote {
  color: #767676;
}
.cid-ueT29OdHtO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT29OdHtO #dSkvenv {
  display: block;
  position: relative;
}
.cid-ueT29OdHtO #dSkv_p {
  padding-bottom: 35px;
}
.cid-ueT29OdHtO .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-ueT3609hYr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT3609hYr .mbr-text,
.cid-ueT3609hYr blockquote {
  color: #767676;
}
.cid-ueT3609hYr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ueT3609hYr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT1fLcuhd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT1fLcuhd .mbr-text,
.cid-ueT1fLcuhd blockquote {
  color: #767676;
}
.cid-ueT1fLcuhd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT1fLcuhd .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-ueSZtbgsgp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueSZtbgsgp .mbr-text,
.cid-ueSZtbgsgp blockquote {
  color: #767676;
}
.cid-ueSZtbgsgp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueSZtbgsgp #dIsot {
  display: block;
  position: relative;
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 4px 12px;
}
.cid-ueSZtbgsgp #dIsot:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueSZtbgsgp #dIsot:not(:hover) {
  transition: 6s ease;
}
.cid-ueSZtbgsgp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT1uqBe7C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT1uqBe7C .mbr-text,
.cid-ueT1uqBe7C blockquote {
  color: #767676;
}
.cid-ueT1uqBe7C .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ueT1uqBe7C #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueT1uqBe7C #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueT1uqBe7C #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueT1uqBe7C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueSXS6xPEC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueSXS6xPEC .mbr-text,
.cid-ueSXS6xPEC blockquote {
  color: #767676;
}
.cid-ueSXS6xPEC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueSXS6xPEC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5dMpADp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT5dMpADp .mbr-text,
.cid-ueT5dMpADp blockquote {
  color: #767676;
}
.cid-ueT5dMpADp #d_26_Iskaz {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT5dMpADp #d_26_Iskaz:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT5dMpADp #d_26_Iskaz:not(:hover) {
  transition: 6s ease;
}
.cid-ueT5dMpADp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5dMpADp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5yce7Zr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT5yce7Zr .mbr-text,
.cid-ueT5yce7Zr blockquote {
  color: #767676;
}
.cid-ueT5yce7Zr #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueT5yce7Zr #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueT5yce7Zr #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueT5yce7Zr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5yce7Zr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5CpLqaZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT5CpLqaZ .mbr-text,
.cid-ueT5CpLqaZ blockquote {
  color: #767676;
}
.cid-ueT5CpLqaZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5CpLqaZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5DvEoQ8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT5DvEoQ8 .mbr-text,
.cid-ueT5DvEoQ8 blockquote {
  color: #767676;
}
.cid-ueT5DvEoQ8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5DvEoQ8 #d_27_Isot {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT5DvEoQ8 #d_27_Isot:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT5DvEoQ8 #d_27_Isot:not(:hover) {
  transition: 6s ease;
}
.cid-ueT5DvEoQ8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5CWNkyO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ueT5CWNkyO .mbr-text,
.cid-ueT5CWNkyO blockquote {
  color: #767676;
}
.cid-ueT5CWNkyO #dTetvor {
  font-size: 115%;
}
.cid-ueT5CWNkyO #sTvts {
  border-radius: 11px;
  padding: 0 3px;
  text-shadow: 0 0 1px #dadad7;
  box-shadow: 0 0 8px 1px #dadad7;
}
.cid-ueT5CWNkyO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5CWNkyO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5B8cMMj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT5B8cMMj .mbr-text,
.cid-ueT5B8cMMj blockquote {
  color: #767676;
}
.cid-ueT5B8cMMj #sTroeto {
  border-bottom: 2px solid #888;
}
.cid-ueT5B8cMMj #sMrndr {
  display: block;
  position: absolute;
  font-size: 80%;
  border-radius: 12px;
  border: 2px solid #b300b3;
  padding: 0 5px;
  background-color: #f0f0f0;
  left: 1em;
  top: -1.7em;
  opacity: .01;
}
.cid-ueT5B8cMMj #sMrndr:hover {
  color: #00004d;
  border: 2px solid #993300;
  padding: 0 5px;
  background-color: #ff9933;
}
.cid-ueT5B8cMMj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5B8cMMj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT5BMuXIB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT5BMuXIB .mbr-text,
.cid-ueT5BMuXIB blockquote {
  color: #767676;
}
.cid-ueT5BMuXIB #sGlav {
  border-bottom: 1px solid #aaa;
  z-index: 2;
}
.cid-ueT5BMuXIB #sGlbd {
  border-bottom: 1px solid #aaa;
}
.cid-ueT5BMuXIB #dSko {
  display: block;
  position: absolute;
  opacity: .01;
  border-radius: 9px;
  padding: 0 5px;
  height: .6;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px 0 #804000;
  left: 7em;
  top: -1.5em;
}
.cid-ueT5BMuXIB #sGlavby {
  display: inline-block;
  position: relative;
}
.cid-ueT5BMuXIB #dBydl {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: .01;
  border-radius: 9px;
  padding: 0 5px;
  height: .6;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px 0 #804000;
  left: 1em;
  top: -1.3em;
}
.cid-ueT5BMuXIB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT5BMuXIB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT7l4gcuO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT7l4gcuO .mbr-text,
.cid-ueT7l4gcuO blockquote {
  color: #767676;
}
.cid-ueT7l4gcuO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT7l4gcuO #sNisob {
  border-bottom: 1px solid #999;
}
.cid-ueT7l4gcuO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT7oNAr1B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT7oNAr1B .mbr-text,
.cid-ueT7oNAr1B blockquote {
  color: #767676;
}
.cid-ueT7oNAr1B #dChtoby {
  display: none;
  position: relative;
  border-right: 3px solid red;
  border-radius: 18px 18px 0 0;
  border-top: 3px solid red;
  border-left: 3px solid red;
  background-color: #d1d1d1;
  padding: 0 15px;
  margin-top: 5px;
}
.cid-ueT7oNAr1B .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT7oNAr1B .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT83nSn5u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT83nSn5u .mbr-text,
.cid-ueT83nSn5u blockquote {
  color: #767676;
}
.cid-ueT83nSn5u #dOninsm {
  display: none;
  position: relative;
  border-radius: 0 0 18px 18px;
  border-right: 3px solid red;
  border-bottom: 3px solid red;
  border-left: 3px solid red;
  background-color: #d1d1d1;
  padding: 0 10px 8px 44px;
  margin-bottom: 15px;
}
.cid-ueT83nSn5u .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT83nSn5u .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ueT83nSn5u .mbr-text DIV {
  text-align: left;
}
.cid-ueT8D5wcW9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT8D5wcW9 .mbr-text,
.cid-ueT8D5wcW9 blockquote {
  color: #767676;
}
.cid-ueT8D5wcW9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8D5wcW9 #dChtnmnorvm {
  display: none;
  position: relative;
  color: #232323;
  border: 3px solid blue;
  border-radius: 18px;
  padding: 5px 14px;
  margin-top: 8px;
  margin-bottom: 15px;
  background-color: #d1d1d1;
  left: -1.5em;
}
.cid-ueT8D5wcW9 #dChtnmnorvm:hover {
  color: #002;
  background-color: #ff884d;
  box-shadow: 0 0 15px 2px #000;
  transition: 1s ease;
}
.cid-ueT8D5wcW9 #dChtnmnorvm:not(:hover) {
  transition: 3s ease;
}
.cid-ueT8D5wcW9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT8ExKEuR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT8ExKEuR .mbr-text,
.cid-ueT8ExKEuR blockquote {
  color: #767676;
}
.cid-ueT8ExKEuR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8ExKEuR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT8G94z94 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT8G94z94 .mbr-text,
.cid-ueT8G94z94 blockquote {
  color: #767676;
}
.cid-ueT8G94z94 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8G94z94 #sSkemv {
  border-bottom: 1px solid #aaa;
}
.cid-ueT8G94z94 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT8FtMcNE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT8FtMcNE .mbr-text,
.cid-ueT8FtMcNE blockquote {
  color: #767676;
}
.cid-ueT8FtMcNE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT8FtMcNE #dAzaet {
  display: none;
  color: #465052;
  border-radius: 15px;
  border: 2px solid #aaa;
  padding: 2px 15px;
  background-color: #ffc6b3;
}
.cid-ueT8FtMcNE #dAzaet:hover {
  color: #fff;
  border: 2px solid #809fff;
  background-color: #ff1aff;
  box-shadow: -3px 5px 15px 0 #330011;
  transition: 2s ease;
}
.cid-ueT8FtMcNE #dAzaet:not(:hover) {
  transition: 4s ease;
}
.cid-ueT8FtMcNE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT99DoX2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT99DoX2C .mbr-text,
.cid-ueT99DoX2C blockquote {
  color: #767676;
}
.cid-ueT99DoX2C .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT99DoX2C #dTepmy {
  display: none;
  color: #002;
  border-radius: 15px;
  padding: 0 11px 5px 15px;
  background-color: #ff9980;
  margin-bottom: 35px;
}
.cid-ueT99DoX2C #dTepmy:hover {
  color: #ffdddd;
  background-color: #990099;
  box-shadow: 0 0 0 1px #ffdddd, -3px 5px 17px 2px #1a0008;
  transition: 2s ease;
}
.cid-ueT99DoX2C #dTepmy:not(:hover) {
  transition: 4s ease;
}
.cid-ueT99DoX2C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYVqI5v7g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueYVqI5v7g .mbr-text,
.cid-ueYVqI5v7g blockquote {
  color: #767676;
}
.cid-ueYVqI5v7g .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ueYVqI5v7g .mbr-text {
  text-align: center;
}
.cid-ueT9asICVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9asICVu .mbr-text,
.cid-ueT9asICVu blockquote {
  color: #767676;
}
.cid-ueT9asICVu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9asICVu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9qz0eDJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9qz0eDJ .mbr-text,
.cid-ueT9qz0eDJ blockquote {
  color: #767676;
}
.cid-ueT9qz0eDJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9qz0eDJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9rNt7u0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT9rNt7u0 .mbr-text,
.cid-ueT9rNt7u0 blockquote {
  color: #767676;
}
.cid-ueT9rNt7u0 #dIvldnd {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueT9rNt7u0 #dIvldnd:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueT9rNt7u0 #dIvldnd:not(:hover) {
  transition: 6s ease;
}
.cid-ueT9rNt7u0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9rNt7u0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9rbqcr9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9rbqcr9 .mbr-text,
.cid-ueT9rbqcr9 blockquote {
  color: #767676;
}
.cid-ueT9rbqcr9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9rbqcr9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9sjPI5O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9sjPI5O .mbr-text,
.cid-ueT9sjPI5O blockquote {
  color: #767676;
}
.cid-ueT9sjPI5O .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9sjPI5O .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9PydzQc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueT9PydzQc .mbr-text,
.cid-ueT9PydzQc blockquote {
  color: #767676;
}
.cid-ueT9PydzQc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9PydzQc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9QiwM5L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueT9QiwM5L .mbr-text,
.cid-ueT9QiwM5L blockquote {
  color: #767676;
}
.cid-ueT9QiwM5L .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9QiwM5L #sZashsr {
  border-bottom: 1px solid #aaa;
}
.cid-ueT9QiwM5L #sKakhr {
  display: none;
  position: relative;
  width: 22em;
  border-radius: 18px;
  padding: 5px 15px;
  left: 2em;
  top: 0;
  background-color: #ccffff;
}
.cid-ueT9QiwM5L #sKakhr:hover {
  color: #ffcccc;
  background-color: #800000;
  box-shadow: -2px 3px 11px 1px #000000;
  transition: 2s ease;
}
.cid-ueT9QiwM5L #sKakhr:not(:hover) {
  transition: 3s ease;
}
.cid-ueT9QiwM5L #sRod,
.cid-ueT9QiwM5L #sZaschi {
  border-radius: 8px;
  padding: 0 2px;
  border-bottom: 1px solid #999;
}
.cid-ueT9QiwM5L #sZaschi:hover {
  color: #000;
  background-color: #ff794d;
  box-shadow: -2px 3px 6px 1px #000088, 0 0 5px 1px #000000 inset;
  transition: 2s ease;
}
.cid-ueT9QiwM5L #sRod:hover {
  color: #ff8080;
  background-color: #800000;
  box-shadow: 0 5px 16px 5px #990000, 0 3px 16px 2px #0000bb;
  transition: 2s ease;
}
.cid-ueT9QiwM5L #sZaschi:not(:hover),
.cid-ueT9QiwM5L #sRod:not(:hover) {
  transition: 1s ease;
}
.cid-ueT9QiwM5L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9S46mb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT9S46mb4 .mbr-text,
.cid-ueT9S46mb4 blockquote {
  color: #767676;
}
.cid-ueT9S46mb4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9S46mb4 #sRo {
  border-bottom: 1px solid #aaa;
}
.cid-ueT9S46mb4 #sNRon {
  border-radius: 33px 33px 3px 3px;
  padding: 15px 3px 0 3px;
  background-color: transparent;
}
.cid-ueT9S46mb4 #sNRon:hover {
  color: #ff5050;
  border-radius: 33px 33px 3px 3px;
  padding: 15px 3px 0 3px;
  background-color: #ffffff;
  text-shadow: 0 0 1px #ffb3b3;
  box-shadow: 0 0 21px 2px #ffffcc, 0 0 28px 2px #33ccff, 0 0 15px 1px #99e6ff inset;
  transition: 2s ease;
}
.cid-ueT9S46mb4 #sNRon:not(:hover) {
  transition: 3s ease;
}
.cid-ueT9S46mb4 #dAro {
  display: none;
  padding: 0 0 15px 0;
}
.cid-ueT9S46mb4 #sRaznr {
  border-bottom: 1px solid #aaa;
}
.cid-ueT9S46mb4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueT9RvS3Vq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueT9RvS3Vq .mbr-text,
.cid-ueT9RvS3Vq blockquote {
  color: #767676;
}
.cid-ueT9RvS3Vq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueT9RvS3Vq #sRazBo {
  border-bottom: 1px solid #aaa;
}
.cid-ueT9RvS3Vq #dRazBo {
  display: none;
  padding-bottom: 32px;
}
.cid-ueT9RvS3Vq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueZ9uMvnMA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueZ9uMvnMA .mbr-text,
.cid-ueZ9uMvnMA blockquote {
  color: #767676;
}
.cid-ueZ9uMvnMA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ueZ9uMvnMA #sKomet {
  border-bottom: 1px solid #aaa;
}
.cid-ueZ9uMvnMA #dTakko {
  display: none;
  padding-bottom: 11px;
}
.cid-ueZ9uMvnMA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTahp7Jmc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTahp7Jmc .mbr-text,
.cid-ueTahp7Jmc blockquote {
  color: #767676;
}
.cid-ueTahp7Jmc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTahp7Jmc #dKakot {
  display: none;
  padding-bottom: 31px;
}
.cid-ueTahp7Jmc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTai23mFa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTai23mFa .mbr-text,
.cid-ueTai23mFa blockquote {
  color: #767676;
}
.cid-ueTai23mFa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTai23mFa #dIlizasch {
  display: none;
  padding: 0 0 15px 0;
}
.cid-ueTai23mFa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTaiGPneb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTaiGPneb .mbr-text,
.cid-ueTaiGPneb blockquote {
  color: #767676;
}
.cid-ueTaiGPneb #dSnam {
  display: none;
  padding: 0 0 15px 0;
}
.cid-ueTaiGPneb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaiGPneb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueZEFPJmlZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueZEFPJmlZ .mbr-text,
.cid-ueZEFPJmlZ blockquote {
  color: #767676;
}
.cid-ueZEFPJmlZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueZEFPJmlZ #sKsv {
  border-bottom: 1px solid #aaa;
}
.cid-ueZEFPJmlZ #dPrisksv {
  display: none;
}
.cid-ueZEFPJmlZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTazXEIHY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTazXEIHY .mbr-text,
.cid-ueTazXEIHY blockquote {
  color: #767676;
}
.cid-ueTazXEIHY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTazXEIHY #dTakzhe {
  display: none;
  position: relative;
  width: 80%;
  left: 2em;
}
.cid-ueTazXEIHY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTaz3PxaU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueTaz3PxaU .mbr-text,
.cid-ueTaz3PxaU blockquote {
  color: #767676;
}
.cid-ueTaz3PxaU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaz3PxaU #dAktones {
  display: block;
}
.cid-ueTaz3PxaU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueZWa7Y2yx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ueZWa7Y2yx .mbr-text,
.cid-ueZWa7Y2yx blockquote {
  color: #767676;
}
.cid-ueZWa7Y2yx .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ueZWa7Y2yx .mbr-text {
  text-align: center;
}
.cid-ueTaBdNmRB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTaBdNmRB .mbr-text,
.cid-ueTaBdNmRB blockquote {
  color: #767676;
}
.cid-ueTaBdNmRB #d_27_Isot {
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 5px 14px;
}
.cid-ueTaBdNmRB #d_27_Isot:hover {
  color: #1f7a7a;
  border: 3px solid #eee;
  text-shadow: 0 0 2px #ffffcc, 0 0 5px #fffffc, 0 0 8px #fff, 0 0 15px #fffffc;
  box-shadow: 0 0 5px 1px #fff, 0 0 4px 1px #fff inset;
  transition: 4s ease;
}
.cid-ueTaBdNmRB #d_27_Isot:not(:hover) {
  transition: 6s ease;
}
.cid-ueTaBdNmRB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaBdNmRB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueZ05HBTUW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueZ05HBTUW .mbr-text,
.cid-ueZ05HBTUW blockquote {
  color: #767676;
}
.cid-ueZ05HBTUW #dByt {
  display: block;
  position: relative;
  color: transparent;
}
.cid-ueZ05HBTUW #dByt:hover {
  color: #004080;
  transition: 1s ease;
}
.cid-ueZ05HBTUW #dByt:not(:hover) {
  transition: 12s ease;
}
.cid-ueZ05HBTUW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueZ05HBTUW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYcSZpU7I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueYcSZpU7I .mbr-text,
.cid-ueYcSZpU7I blockquote {
  color: #767676;
}
.cid-ueYcSZpU7I .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ueTaAzIVxD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTaAzIVxD .mbr-text,
.cid-ueTaAzIVxD blockquote {
  color: #767676;
}
.cid-ueTaAzIVxD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaAzIVxD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTaBIhweR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueTaBIhweR .mbr-text,
.cid-ueTaBIhweR blockquote {
  color: #767676;
}
.cid-ueTaBIhweR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTaBIhweR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTc5YJFDu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTc5YJFDu .mbr-text,
.cid-ueTc5YJFDu blockquote {
  color: #767676;
}
.cid-ueTc5YJFDu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc5YJFDu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTc6DavRB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueTc6DavRB .mbr-text,
.cid-ueTc6DavRB blockquote {
  color: #767676;
}
.cid-ueTc6DavRB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc6DavRB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYew2fM9p {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ueYew2fM9p .mbr-text,
.cid-ueYew2fM9p blockquote {
  color: #767676;
}
.cid-ueYew2fM9p .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ueTc7cNiSm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTc7cNiSm .mbr-text,
.cid-ueTc7cNiSm blockquote {
  color: #767676;
}
.cid-ueTc7cNiSm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc7cNiSm #sVsvm {
  border-bottom: 1px solid #baa;
}
.cid-ueTc7cNiSm #dNeprRisn {
  display: block;
  position: absolute;
  font-size: 90%;
  border-radius: 17px;
  padding: 0 9px;
  background-color: #f0f0f0;
  left: 2em;
  bottom: 1.8em;
  z-index: -1;
}
.cid-ueTc7cNiSm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTc7LbB9V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTc7LbB9V .mbr-text,
.cid-ueTc7LbB9V blockquote {
  color: #767676;
}
.cid-ueTc7LbB9V .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc7LbB9V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTc8iqakq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueTc8iqakq .mbr-text,
.cid-ueTc8iqakq blockquote {
  color: #767676;
}
.cid-ueTc8iqakq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTc8iqakq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTcQYApg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTcQYApg9 .mbr-text,
.cid-ueTcQYApg9 blockquote {
  color: #767676;
}
.cid-ueTcQYApg9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTcQYApg9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYgbjyfNX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueYgbjyfNX .mbr-text,
.cid-ueYgbjyfNX blockquote {
  color: #767676;
}
.cid-ueYgbjyfNX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueYgbjyfNX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTddBQDIz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTddBQDIz .mbr-text,
.cid-ueTddBQDIz blockquote {
  color: #767676;
}
.cid-ueTddBQDIz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTddBQDIz .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-ueTdJkOj3t {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueTdJkOj3t .mbr-text,
.cid-ueTdJkOj3t blockquote {
  color: #767676;
}
.cid-ueTdJkOj3t .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTdJkOj3t .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-ueTcTm8zqu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueTcTm8zqu .mbr-text,
.cid-ueTcTm8zqu blockquote {
  color: #767676;
}
.cid-ueTcTm8zqu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTcTm8zqu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTcRVijeV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTcRVijeV .mbr-text,
.cid-ueTcRVijeV blockquote {
  color: #767676;
}
.cid-ueTcRVijeV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTcRVijeV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTfTCp1jw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ueTfTCp1jw .mbr-text,
.cid-ueTfTCp1jw blockquote {
  color: #767676;
}
.cid-ueTfTCp1jw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTfTCp1jw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTfSZaxT2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ueTfSZaxT2 .mbr-text,
.cid-ueTfSZaxT2 blockquote {
  color: #767676;
}
.cid-ueTfSZaxT2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTfSZaxT2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueYhHIf2Mx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueYhHIf2Mx .mbr-text,
.cid-ueYhHIf2Mx blockquote {
  color: #767676;
}
.cid-ueYhHIf2Mx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueYhHIf2Mx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTo9PzytD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ueTo9PzytD .mbr-text,
.cid-ueTo9PzytD blockquote {
  color: #767676;
}
.cid-ueTo9PzytD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTo9PzytD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTiqyXh2g {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ueTiqyXh2g .mbr-text,
.cid-ueTiqyXh2g blockquote {
  color: #767676;
}
.cid-ueTiqyXh2g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTiqyXh2g #dEtupoz {
  display: block;
  position: absolute;
  color: #000;
  padding: 0 4px;
  background-color: #ff884d;
  box-shadow: 0 2px 8px 0 #330d00;
  top: .1em;
  left: 5em;
  opacity: .01;
}
.cid-ueTiqyXh2g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTfU4qaiy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTfU4qaiy .mbr-text,
.cid-ueTfU4qaiy blockquote {
  color: #767676;
}
.cid-ueTfU4qaiy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTfU4qaiy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ueTkZx9Wnx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ueTkZx9Wnx .mbr-text,
.cid-ueTkZx9Wnx blockquote {
  color: #767676;
}
.cid-ueTkZx9Wnx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ueTkZx9Wnx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tG0a7MG2FX .mbr-text,
.cid-tG0a7MG2FX blockquote {
  color: #767676;
}
.cid-tG0a7MG2FX .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tG0a7MG2FX #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-ueQCj7GSwX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-ugYpP0AVV1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpP0AVV1 .mbr-text,
.cid-ugYpP0AVV1 blockquote {
  color: #767676;
}
.cid-ugYpP0AVV1 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ugYpP0AVV1 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ugYpP0AVV1 #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-ugYpP0AVV1 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-ugYpP0AVV1 #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-ugYpP0AVV1 #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-ugYpP0AVV1 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-ugYpP0AVV1 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-ugYpP0AVV1 a.btn1:hover,
.cid-ugYpP0AVV1 a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ugYpP0AVV1 a.btn1:not(:hover),
.cid-ugYpP0AVV1 a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-ugYpP0AVV1 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-ugYpP0AVV1 a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ugYpP0AVV1 a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-ugYpP0AVV1 #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-ugYpP0AVV1 #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-ugYpP0AVV1 #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-ugYpP0AVV1 #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-ugYpP1jZ9n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP1jZ9n .mbr-text,
.cid-ugYpP1jZ9n blockquote {
  color: #767676;
}
.cid-ugYpP1jZ9n .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ugYpP1jZ9n .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ugYpP1jZ9n .a_date {
  color: #465052;
}
.cid-ugYpP1jZ9n .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-ugYpP1jZ9n .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-ugYpP1jZ9n .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-ugYpP1jZ9n .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-ugYpP1jZ9n .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-ugYpP1jZ9n #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-ugYpP1jZ9n #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-ugYpP1jZ9n #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-ugYpP1jZ9n #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-ugYpP1jZ9n .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-ugYpP1jZ9n #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-ugYpP1jZ9n #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-ugYpP1jZ9n #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-ugYpP1jZ9n #ifr_0 {
    left: 0;
  }
}
.cid-ugYpP1IDqR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP1IDqR .mbr-text,
.cid-ugYpP1IDqR blockquote {
  color: #767676;
}
.cid-ugYpP1IDqR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP1IDqR .text-primary {
  transition: .7s ease;
}
.cid-ugYpP1IDqR #sSircle {
  color: #ff4500;
}
.cid-ugYpP1IDqR #sGip {
  display: block;
  position: relative;
  font-size: 80%;
  top: -0.5em;
  opacity: .01;
  z-index: 2;
}
.cid-ugYpP1IDqR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYyWcCNha {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ugYyWcCNha .mbr-text,
.cid-ugYyWcCNha blockquote {
  color: #767676;
}
.cid-ugYyWcCNha .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYyWcCNha .text-primary {
  transition: .7s ease;
}
.cid-ugYyWcCNha #sSirc2 {
  color: #ff4500;
}
.cid-ugYyWcCNha #dSob {
  display: inline-block;
  position: relative;
  opacity: .01;
  left: -0.5em;
}
.cid-ugYyWcCNha #sPred {
  display: block;
  position: relative;
  opacity: .01;
  top: -0.5em;
  z-index: 2;
}
.cid-ugYyWcCNha .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP2fOd5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP2fOd5 .mbr-text,
.cid-ugYpP2fOd5 blockquote {
  color: #767676;
}
.cid-ugYpP2fOd5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ugYpP2fOd5 #dKnop1 {
  display: block;
  position: relative;
  border-radius: 22px;
  width: 80%;
  height: 1em;
  background-color: #d0d0d0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
.cid-ugYpP2fOd5 #dKnop1:hover {
  background-color: #ffcc00;
  transition: 1s ease;
}
.cid-ugYpP2fOd5 #dKnop1:not(:hover) {
  transition: 2s ease;
}
.cid-ugYpP2fOd5 #sLinraz {
  border-bottom: 1px solid #999;
}
.cid-ugYpP2fOd5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP2sREq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP2sREq .mbr-text,
.cid-ugYpP2sREq blockquote {
  color: #767676;
}
.cid-ugYpP2sREq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP2sREq #d1_1 {
  display: none;
  border-radius: 33px 33px 0 0;
  padding: 11px 25px 0 25px;
  margin-top: 9px;
  background-color: #f0e0e0;
}
.cid-ugYpP2sREq #sNabl {
  border-bottom: 2px solid #00cccc;
}
.cid-ugYpP2sREq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP2X4x5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP2X4x5 .mbr-text,
.cid-ugYpP2X4x5 blockquote {
  color: #767676;
}
.cid-ugYpP2X4x5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP2X4x5 #dSvstsv {
  display: none;
  position: relative;
  padding: 11px 25px 11px 35px;
  background-color: #f0e0e0;
}
.cid-ugYpP2X4x5 #sSvstsvn {
  border-bottom: 1px solid #999;
}
.cid-ugYpP2X4x5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP3rWMJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP3rWMJ .mbr-text,
.cid-ugYpP3rWMJ blockquote {
  color: #767676;
}
.cid-ugYpP3rWMJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP3rWMJ #sVbeskult {
  border-bottom: 1px solid #999;
}
.cid-ugYpP3rWMJ #d2_1 {
  display: none;
  border-radius: 33px;
  padding: 15px 77px 15px 122px;
  background-color: #e6f5ff;
}
.cid-ugYpP3rWMJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP40twv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP40twv .mbr-text,
.cid-ugYpP40twv blockquote {
  color: #767676;
}
.cid-ugYpP40twv #d2_2 {
  display: none;
  position: relative;
  border-radius: 0 0 33px 33px;
  padding: 0 18px 5px 18px;
  background-color: #e6f5ff;
}
.cid-ugYpP40twv .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP40twv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP4bJZO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpP4bJZO .mbr-text,
.cid-ugYpP4bJZO blockquote {
  color: #767676;
}
.cid-ugYpP4bJZO #pKotby {
  border-radius: 18px;
  border: 2px solid #aaa;
  background-color: #e6f7ff;
  padding: 5px 15px;
}
.cid-ugYpP4bJZO #pKotby:hover {
  border: 2px solid #e77;
  background-color: #fff;
  transition: 1s ease;
}
.cid-ugYpP4bJZO #pKotby:not(:hover) {
  transition: 3s ease;
}
.cid-ugYpP4bJZO #d1_2 {
  display: none;
  position: relative;
  border-radius: 0 0 33px 33px;
  padding: 9px 44px 5px 44px;
  background-color: #f0e0e0;
}
.cid-ugYpP4bJZO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP4bJZO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP4nxOH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpP4nxOH .mbr-text,
.cid-ugYpP4nxOH blockquote {
  color: #767676;
}
.cid-ugYpP4nxOH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP4nxOH #sKogvvs {
  display: none;
  position: relative;
  width: 85%;
  margin-top: 8px;
  left: 7%;
}
.cid-ugYpP4nxOH #dVuslra {
  padding-top: 11px;
}
.cid-ugYpP4nxOH #sVusrazk {
  display: none;
  position: relative;
  width: 100%;
  border-radius: 22px;
  border: 2px solid #aaa;
  padding: 5px 15px 11px 15px;
  margin-top: 8px;
  left: 0;
}
.cid-ugYpP4nxOH #sVusrazk:hover {
  color: #000;
  border: 2px solid #aaa;
  background-color: #c3c388;
  transition: 1s ease;
}
.cid-ugYpP4nxOH #sVusrazk:not(:hover) {
  transition: 3s ease;
}
.cid-ugYpP4nxOH #sRazob {
  border-bottom: 1px solid #999;
}
.cid-ugYpP4nxOH #sKajshszs {
  border-bottom: 1px solid #999;
}
.cid-ugYpP4nxOH #sNedo {
  border-bottom: 1px solid #999;
}
.cid-ugYpP4nxOH #sNisob {
  border-bottom: 1px solid #999;
}
.cid-ugYpP4nxOH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP54rS0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP54rS0 .mbr-text,
.cid-ugYpP54rS0 blockquote {
  color: #767676;
}
.cid-ugYpP54rS0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP54rS0 #dBezludei {
  display: none;
}
.cid-ugYpP54rS0 #sJshivotnotb {
  border-bottom: 1px solid #999;
}
.cid-ugYpP54rS0 #sTsaptsar {
  display: inline-block;
}
.cid-ugYpP54rS0 #sZahivz {
  display: none;
}
.cid-ugYpP54rS0 #sZhotiv {
  display: inline-block;
  border-bottom: 1px solid #999;
}
.cid-ugYpP54rS0 #sTog {
  display: inline-block;
}
.cid-ugYpP54rS0 #sTgchtnu {
  display: inline-block;
}
.cid-ugYpP54rS0 #sChtn {
  display: inline-block;
}
.cid-ugYpP54rS0 #sUtukgetes {
  display: inline-block;
}
.cid-ugYpP54rS0 #sUketes {
  border-bottom: 1px solid #003399;
}
.cid-ugYpP54rS0 #sAchtvmsd {
  display: none;
}
.cid-ugYpP54rS0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP5fNcO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP5fNcO .mbr-text,
.cid-ugYpP5fNcO blockquote {
  color: #767676;
}
.cid-ugYpP5fNcO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP5fNcO #dKakdeld {
  display: none;
  border-radius: 22px;
  border: 2px solid #999;
  padding: 5px 9px;
  margin-top: 11px;
}
.cid-ugYpP5fNcO #dKakdeld:hover {
  color: #002;
  border-radius: 2px;
  border: 2px solid #999;
  background-color: #bbbb77;
  transition: 1.5s ease;
}
.cid-ugYpP5fNcO #dKakdeld:not(:hover) {
  transition: 3s ease;
}
.cid-ugYpP5fNcO #dPosvotv {
  display: none;
  font-size: 111%;
  padding: 5px 22px 17px 22px;
}
.cid-ugYpP5fNcO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6kEFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP6kEFw .mbr-text,
.cid-ugYpP6kEFw blockquote {
  color: #767676;
}
.cid-ugYpP6kEFw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6kEFw #dHotjatut {
  display: none;
  position: relative;
  margin-top: 18px;
}
.cid-ugYpP6kEFw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6xU3q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP6xU3q .mbr-text,
.cid-ugYpP6xU3q blockquote {
  color: #767676;
}
.cid-ugYpP6xU3q .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6xU3q #dKtootv {
  display: none;
  position: relative;
  margin-top: 15px;
}
.cid-ugYpP6xU3q #sKtst {
  display: inline-block;
  border-bottom: 1px solid #999;
  margin-top: 11px;
  margin-bottom: 18px;
}
.cid-ugYpP6xU3q .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6xU3q .mbr-text DIV {
  text-align: left;
}
.cid-ugYpP6VYa3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP6VYa3 .mbr-text,
.cid-ugYpP6VYa3 blockquote {
  color: #767676;
}
.cid-ugYpP6VYa3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP6VYa3 .a {
  color: #149dcc;
}
.cid-ugYpP6VYa3 .a:hover {
  color: #0b566f;
  transition: 1s ease;
}
.cid-ugYpP6VYa3 .a:not(:hover) {
  transition: 2s ease;
}
.cid-ugYpP6VYa3 #dAtotkts {
  display: none;
  position: relative;
  margin-top: 12px;
}
.cid-ugYpP6VYa3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP77mBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP77mBK .mbr-text,
.cid-ugYpP77mBK blockquote {
  color: #767676;
}
.cid-ugYpP77mBK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP77mBK #dNikaki {
  display: none;
}
.cid-ugYpP77mBK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP7jSmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP7jSmY .mbr-text,
.cid-ugYpP7jSmY blockquote {
  color: #767676;
}
.cid-ugYpP7jSmY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP7jSmY #dReshcht {
  display: none;
  margin-top: 7px;
}
.cid-ugYpP7jSmY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP7vzRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP7vzRT .mbr-text,
.cid-ugYpP7vzRT blockquote {
  color: #767676;
}
.cid-ugYpP7vzRT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP7vzRT #dNuiskl {
  display: none;
  margin-top: 8px;
}
.cid-ugYpP7vzRT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpP9nPY9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpP9nPY9 .mbr-text,
.cid-ugYpP9nPY9 blockquote {
  color: #767676;
}
.cid-ugYpP9nPY9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpP9nPY9 #dBahmut {
  display: none;
  margin-top: 11px;
}
.cid-ugYpP9nPY9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPaMCxJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPaMCxJ .mbr-text,
.cid-ugYpPaMCxJ blockquote {
  color: #767676;
}
.cid-ugYpPaMCxJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPaMCxJ #sTrud {
  border-bottom: 1px solid #999;
}
.cid-ugYpPaMCxJ #sAvobsch {
  display: none;
}
.cid-ugYpPaMCxJ #sBlagpr {
  border-bottom: 1px solid #999;
}
.cid-ugYpPaMCxJ #dKotpotiotb {
  display: none;
}
.cid-ugYpPaMCxJ #sI {
  border-bottom: 1px solid #999;
}
.cid-ugYpPaMCxJ #sOtbl {
  display: none;
}
.cid-ugYpPaMCxJ #dVtorarm {
  display: none;
  padding-bottom: 12px;
}
.cid-ugYpPaMCxJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPb0d4N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPb0d4N .mbr-text,
.cid-ugYpPb0d4N blockquote {
  color: #767676;
}
.cid-ugYpPb0d4N .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPb0d4N #dSechprvol {
  display: none;
}
.cid-ugYpPb0d4N .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbdapq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPbdapq .mbr-text,
.cid-ugYpPbdapq blockquote {
  color: #767676;
}
.cid-ugYpPbdapq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbdapq #dTakjsh {
  display: none;
  padding-bottom: 18px;
}
.cid-ugYpPbdapq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbpj0y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPbpj0y .mbr-text,
.cid-ugYpPbpj0y blockquote {
  color: #767676;
}
.cid-ugYpPbpj0y .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbpj0y #dHero {
  display: none;
  padding-top: 12px;
  padding-bottom: 25px;
}
.cid-ugYpPbpj0y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbNfhz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPbNfhz .mbr-text,
.cid-ugYpPbNfhz blockquote {
  color: #767676;
}
.cid-ugYpPbNfhz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPbNfhz #sNadst {
  border-bottom: 1px solid #999;
}
.cid-ugYpPbNfhz #dKaksumash {
  display: none;
  padding-bottom: 8px;
}
.cid-ugYpPbNfhz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPc0peR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPc0peR .mbr-text,
.cid-ugYpPc0peR blockquote {
  color: #767676;
}
.cid-ugYpPc0peR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPc0peR #dAeslvypop {
  display: none;
  padding-bottom: 12px;
}
.cid-ugYpPc0peR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcd7BZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPcd7BZ .mbr-text,
.cid-ugYpPcd7BZ blockquote {
  color: #767676;
}
.cid-ugYpPcd7BZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcd7BZ #dVottoltr {
  display: none;
  position: relative;
  width: 108%;
  left: -4%;
  padding-bottom: 12px;
}
.cid-ugYpPcd7BZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcoBee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPcoBee .mbr-text,
.cid-ugYpPcoBee blockquote {
  color: #767676;
}
.cid-ugYpPcoBee .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcoBee #dIiskal {
  display: none;
  padding-bottom: 18px;
}
.cid-ugYpPcoBee .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcDkuH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPcDkuH .mbr-text,
.cid-ugYpPcDkuH blockquote {
  color: #767676;
}
.cid-ugYpPcDkuH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcDkuH #dGrajshd {
  display: none;
  padding-bottom: 18px;
}
.cid-ugYpPcDkuH #pMojshst {
  padding-left: 1.5em;
}
.cid-ugYpPcDkuH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcR3WK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPcR3WK .mbr-text,
.cid-ugYpPcR3WK blockquote {
  color: #767676;
}
.cid-ugYpPcR3WK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPcR3WK #dAtoved {
  display: none;
  padding-bottom: 11px;
}
.cid-ugYpPcR3WK .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-ugYpPd41OV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPd41OV .mbr-text,
.cid-ugYpPd41OV blockquote {
  color: #767676;
}
.cid-ugYpPd41OV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPd41OV #dNerovch {
  display: none;
  padding-bottom: 25px;
}
.cid-ugYpPd41OV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdhu1q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPdhu1q .mbr-text,
.cid-ugYpPdhu1q blockquote {
  color: #767676;
}
.cid-ugYpPdhu1q .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdhu1q #dNerdi {
  display: none;
  padding-bottom: 15px;
}
.cid-ugYpPdhu1q .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPduhix {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPduhix .mbr-text,
.cid-ugYpPduhix blockquote {
  color: #767676;
}
.cid-ugYpPduhix .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPduhix #dKtegetpuz {
  display: none;
  padding-bottom: 15px;
}
.cid-ugYpPduhix .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdImXu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPdImXu .mbr-text,
.cid-ugYpPdImXu blockquote {
  color: #767676;
}
.cid-ugYpPdImXu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdImXu #dRazvjshiv {
  display: block;
  padding-bottom: 8px;
  margin-top: 15px;
}
.cid-ugYpPdImXu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdXN5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPdXN5b .mbr-text,
.cid-ugYpPdXN5b blockquote {
  color: #767676;
}
.cid-ugYpPdXN5b .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPdXN5b #sKultsyl {
  border-bottom: 1px solid #999;
}
.cid-ugYpPdXN5b #sSkornas {
  display: none;
}
.cid-ugYpPdXN5b #dKultnasil {
  display: block;
  padding-bottom: 15px;
  margin-top: 22px;
}
.cid-ugYpPdXN5b .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0lrmzdkL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0lrmzdkL .mbr-text,
.cid-uh0lrmzdkL blockquote {
  color: #767676;
}
.cid-uh0lrmzdkL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-uh0lrmzdkL .mbr-text {
  text-align: center;
}
.cid-ugYpPebFhM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpPebFhM .mbr-text,
.cid-ugYpPebFhM blockquote {
  color: #767676;
}
.cid-ugYpPebFhM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPebFhM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPepBv8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpPepBv8 .mbr-text,
.cid-ugYpPepBv8 blockquote {
  color: #767676;
}
.cid-ugYpPepBv8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPepBv8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPeFLuK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ugYpPeFLuK .mbr-text,
.cid-ugYpPeFLuK blockquote {
  color: #767676;
}
.cid-ugYpPeFLuK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPeFLuK #dEtupoz {
  display: block;
  position: absolute;
  color: #000;
  padding: 0 4px;
  background-color: #ff884d;
  box-shadow: 0 2px 8px 0 #330d00;
  top: .1em;
  left: 5em;
  opacity: .01;
}
.cid-ugYpPeFLuK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPeUvt8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ugYpPeUvt8 .mbr-text,
.cid-ugYpPeUvt8 blockquote {
  color: #767676;
}
.cid-ugYpPeUvt8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPeUvt8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0nch2t0P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0nch2t0P .mbr-text,
.cid-uh0nch2t0P blockquote {
  color: #767676;
}
.cid-uh0nch2t0P .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0nch2t0P .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0ncM9FUt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0ncM9FUt .mbr-text,
.cid-uh0ncM9FUt blockquote {
  color: #767676;
}
.cid-uh0ncM9FUt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0ncM9FUt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0nebJHMT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0nebJHMT .mbr-text,
.cid-uh0nebJHMT blockquote {
  color: #767676;
}
.cid-uh0nebJHMT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0nebJHMT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0ndfZDXY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0ndfZDXY .mbr-text,
.cid-uh0ndfZDXY blockquote {
  color: #767676;
}
.cid-uh0ndfZDXY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0ndfZDXY #sEtkne {
  font-size: 115%;
}
.cid-uh0ndfZDXY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0olZROiL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0olZROiL .mbr-text,
.cid-uh0olZROiL blockquote {
  color: #767676;
}
.cid-uh0olZROiL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-uh0olZROiL .mbr-text {
  text-align: center;
}
.cid-uh0ndH9Ex8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0ndH9Ex8 .mbr-text,
.cid-uh0ndH9Ex8 blockquote {
  color: #767676;
}
.cid-uh0ndH9Ex8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0ndH9Ex8 #dKnop2 {
  display: block;
  position: relative;
  border-radius: 22px;
  width: 100%;
  left: 0;
  height: 1em;
  background-color: #d0d0d0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
.cid-uh0ndH9Ex8 #dKnop2:hover {
  background-color: #ffcc00;
  transition: 1s ease;
}
.cid-uh0ndH9Ex8 #dKnop2:not(:hover) {
  transition: 2s ease;
}
.cid-uh0ndH9Ex8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0nbxeOmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0nbxeOmW .mbr-text,
.cid-uh0nbxeOmW blockquote {
  color: #767676;
}
.cid-uh0nbxeOmW #dAnena {
  display: block;
  position: relative;
  width: 115%;
  left: -7%;
  padding-bottom: 8px;
}
.cid-uh0nbxeOmW #dPrim {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #aaa;
}
.cid-uh0nbxeOmW #dPokr {
  display: block;
  position: relative;
  width: 95%;
  height: 2em;
  bottom: -1em;
  z-index: 1;
}
.cid-uh0nbxeOmW #ifr_Vidp {
  display: none;
  position: absolute;
  width: 95%;
  height: 7em;
  bottom: -1em;
  left: 0;
  opacity: .01;
  z-index: 1;
}
.cid-uh0nbxeOmW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0nbxeOmW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0pqeS1VT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0pqeS1VT .mbr-text,
.cid-uh0pqeS1VT blockquote {
  color: #767676;
}
.cid-uh0pqeS1VT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0pqeS1VT #dImpetper {
  display: block;
  postion: relative;
  width: 90%;
  padding-left: 5%;
  padding-bottom: 12px;
}
.cid-uh0pqeS1VT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0pqLvu8H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0pqLvu8H .mbr-text,
.cid-uh0pqLvu8H blockquote {
  color: #767676;
}
.cid-uh0pqLvu8H .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0pqLvu8H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0prfxwjB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0prfxwjB .mbr-text,
.cid-uh0prfxwjB blockquote {
  color: #767676;
}
.cid-uh0prfxwjB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0prfxwjB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0psiuH6o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0psiuH6o .mbr-text,
.cid-uh0psiuH6o blockquote {
  color: #767676;
}
.cid-uh0psiuH6o .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0psiuH6o #sVsost {
  border-bottom: 1px solid #999;
}
.cid-uh0psiuH6o #sPoegmn {
  display: inline-block;
  color: #0000b3;
  font-size: 90%;
  opacity: .01;
}
.cid-uh0psiuH6o .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0psLF8R2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0psLF8R2 .mbr-text,
.cid-uh0psLF8R2 blockquote {
  color: #767676;
}
.cid-uh0psLF8R2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0psLF8R2 #sBolpolm {
  border-bottom: 1px solid #999;
}
.cid-uh0psLF8R2 #dEgonest {
  display: none;
  padding-bottom: 14px;
}
.cid-uh0psLF8R2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0ptdbkkm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0ptdbkkm .mbr-text,
.cid-uh0ptdbkkm blockquote {
  color: #767676;
}
.cid-uh0ptdbkkm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0ptdbkkm #dDejsop {
  display: none;
  padding-bottom: 15px;
}
.cid-uh0ptdbkkm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0prObnHE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0prObnHE .mbr-text,
.cid-uh0prObnHE blockquote {
  color: #767676;
}
.cid-uh0prObnHE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0prObnHE #dYavltol {
  display: block;
}
.cid-uh0prObnHE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0ppzbv4Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0ppzbv4Y .mbr-text,
.cid-uh0ppzbv4Y blockquote {
  color: #767676;
}
.cid-uh0ppzbv4Y .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0ppzbv4Y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s6LEnNU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s6LEnNU .mbr-text,
.cid-uh0s6LEnNU blockquote {
  color: #767676;
}
.cid-uh0s6LEnNU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s6LEnNU #sIotbros {
  border-bottom: 1px solid #999;
}
.cid-uh0s6LEnNU #dVkonkonts {
  display: none;
  position: relative;
  padding-left: 2em;
}
.cid-uh0s6LEnNU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s7gZOSc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0s7gZOSc .mbr-text,
.cid-uh0s7gZOSc blockquote {
  color: #767676;
}
.cid-uh0s7gZOSc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s7gZOSc #dIlivysch {
  display: block;
  position: relative;
  font-size: 115%;
  width: 90%;
  margin-top: 11px;
  left: 5%;
}
.cid-uh0s7gZOSc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s89KN9L {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s89KN9L .mbr-text,
.cid-uh0s89KN9L blockquote {
  color: #767676;
}
.cid-uh0s89KN9L .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s89KN9L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s8EUG10 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s8EUG10 .mbr-text,
.cid-uh0s8EUG10 blockquote {
  color: #767676;
}
.cid-uh0s8EUG10 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s8EUG10 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s98L0B8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s98L0B8 .mbr-text,
.cid-uh0s98L0B8 blockquote {
  color: #767676;
}
.cid-uh0s98L0B8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s98L0B8 #dUzurp {
  display: none;
  position: relative;
  padding: 8px 5px 8px 29px;
}
.cid-uh0s98L0B8 #sKuchne {
  border-bottom: 1px solid #999;
}
.cid-uh0s98L0B8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s9CTwVv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s9CTwVv .mbr-text,
.cid-uh0s9CTwVv blockquote {
  color: #767676;
}
.cid-uh0s9CTwVv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s9CTwVv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s7IGO14 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0s7IGO14 .mbr-text,
.cid-uh0s7IGO14 blockquote {
  color: #767676;
}
.cid-uh0s7IGO14 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s7IGO14 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s6f4q9z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s6f4q9z .mbr-text,
.cid-uh0s6f4q9z blockquote {
  color: #767676;
}
.cid-uh0s6f4q9z .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s6f4q9z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0s5CHDzD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0s5CHDzD .mbr-text,
.cid-uh0s5CHDzD blockquote {
  color: #767676;
}
.cid-uh0s5CHDzD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0s5CHDzD #sPreobrv {
  border-bottom: 1px solid #989;
}
.cid-uh0s5CHDzD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uAYK2zS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh0uAYK2zS .mbr-text,
.cid-uh0uAYK2zS blockquote {
  color: #767676;
}
.cid-uh0uAYK2zS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uAYK2zS #dDvusldvh {
  display: none;
  padding-bottom: 28px;
}
.cid-uh0uAYK2zS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh61Bk6Mh4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-uh61Bk6Mh4 .mbr-text,
.cid-uh61Bk6Mh4 blockquote {
  color: #767676;
}
.cid-uh61Bk6Mh4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh61Bk6Mh4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uC6U8Al {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0uC6U8Al .mbr-text,
.cid-uh0uC6U8Al blockquote {
  color: #767676;
}
.cid-uh0uC6U8Al .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uC6U8Al .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uCDy2rS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0uCDy2rS .mbr-text,
.cid-uh0uCDy2rS blockquote {
  color: #767676;
}
.cid-uh0uCDy2rS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uCDy2rS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uDfIaeE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0uDfIaeE .mbr-text,
.cid-uh0uDfIaeE blockquote {
  color: #767676;
}
.cid-uh0uDfIaeE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uDfIaeE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uBy5zfs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0uBy5zfs .mbr-text,
.cid-uh0uBy5zfs blockquote {
  color: #767676;
}
.cid-uh0uBy5zfs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uBy5zfs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0uAcS8HT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0uAcS8HT .mbr-text,
.cid-uh0uAcS8HT blockquote {
  color: #767676;
}
.cid-uh0uAcS8HT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0uAcS8HT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0wdUDvKt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-uh0wdUDvKt .mbr-text,
.cid-uh0wdUDvKt blockquote {
  color: #767676;
}
.cid-uh0wdUDvKt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0wdUDvKt #sMojshb {
  font-size: 110%;
  opacity: .01;
}
.cid-uh0wdUDvKt .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uh0wf7NvyD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0wf7NvyD .mbr-text,
.cid-uh0wf7NvyD blockquote {
  color: #767676;
}
.cid-uh0wf7NvyD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0wf7NvyD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh7yW7rU6A {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh7yW7rU6A .mbr-text,
.cid-uh7yW7rU6A blockquote {
  color: #767676;
}
.cid-uh7yW7rU6A .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh7yW7rU6A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0wfGT71S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0wfGT71S .mbr-text,
.cid-uh0wfGT71S blockquote {
  color: #767676;
}
.cid-uh0wfGT71S .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0wfGT71S .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0weqWvPa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uh0weqWvPa .mbr-text,
.cid-uh0weqWvPa blockquote {
  color: #767676;
}
.cid-uh0weqWvPa .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0weqWvPa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uh0wdlqRR3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uh0wdlqRR3 .mbr-text,
.cid-uh0wdlqRR3 blockquote {
  color: #767676;
}
.cid-uh0wdlqRR3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uh0wdlqRR3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ugYpPf88aZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ugYpPf88aZ .mbr-text,
.cid-ugYpPf88aZ blockquote {
  color: #767676;
}
.cid-ugYpPf88aZ #sSmile {
  font-size: 115%;
  color: #767676;
  text-shadow: 0 0 5px #fff, 0 0 2px #fffffc, 0 0 8px #fff;
}
.cid-ugYpPf88aZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ugYpPf88aZ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ugYpPfl3wA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ugYpPfl3wA .mbr-text,
.cid-ugYpPfl3wA blockquote {
  color: #767676;
}
.cid-ugYpPfl3wA .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ugYpPfl3wA .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ugYpPfl3wA #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-ugYpPfl3wA #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-ugYpPfl3wA #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-ugYpPfz0cY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-ugYpPfMfd2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-ugYpPfMfd2 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugYpPfMfd2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugYpPfMfd2 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ugYpPfMfd2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugYpPfMfd2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugYpPfMfd2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugYpPfMfd2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ugYpPfMfd2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugYpPfMfd2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugYpPfMfd2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ugYpPfMfd2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugYpPfMfd2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugYpPfMfd2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugYpPfMfd2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugYpPfMfd2 foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-ugYpPfMfd2 .media-container-row .mbr-text {
  text-align: right;
}
.cid-ukk3m1gTaW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3m1gTaW .mbr-text,
.cid-ukk3m1gTaW blockquote {
  color: #767676;
}
.cid-ukk3m1gTaW .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ukk3m1gTaW .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukk3m1gTaW #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-ukk3m1gTaW #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-ukk3m1gTaW #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-ukk3m1gTaW #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-ukk3m1gTaW a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-ukk3m1gTaW a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-ukk3m1gTaW a.btn1:hover,
.cid-ukk3m1gTaW a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ukk3m1gTaW a.btn1:not(:hover),
.cid-ukk3m1gTaW a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-ukk3m1gTaW a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-ukk3m1gTaW a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-ukk3m1gTaW a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-ukk3m1gTaW #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-ukk3m1gTaW #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
}
@media screen and (min-width: 771px) {
  .cid-ukk3m1gTaW #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-ukk3m1gTaW #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-ukk3p2a8Ku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk3p2a8Ku .mbr-text,
.cid-ukk3p2a8Ku blockquote {
  color: #767676;
}
.cid-ukk3p2a8Ku .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ukk3p2a8Ku .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukk3p2a8Ku .a_date {
  color: #465052;
}
.cid-ukk3p2a8Ku .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-ukk3p2a8Ku .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-ukk3p2a8Ku .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-ukk3p2a8Ku .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-ukk3p2a8Ku .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-ukk3p2a8Ku #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-ukk3p2a8Ku #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-ukk3p2a8Ku #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-ukk3p2a8Ku #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-ukk3p2a8Ku .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-ukk3p2a8Ku #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-ukk3p2a8Ku #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-ukk3p2a8Ku #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-ukk3p2a8Ku #ifr_0 {
    left: 0;
  }
}
.cid-ukk3qWT2IU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukk3qWT2IU .mbr-text,
.cid-ukk3qWT2IU blockquote {
  color: #767676;
}
.cid-ukk3qWT2IU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3qWT2IU #dDelpv {
  color: #0080ff;
}
.cid-ukk3qWT2IU #sDel {
  display: inline-block;
  position: relative;
  left: 2.37em;
}
.cid-ukk3qWT2IU #sZap {
  opacity: .01;
}
.cid-ukk3qWT2IU #sPoh {
  display: inline-block;
  opacity: .01;
}
.cid-ukk3qWT2IU #sVotv {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  .cid-ukk3qWT2IU #sVotv {
    left: -1.75em;
  }
}
@media screen and (min-width: 801px) {
  .cid-ukk3qWT2IU #sVotv {
    left: -2.25em;
  }
}
.cid-ukk3qWT2IU .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukk3tpodMk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3tpodMk .mbr-text,
.cid-ukk3tpodMk blockquote {
  color: #767676;
}
.cid-ukk3tpodMk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3tpodMk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3uDUEQy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk3uDUEQy .mbr-text,
.cid-ukk3uDUEQy blockquote {
  color: #767676;
}
.cid-ukk3uDUEQy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3uDUEQy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3wLctz5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3wLctz5 .mbr-text,
.cid-ukk3wLctz5 blockquote {
  color: #767676;
}
.cid-ukk3wLctz5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3wLctz5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3y8F07F {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3y8F07F .mbr-text,
.cid-ukk3y8F07F blockquote {
  color: #767676;
}
.cid-ukk3y8F07F .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3y8F07F .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3A2tske {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3A2tske .mbr-text,
.cid-ukk3A2tske blockquote {
  color: #767676;
}
.cid-ukk3A2tske #sMejsh {
  font-size: 112%;
  color: #4775d1;
}
.cid-ukk3A2tske #sVnutrp {
  font-size: 112%;
  color: #ff3300;
}
.cid-ukk3A2tske .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3A2tske .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3BruMrU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3BruMrU .mbr-text,
.cid-ukk3BruMrU blockquote {
  color: #767676;
}
.cid-ukk3BruMrU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3BruMrU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3Dov199 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk3Dov199 .mbr-text,
.cid-ukk3Dov199 blockquote {
  color: #767676;
}
.cid-ukk3Dov199 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3Dov199 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3EXAuOg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk3EXAuOg .mbr-text,
.cid-ukk3EXAuOg blockquote {
  color: #767676;
}
.cid-ukk3EXAuOg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3EXAuOg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk3HSex95 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk3HSex95 .mbr-text,
.cid-ukk3HSex95 blockquote {
  color: #767676;
}
.cid-ukk3HSex95 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk3HSex95 #sIzvrvl {
  border-bottom: 1px solid #888;
}
.cid-ukk3HSex95 #sPres {
  border-bottom: 2px solid #77c;
}
.cid-ukk3HSex95 #sIihprisl {
  display: none;
  margin-left: 5px;
}
.cid-ukk3HSex95 #sHol_ {
  border-bottom: 2px solid #a99;
}
.cid-ukk3HSex95 #sNedos {
  display: none;
  font-size: 85%;
  color: #002699;
  border: 2px solid #b35900;
  border-radius: 7px;
  padding: 0 5px;
  background-color: #d3d3f0;
  margin-left: 7px;
  margin-right: 2px;
}
.cid-ukk3HSex95 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk0Spm7C1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk0Spm7C1 .mbr-text,
.cid-ukk0Spm7C1 blockquote {
  color: #767676;
}
.cid-ukk0Spm7C1 #dOtnkjhst {
  display: none;
  padding-top: 7px;
}
.cid-ukk0Spm7C1 #sTupd {
  border-bottom: 1px solid #777;
}
.cid-ukk0Spm7C1 #sInesv {
  display: none;
  position: absolute;
  border-radius: 12px;
  border: 2px solid #e88;
  padding: 0 7px;
  background-color: #f0f0f0;
  bottom: 1.7em;
  right: 6em;
}
.cid-ukk0Spm7C1 #sNesvd {
  border-bottom: 1px solid #888;
}
.cid-ukk0Spm7C1 #sSvode {
  display: none;
  position: absolute;
  width: 14em;
  font-size: 95%;
  border-radius: 11px;
  padding: 0 8px;
  background-color: #f0f0f0;
  bottom: 2em;
  right: 0;
}
.cid-ukk0Spm7C1 #sDet {
  border-bottom: 2px solid #99c;
}
.cid-ukk0Spm7C1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk0Spm7C1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukmVPgrn90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukmVPgrn90 .mbr-text,
.cid-ukmVPgrn90 blockquote {
  color: #767676;
}
.cid-ukmVPgrn90 #dSkotm {
  display: none;
  position: relative;
  width: 90%;
  left: 2em;
  padding-top: 5px;
}
.cid-ukmVPgrn90 #sDelchth {
  border-bottom: 2px solid #aaa;
}
.cid-ukmVPgrn90 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukmVPgrn90 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukmTzvYsJC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukmTzvYsJC .mbr-text,
.cid-ukmTzvYsJC blockquote {
  color: #767676;
}
.cid-ukmTzvYsJC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukmTzvYsJC #dMojhis {
  display: none;
  position: relative;
  with: 112%;
  left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-ukmTzvYsJC #sNappo {
  display: block;
  position: relative;
  text-align: left;
  width: 95%;
  border-radius: 14px;
  background-color: #dadad7;
  left: 2em;
}
.cid-ukmTzvYsJC #sMirgos {
  border-bottom: 1px solid #888;
}
.cid-ukmTzvYsJC #dMotettem {
  display: none;
  position: relative;
  width: 110%;
  left: -8%;
}
.cid-ukmTzvYsJC #sNav {
  border-bottom: 1px solid #888;
}
.cid-ukmTzvYsJC #sDaivob {
  display: inline-block;
}
.cid-ukmTzvYsJC #dApotom {
  display: block;
}
.cid-ukmTzvYsJC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukmTl4oP7N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukmTl4oP7N .mbr-text,
.cid-ukmTl4oP7N blockquote {
  color: #767676;
}
.cid-ukmTl4oP7N .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukmTl4oP7N #dKotonipob {
  display: none;
  padding-top: 9px;
}
.cid-ukmTl4oP7N .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk0SuDH0t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk0SuDH0t .mbr-text,
.cid-ukk0SuDH0t blockquote {
  color: #767676;
}
.cid-ukk0SuDH0t .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk0SuDH0t #dIkakrab {
  display: none;
  position: relative;
  width: 85%;
  padding-top: 8px;
  padding-bottom: 6px;
  left: 2em;
}
.cid-ukk0SuDH0t .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukk0SkbXXL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukk0SkbXXL .mbr-text,
.cid-ukk0SkbXXL blockquote {
  color: #767676;
}
.cid-ukk0SkbXXL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukk0SkbXXL #dParv {
  display: block;
}
.cid-ukk0SkbXXL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukoHrbaiWi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHrbaiWi .mbr-text,
.cid-ukoHrbaiWi blockquote {
  color: #767676;
}
.cid-ukoHrbaiWi .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHrbaiWi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHqyZYs7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHqyZYs7 .mbr-text,
.cid-ukoHqyZYs7 blockquote {
  color: #767676;
}
.cid-ukoHqyZYs7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHqyZYs7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHsKYaFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukoHsKYaFw .mbr-text,
.cid-ukoHsKYaFw blockquote {
  color: #767676;
}
.cid-ukoHsKYaFw #dRosinf,
.cid-ukoHsKYaFw #dUatv,
.cid-ukoHsKYaFw #dBblv {
  border-radius: 25px;
  border: 3px solid #dadad7;
  padding: 4px 12px;
  margin-bottom: 2px;
}
.cid-ukoHsKYaFw #dRosinf:hover,
.cid-ukoHsKYaFw #dUatv:hover,
.cid-ukoHsKYaFw #dBblv:hover {
  border: 3px solid #800040;
  transition: 1s ease;
}
.cid-ukoHsKYaFw #dRosinf:not(:hover),
.cid-ukoHsKYaFw #dUatv:not(:hover),
.cid-ukoHsKYaFw #dBblv:not(:hover) {
  transition: 3s ease;
}
.cid-ukoHsKYaFw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHsKYaFw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHtd3Nvu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHtd3Nvu .mbr-text,
.cid-ukoHtd3Nvu blockquote {
  color: #767676;
}
.cid-ukoHtd3Nvu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHtd3Nvu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHsggl7Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHsggl7Z .mbr-text,
.cid-ukoHsggl7Z blockquote {
  color: #767676;
}
.cid-ukoHsggl7Z .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHsggl7Z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHuvavJL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHuvavJL .mbr-text,
.cid-ukoHuvavJL blockquote {
  color: #767676;
}
.cid-ukoHuvavJL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHuvavJL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHu5TeE8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoHu5TeE8 .mbr-text,
.cid-ukoHu5TeE8 blockquote {
  color: #767676;
}
.cid-ukoHu5TeE8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHu5TeE8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoHtEx4jf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukoHtEx4jf .mbr-text,
.cid-ukoHtEx4jf blockquote {
  color: #767676;
}
.cid-ukoHtEx4jf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoHtEx4jf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoN9Sfwzx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ukoN9Sfwzx .mbr-text,
.cid-ukoN9Sfwzx blockquote {
  color: #767676;
}
.cid-ukoN9Sfwzx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukoN9Sfwzx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukoN1zH9Mu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukoN1zH9Mu .mbr-text,
.cid-ukoN1zH9Mu blockquote {
  color: #767676;
}
.cid-ukoN1zH9Mu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoN1zH9Mu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoN2eDexs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukoN2eDexs .mbr-text,
.cid-ukoN2eDexs blockquote {
  color: #767676;
}
.cid-ukoN2eDexs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoN2eDexs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoN3nRGcO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-ukoN3nRGcO .mbr-text,
.cid-ukoN3nRGcO blockquote {
  color: #767676;
}
.cid-ukoN3nRGcO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoN3nRGcO #dPeret {
  display: block;
  z-index: 1;
}
.cid-ukoN3nRGcO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoVq107x8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-ukoVq107x8 .mbr-text,
.cid-ukoVq107x8 blockquote {
  color: #767676;
}
.cid-ukoVq107x8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukoVq107x8 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukoN4N6jTL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-ukoN4N6jTL .mbr-text,
.cid-ukoN4N6jTL blockquote {
  color: #767676;
}
.cid-ukoN4N6jTL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoN4N6jTL #dPokr_ksp {
  background-color: #ffcccc;
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  left: -1%;
  top: 0;
  opacity: 1;
  z-index: 2;
}
.cid-ukoN4N6jTL #dKtstarpo {
  visibility: hidden;
  color: #dadad7;
  font-size: 122%;
  padding-top: 15px;
  z-index: -8;
}
.cid-ukoN4N6jTL #dKtst {
  color: #0040ff;
  z-index: -5;
}
.cid-ukoN4N6jTL #dKtst:hover {
  color: #000d33;
  transition: 2s ease;
}
.cid-ukoN4N6jTL #dKtst:not(:hover) {
  transition: 3s ease;
}
.cid-ukoN4N6jTL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoN4mBipr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukoN4mBipr .mbr-text,
.cid-ukoN4mBipr blockquote {
  color: #767676;
}
.cid-ukoN4mBipr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ukoN4mBipr #dPokr1 {
  display: block;
  position: absolute;
  width: 9em;
  height: 2em;
  left: -1%;
  top: 0;
  z-index: 2;
}
.cid-ukoN4mBipr #dAktz {
  font-size: 111;
}
.cid-ukoN4mBipr #sAktz {
  opacity: .01;
}
.cid-ukoN4mBipr #sTire {
  opacity: .01;
}
.cid-ukoN4mBipr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ukoOP8bLZ5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-ukoOP8bLZ5 .mbr-text,
.cid-ukoOP8bLZ5 blockquote {
  color: #767676;
}
.cid-ukoOP8bLZ5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ukoOP8bLZ5 #dPokr2 {
  display: block;
  position: absolute;
  width: 9em;
  height: 2em;
  opacity: 1;
  left: 24%;
  right: 24%;
  top: 0;
  z-index: 11;
}
.cid-ukoOP8bLZ5 #dTomob {
  font-size: 111;
  padding-bottom: 22px;
  opacity: .01;
}
.cid-ukoOP8bLZ5 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-umqE4KOFVu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-umqE4KOFVu .mbr-text,
.cid-umqE4KOFVu blockquote {
  color: #767676;
}
.cid-umqE4KOFVu #dPokr3 {
  display: block;
  position: absolute;
  width: 100%;
  height: 12em;
  top: -12em;
  z-index: 11;
}
.cid-umqE4KOFVu .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-umoHyEMUJi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-umoHyEMUJi .mbr-text,
.cid-umoHyEMUJi blockquote {
  color: #767676;
}
.cid-umoHyEMUJi #difrDlg {
  display: none;
}
.cid-umoHyEMUJi #ifrDlg {
  display: block;
  position: absolute;
  border: 2px solid #001133;
  box-shadow: -11px 2px 40px 37px #001133, 11px 2px 40px 37px #001133;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  left: -1%;
  right: 0;
  top: -18.5em;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .cid-umoHyEMUJi #ifrDlg {
    left: -4.7%;
  }
}
@media screen and (min-width: 751px) {
  .cid-umoHyEMUJi #ifrDlg {
    left: 0;
  }
}
.cid-umoHyEMUJi .mbr-text P {
  text-align: center;
  color: #465052;
}
.cid-umEJn7epI1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-umEJn7epI1 .mbr-text,
.cid-umEJn7epI1 blockquote {
  color: #767676;
}
.cid-umEJn7epI1 #dPokr4 {
  display: block;
  position: absolute;
  width: 130%;
  height: 18em;
  padding: 5em;
  opacity: .8;
  left: -15%;
  top: -18em;
  z-index: 3;
}
.cid-umEJn7epI1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-umpBFOGwa2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-umpBFOGwa2 .mbr-text,
.cid-umpBFOGwa2 blockquote {
  color: #767676;
}
.cid-umpBFOGwa2 #dIidtvp {
  display: none;
  color: #dadad7;
  padding: 28px 0 40px 0;
  z-index: -1;
}
.cid-umpBFOGwa2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-umpBFOGwa2 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukk0Syw1ie {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-ukk0Syw1ie .mbr-text,
.cid-ukk0Syw1ie blockquote {
  color: #767676;
}
.cid-ukk0Syw1ie .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-ukk0Syw1ie .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-ukk0Syw1ie #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-ukk0Syw1ie #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-ukk0Syw1ie #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-ukk3UzE9Hh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-utbR61UK9J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utbR61UK9J .mbr-text,
.cid-utbR61UK9J blockquote {
  color: #767676;
}
.cid-utbR61UK9J .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-utbR61UK9J .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbR61UK9J #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-utbR61UK9J #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-utbR61UK9J #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-utbR61UK9J #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-utbR61UK9J a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-utbR61UK9J a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-utbR61UK9J a.btn1:hover,
.cid-utbR61UK9J a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-utbR61UK9J a.btn1:not(:hover),
.cid-utbR61UK9J a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-utbR61UK9J a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-utbR61UK9J a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-utbR61UK9J a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-utbR61UK9J #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-utbR61UK9J #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-utbR61UK9J #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-utbR61UK9J #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-utbR61UK9J #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
}
.cid-utbR62sQ4b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbR62sQ4b .mbr-text,
.cid-utbR62sQ4b blockquote {
  color: #767676;
}
.cid-utbR62sQ4b .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-utbR62sQ4b .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbR62sQ4b .a_date {
  color: #465052;
}
.cid-utbR62sQ4b .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-utbR62sQ4b .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-utbR62sQ4b .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-utbR62sQ4b .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-utbR62sQ4b .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-utbR62sQ4b #d_01_03_2024 {
  display: inline-block;
  position: absolute;
  widht: 2.2em;
  height: 1.8em;
  font-size: 80%;
  color: #000080;
  border-radius: 15px;
  padding: 2px 5px 10px 5px;
  box-shadow: 0 0 5px 1px #ff3300 inset, 0 0 22px 2px #ffffcc;
  background-color: #ccffcc;
  left: 25%;
  top: .2em;
  z-index: 2;
}
.cid-utbR62sQ4b #d_01_03_2024:hover {
  color: #00cccc;
  box-shadow: 0 0 5px 1px #fffffc inset, 0 0 25px 2px #fffffc, 0 0 3px 3px #fff;
  background-color: #e6ecff;
  transition: 1.5s ease;
  transition-delay: .5s;
}
.cid-utbR62sQ4b #d_01_03_2024:not(:hover) {
  transition: 15s ease;
  transition-delay: 1.5s;
}
.cid-utbR62sQ4b #ifr_0 {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  top: -1em;
  opacity: .01;
}
.cid-utbR62sQ4b .mbr-text DIV {
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-utbR62sQ4b #d_01_03_2024 {
    font-size: 80%;
  }
}
@media screen and (min-width: 771px) {
  .cid-utbR62sQ4b #d_01_03_2024 {
    font-size: 111%;
  }
}
@media screen and (max-width: 500px) {
  .cid-utbR62sQ4b #ifr_0 {
    left: -6.2%;
  }
}
@media screen and (min-width: 501px) {
  .cid-utbR62sQ4b #ifr_0 {
    left: 0;
  }
}
.cid-utbR62HODW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbR62HODW .mbr-text,
.cid-utbR62HODW blockquote {
  color: #767676;
}
.cid-utbR62HODW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utbR62HODW #sTrt {
  display: inline-block;
  position: relative;
  color: transparent;
}
.cid-utbR62HODW #sPopr_1 {
  padding-bottom: 8px;
  border-bottom: 2px solid #0040ff;
}
.cid-utbR62HODW #dPopr_1 {
  display: block;
  position: relative;
  color: #0040ff;
  font-size: 122%;
  left: .3em;
}
.cid-utbR62HODW #sPopr_2 {
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
}
.cid-utbR62HODW #dPopr_2 {
  display: block;
  position: relative;
  color: transparent;
  left: 0;
  top: -1.6em;
}
.cid-utbR62HODW .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbR62HODW .mbr-text DIV {
  text-align: center;
}
@media screen and (max-width: 770px) {
  .cid-utbR62HODW #dPopr_2 {
    top: -1.08em;
  }
}
@media screen and (min-width: 771px) {
  .cid-utbR62HODW #dPopr_2 {
    top: -1.6em;
  }
}
.cid-utbUIgP7tS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utbUIgP7tS .mbr-text,
.cid-utbUIgP7tS blockquote {
  color: #767676;
}
.cid-utbUIgP7tS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbUIgP7tS #dStvna {
  display: block;
  position: relative;
  border-radius: 25px;
  padding: 11px 25px;
  box-shadow: 0 0 15px 2px #dadad7;
}
.cid-utbUIgP7tS #dStvna:hover {
  box-shadow: 0 0 15px 2px #000;
  transition: 3s ease;
}
.cid-utbUIgP7tS #dStvna:not(:hover) {
  transition: 9s ease;
  transition-delay: 3s;
}
.cid-utbUIgP7tS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbUIgP7tS .mbr-text DIV {
  text-align: center;
}
.cid-utbUOD1a7F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbUOD1a7F .mbr-text,
.cid-utbUOD1a7F blockquote {
  color: #767676;
}
.cid-utbUOD1a7F .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbUOD1a7F .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uthnZFgcaQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uthnZFgcaQ .mbr-text,
.cid-uthnZFgcaQ blockquote {
  color: #767676;
}
.cid-uthnZFgcaQ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uthnZFgcaQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utho1b1KoJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utho1b1KoJ .mbr-text,
.cid-utho1b1KoJ blockquote {
  color: #767676;
}
.cid-utho1b1KoJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utho1b1KoJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbUKBjK1U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbUKBjK1U .mbr-text,
.cid-utbUKBjK1U blockquote {
  color: #767676;
}
.cid-utbUKBjK1U .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbUKBjK1U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVNOuDWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbVNOuDWz .mbr-text,
.cid-utbVNOuDWz blockquote {
  color: #767676;
}
.cid-utbVNOuDWz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVNOuDWz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVMIXJgL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-utbVMIXJgL .mbr-text,
.cid-utbVMIXJgL blockquote {
  color: #767676;
}
.cid-utbVMIXJgL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVMIXJgL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uthpk9UsJw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-uthpk9UsJw .mbr-text,
.cid-uthpk9UsJw blockquote {
  color: #767676;
}
.cid-uthpk9UsJw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-uthpk9UsJw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbVPygGxm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utbVPygGxm .mbr-text,
.cid-utbVPygGxm blockquote {
  color: #767676;
}
.cid-utbVPygGxm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVPygGxm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVR8VCUO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utbVR8VCUO .mbr-text,
.cid-utbVR8VCUO blockquote {
  color: #767676;
}
.cid-utbVR8VCUO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVR8VCUO #dSvAlGa {
  display: block;
  position: relative;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 4px 18px;
}
.cid-utbVR8VCUO #dSvAlGa:hover {
  border-radius: 2px;
  border: 3px solid #cc0000;
  transition: 3s ease;
}
.cid-utbVR8VCUO #dSvAlGa:not(:hover) {
  transition: 4s ease;
}
.cid-utbVR8VCUO .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbVQClBrP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utbVQClBrP .mbr-text,
.cid-utbVQClBrP blockquote {
  color: #767676;
}
.cid-utbVQClBrP #dParsa {
  display: block;
  position: relative;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 7px 25px;
}
.cid-utbVQClBrP #dParsa:hover {
  border-radius: 2px;
  border: 3px solid #cc0000;
  transition: 3s ease;
}
.cid-utbVQClBrP #dParsa:not(:hover) {
  transition: 4s ease;
}
.cid-utbVQClBrP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVQClBrP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVQ6Mkcg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utbVQ6Mkcg .mbr-text,
.cid-utbVQ6Mkcg blockquote {
  color: #767676;
}
.cid-utbVQ6Mkcg #dPrvR {
  display: block;
  position: relative;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 1px 25px;
}
.cid-utbVQ6Mkcg #dPrvR:hover {
  border-radius: 2px;
  border: 3px solid #cc0000;
  transition: 3s ease;
}
.cid-utbVQ6Mkcg #dPrvR:not(:hover) {
  transition: 4s ease;
}
.cid-utbVQ6Mkcg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVQ6Mkcg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVQ6Mkcg .mbr-text DIV {
  text-align: center;
}
.cid-utswKo23Qn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-utswKo23Qn .mbr-text,
.cid-utswKo23Qn blockquote {
  color: #767676;
}
.cid-utswKo23Qn #dMesso {
  display: block;
  position: relative;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 5px 25px;
}
.cid-utswKo23Qn #dMesso:hover {
  border-radius: 2px;
  border: 3px solid #cc0000;
  transition: 3s ease;
}
.cid-utswKo23Qn #dMesso:not(:hover) {
  transition: 4s ease;
}
.cid-utswKo23Qn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utswKo23Qn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbVOTRlAD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utbVOTRlAD .mbr-text,
.cid-utbVOTRlAD blockquote {
  color: #767676;
}
.cid-utbVOTRlAD #dAmraz {
  display: block;
  position: relative;
  font-weight: 300;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 5px 25px;
}
.cid-utbVOTRlAD #dAmraz:hover {
  font-weight: 600;
  background-color: #fff;
  transition: 7s ease;
}
.cid-utbVOTRlAD #dAmraz:not(:hover) {
  font-weight: 300;
  background-color: #dadad7;
  transition: 22s ease;
  transition-delay: 220s ease;
}
.cid-utbVOTRlAD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbVOTRlAD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbYEB4BhW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-utbYEB4BhW .mbr-text,
.cid-utbYEB4BhW blockquote {
  color: #767676;
}
.cid-utbYEB4BhW #dMim {
  display: block;
  position: relative;
  width: 100%;
  font-size: 122%;
  border-radius: 22px;
  border: 5px solid #dadad7;
  padding: 0 15px;
  left: 0;
}
.cid-utbYEB4BhW #dMim:hover {
  width: 108%;
  font-size: 155%;
  color: #cc0000;
  border-radius: 2px;
  border: 5px solid #cc0000;
  left: -4%;
  transition: 3s ease;
}
.cid-utbYEB4BhW #dMim:not(:hover) {
  transition: 7s ease;
  transition-delay: 5s;
}
.cid-utbYEB4BhW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utbYEB4BhW .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbYZEopYN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utbYZEopYN .mbr-text,
.cid-utbYZEopYN blockquote {
  color: #767676;
}
.cid-utbYZEopYN #dVonasv {
  display: block;
  position: relative;
  font-size: 100%;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 0 15px;
  background-color: #dadad7;
}
.cid-utbYZEopYN #dVonasv:hover {
  color: #2952a3;
  font-size: 144%;
  border-radius: 2px;
  border: 3px solid #cc0000;
  padding: 0 15px;
  background-color: #f1f1f1;
  transition: 3s ease;
}
.cid-utbYZEopYN #dVonasv:not(:hover) {
  transition: 17s ease;
  transition-delay: 2s;
}
.cid-utbYZEopYN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utbYZEopYN .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbZ6WT9jl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utbZ6WT9jl .mbr-text,
.cid-utbZ6WT9jl blockquote {
  color: #767676;
}
.cid-utbZ6WT9jl #dZmdmdL {
  display: block;
  position: relative;
  width: 110%;
  border-radius: 22px;
  border: 3px solid #dadad7;
  padding: 5px 28px 14px 28px;
  left: -5%;
}
.cid-utbZ6WT9jl #dZmdmdL:hover {
  border-radius: 2px;
  border: 3px solid #cc0000;
  background-color: #ccf5ff;
  transition: 3s ease;
}
.cid-utbZ6WT9jl #dZmdmdL:not(:hover) {
  transition: 4s ease;
}
.cid-utbZ6WT9jl .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utbZ6WT9jl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utbR6aylKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utbR6aylKd .mbr-text,
.cid-utbR6aylKd blockquote {
  color: #767676;
}
.cid-utbR6aylKd .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-utbR6aylKd .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utbR6aylKd #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-utbR6aylKd #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-utbR6aylKd #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-utbR6aKlJZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-utc2IajQI5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2IajQI5 .mbr-text,
.cid-utc2IajQI5 blockquote {
  color: #767676;
}
.cid-utc2IajQI5 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-utc2IajQI5 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc2IajQI5 #dChislo {
  display: inline-block;
  position: absolute;
  left: -12.8em;
}
.cid-utc2IajQI5 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-utc2IajQI5 #sChislo:hover {
  border: 3px solid #559;
  background-color: #b8c5e0;
  transition: .3s ease;
}
.cid-utc2IajQI5 #sChislo:not(:hover) {
  transition: .3s ease;
}
.cid-utc2IajQI5 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-utc2IajQI5 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-utc2IajQI5 a.btn1:hover,
.cid-utc2IajQI5 a.btn4:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-utc2IajQI5 a.btn1:not(:hover),
.cid-utc2IajQI5 a.btn4:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
.cid-utc2IajQI5 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-utc2IajQI5 a.btn2:hover {
  color: #ffe6cc;
  border: 2px solid #80ff80;
  background-color: #99c2ff;
  box-shadow: 0 0 3px 1px #bbb;
  transition: 1s ease;
}
.cid-utc2IajQI5 a.btn2:not(:hover) {
  color: #999;
  border: 2px solid #999;
  background-color: #cce0ff;
  transition: 1s ease;
}
@media screen and (max-width: 770px) {
  .cid-utc2IajQI5 #dChislo {
    font-size: 79%;
    left: -1.2em;
  }
  .cid-utc2IajQI5 #sChislo {
    border-radius: 1px;
    border: 2px solid #888;
    padding: 0 2px;
  }
  .cid-utc2IajQI5 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
@media screen and (min-width: 771px) {
  .cid-utc2IajQI5 #dChislo {
    font-size: 100%;
    left: -12.8em;
  }
  .cid-utc2IajQI5 #sChislo {
    border-radius: 2px;
    border: 3px solid #888;
    padding: 0 4px;
  }
  .cid-utc2IajQI5 #sChislo:hover {
    border: 2px solid #559;
    background-color: #b8c5e0;
    transition: .3s ease;
  }
}
.cid-utqGPUYXaG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-utqGPUYXaG .mbr-text,
.cid-utqGPUYXaG blockquote {
  color: #767676;
}
.cid-utqGPUYXaG #d25let {
  font-size: 115%;
  color: #004d00;
  border-radius: 30px;
  padding: 0 22px;
  background-color: #dadad7;
}
.cid-utqGPUYXaG #d25let:hover {
  color: #ff7733;
  box-shadow: 0 0 12px 0 #001a00, 0 0 8px 3px #001a00 inset;
  background-color: #111;
  transition: 2s ease;
}
.cid-utqGPUYXaG #d25let:not(:hover) {
  transition: 3s ease;
}
.cid-utqGPUYXaG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utqGPUYXaG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc2IbuKdR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utc2IbuKdR .mbr-text,
.cid-utc2IbuKdR blockquote {
  color: #767676;
}
.cid-utc2IbuKdR #sRzvk {
  display: none;
  position: absolute;
  width: 80%;
  font-size: 80%;
  padding: 4px 15px;
  border-radius: 12px;
  border: 2px solid #ffb3cc;
  background-color: #f0f0f0;
  left: 5em;
  top: -5em;
  z-index: 1;
}
.cid-utc2IbuKdR #sRzvk:hover {
  color: #005;
  border: 2px solid #805500;
  background-color: #ffbb99;
  transition: 2s ease;
}
.cid-utc2IbuKdR #sRzvk:not(:hover) {
  transition: 3s ease;
}
.cid-utc2IbuKdR #sPrz {
  border-bottom: 1px solid #999;
}
.cid-utc2IbuKdR #sVlv {
  border-bottom: 1px solid #aaa;
}
.cid-utc2IbuKdR #sPlad {
  border-bottom: 1px solid #999;
}
.cid-utc2IbuKdR #dVchtd {
  display: none;
  position: relative;
  width: 95%;
  font-size: 122%;
  color: #465052;
  border: 5px solid #aaf;
  border-radius: 1%;
  padding: 4px 16px 6px 20px;
  background-color: #d0d0d0;
  text-shadow: 0 0 1px #dadad7;
  box-shadow: 0 0 8px 0 #000;
  left: 2.5%;
  margin-top: 8px;
  margin-bottom: 28px;
}
.cid-utc2IbuKdR #dVchtd:hover {
  color: #000;
  border-radius: 28%;
  border: 5px solid #e60000;
  background-color: #99bbff;
  text-shadow: 0 0 1px #000000, -1px 0 1px #000000;
  box-shadow: 0 0 15px 3px red, 0 0 8px 0 #000 inset, 0 0 25px 2px #000, 0 0 35px 2px #000;
  transition: 3s ease;
}
.cid-utc2IbuKdR #dVchtd:not(:hover) {
  transition: 3s ease;
}
.cid-utc2IbuKdR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IbuKdR .mbr-text {
  color: #465052;
  text-align: left;
}
@media screen and (max-width: 770px) {
  .cid-utc2IbuKdR #sRzvk {
    top: -5.5em;
  }
}
@media screen and (min-width: 771px) {
  .cid-utc2IbuKdR #sRzvk {
    top: -4em;
  }
}
.cid-utc2IbXX0I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utc2IbXX0I .mbr-text,
.cid-utc2IbXX0I blockquote {
  color: #767676;
}
.cid-utc2IbXX0I .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IbXX0I .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IcclLE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utc2IcclLE .mbr-text,
.cid-utc2IcclLE blockquote {
  color: #767676;
}
.cid-utc2IcclLE #sPrs {
  border-bottom: 1px solid #999;
}
.cid-utc2IcclLE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IcclLE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utq5RZIHzX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utq5RZIHzX .mbr-text,
.cid-utq5RZIHzX blockquote {
  color: #767676;
}
.cid-utq5RZIHzX #dBlgr {
  display: none;
  border-radius: 22px;
  padding: 5px 11px 7px 15px;
  background-color: #d0d0d0;
  box-shadow: 0 0 11px 1px #dadad7;
  margin-bottom: 25px;
}
.cid-utq5RZIHzX #dBlgr:hover {
  color: #000;
  background-color: #ffbf00;
  box-shadow: 0 0 11px 1px #999900, 0 0 35px 0 #000;
  transition: 2s ease;
}
.cid-utq5RZIHzX #dBlgr:not(:hover) {
  transition: 3s ease;
}
.cid-utq5RZIHzX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utq5RZIHzX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uthvxzDMeF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uthvxzDMeF .mbr-text,
.cid-uthvxzDMeF blockquote {
  color: #767676;
}
.cid-uthvxzDMeF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uthvxzDMeF #dNprv {
  display: block;
  position: relative;
  width: 105%;
  font-size: 110%;
  left: -7%;
  z-index: 1;
}
.cid-uthvxzDMeF .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uthvxzDMeF .mbr-text DIV {
  text-align: right;
}
.cid-utc2Icpgco {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2Icpgco .mbr-text,
.cid-utc2Icpgco blockquote {
  color: #767676;
}
.cid-utc2Icpgco .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2Icpgco .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IcNnxm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utc2IcNnxm .mbr-text,
.cid-utc2IcNnxm blockquote {
  color: #767676;
}
.cid-utc2IcNnxm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IcNnxm #sEtesv {
  display: inline-block;
  color: transparent;
}
.cid-utc2IcNnxm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IcYayN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utc2IcYayN .mbr-text,
.cid-utc2IcYayN blockquote {
  color: #767676;
}
.cid-utc2IcYayN #dItujsh {
  display: block;
  position: relative;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 3px 11px 8px 17px;
  background-color: #dadad7;
}
.cid-utc2IcYayN #dItujsh:hover {
  color: #0000b3;
  border: 3px solid #0000cc;
  background-color: #ffcce6;
  transition: 3s ease;
}
.cid-utc2IcYayN #dItujsh:not(:hover) {
  transition: 4s ease;
}
.cid-utc2IcYayN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IcYayN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2Id7C0B {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2Id7C0B .mbr-text,
.cid-utc2Id7C0B blockquote {
  color: #767676;
}
.cid-utc2Id7C0B .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2Id7C0B .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IdgOdL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2IdgOdL .mbr-text,
.cid-utc2IdgOdL blockquote {
  color: #767676;
}
.cid-utc2IdgOdL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IdgOdL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IdshC0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2IdshC0 .mbr-text,
.cid-utc2IdshC0 blockquote {
  color: #767676;
}
.cid-utc2IdshC0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utc2IdshC0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc2IdBLoL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc2IdBLoL .mbr-text,
.cid-utc2IdBLoL blockquote {
  color: #767676;
}
.cid-utc2IdBLoL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utc2IdBLoL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc7DSC6rp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utc7DSC6rp .mbr-text,
.cid-utc7DSC6rp blockquote {
  color: #767676;
}
.cid-utc7DSC6rp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc7DSC6rp #dNlpr {
  display: block;
  position: relative;
  width: 106%;
  color: #0044cc;
  font-size: 90%;
  left: -3%;
}
.cid-utc7DSC6rp .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc7DSC6rp .mbr-text DIV {
  text-align: center;
}
.cid-utc2IdLlPk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utc2IdLlPk .mbr-text,
.cid-utc2IdLlPk blockquote {
  color: #767676;
}
.cid-utc2IdLlPk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc2IdLlPk #dNev {
  display: block;
  position: relative;
  width: 105%;
  left: -2.5%;
}
.cid-utc2IdLlPk #dNev:hover {
  color: #990000;
  transition: 2s ease;
}
.cid-utc2IdLlPk #dNev:not(:hover) {
  transition: 5s ease;
}
.cid-utc2IdLlPk .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-uteUiAxbjE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-uteUiAxbjE .mbr-text,
.cid-uteUiAxbjE blockquote {
  color: #767676;
}
.cid-uteUiAxbjE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-uteUiAxbjE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utc7PKQlpC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-utc7PKQlpC .mbr-text,
.cid-utc7PKQlpC blockquote {
  color: #767676;
}
.cid-utc7PKQlpC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utc7PKQlpC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utg8HIpHWq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utg8HIpHWq .mbr-text,
.cid-utg8HIpHWq blockquote {
  color: #767676;
}
.cid-utg8HIpHWq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utg8HIpHWq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utg8JqpwdS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utg8JqpwdS .mbr-text,
.cid-utg8JqpwdS blockquote {
  color: #767676;
}
.cid-utg8JqpwdS #sVsvs {
  border-bottom: 1px solid #888;
}
.cid-utg8JqpwdS #dPtsd {
  display: none;
  position: relative;
  width: 75%;
  font-size: 70%;
  border: 3px solid #002080;
  border-radius: 22px;
  padding: 2px 15px 6px 22px;
  background-color: #ffd1b3;
  margin-top: 11px;
  left: 17%;
  z-index: 2;
}
.cid-utg8JqpwdS #dPtsd:hover {
  color: #fff;
  border: 3px solid #0044cc;
  background-color: #ff7733;
  box-shadow: 0 0 15px 2px #000 inset;
  transition: 2s ease;
}
.cid-utg8JqpwdS #dPtsd:not(:hover) {
  transition: 3s ease;
}
.cid-utg8JqpwdS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utg8JqpwdS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utg8Lw0K22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utg8Lw0K22 .mbr-text,
.cid-utg8Lw0K22 blockquote {
  color: #767676;
}
.cid-utg8Lw0K22 #sStriz {
  border-bottom: 1px solid #999;
}
.cid-utg8Lw0K22 #dBldr {
  display: none;
  position: relative;
  width: 85%;
  color: #767676;
  font-size: 95%;
  font-weight: 600;
  border-radius: 8px;
  border: 5px solid transparent;
  padding: 5px 11px 8px 18px;
  background-color: #c0c0c0;
  text-shadow: 0 0 1px transparent;
  box-shadow: 0 0 15px 2px #000;
  margin-top: 15px;
  left: 10%;
  z-index: 2;
}
.cid-utg8Lw0K22 #dBldr:hover {
  color: #000;
  border-radius: 5px;
  border: 5px solid #b33c00;
  background-color: #7094db;
  text-shadow: 0 0 1px #fff, 0 0 2px #ffe6ff;
  box-shadow: 0 0 3px 0 #000, 0 0 8px 1px #000, 0 0 22px 2px #662200;
  transition: 2s ease;
}
.cid-utg8Lw0K22 #dBldr:not(:hover) {
  transition: 3s ease;
}
.cid-utg8Lw0K22 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utg8Lw0K22 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utg8FNHlHj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utg8FNHlHj .mbr-text,
.cid-utg8FNHlHj blockquote {
  color: #767676;
}
.cid-utg8FNHlHj .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utg8FNHlHj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgbvBnKWq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utgbvBnKWq .mbr-text,
.cid-utgbvBnKWq blockquote {
  color: #767676;
}
.cid-utgbvBnKWq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgbvBnKWq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgbunZTKD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utgbunZTKD .mbr-text,
.cid-utgbunZTKD blockquote {
  color: #767676;
}
.cid-utgbunZTKD #sBesm {
  border-bottom: 1px solid #999;
}
.cid-utgbunZTKD #dRos {
  display: none;
  position: relative;
  width: 80%;
  font-size: 75%;
  color: #000;
  border: 2px solid #d0d0d0;
  border-radius: 22px;
  padding: 5px 15px 9px 22px;
  background-color: #df9fdf;
  margin-top: 9px;
  margin-bottom: 9px;
  left: 17%;
  z-index: 2;
}
.cid-utgbunZTKD #dRos:hover {
  color: #fff;
  border: 2px solid #0044cc;
  background-color: #b33c00;
  box-shadow: 0 0 15px 2px #000 inset, 0 0 11px 2px #000, 3px 5px 18px 4px #000;
  transition: 2s ease;
}
.cid-utgbunZTKD #dRos:not(:hover) {
  transition: 3s ease;
}
.cid-utgbunZTKD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgbunZTKD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgbwOGX8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utgbwOGX8X .mbr-text,
.cid-utgbwOGX8X blockquote {
  color: #767676;
}
.cid-utgbwOGX8X .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgbwOGX8X .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgfm76C9w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-utgfm76C9w .mbr-text,
.cid-utgfm76C9w blockquote {
  color: #767676;
}
.cid-utgfm76C9w .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgfm76C9w .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgfZLfukc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utgfZLfukc .mbr-text,
.cid-utgfZLfukc blockquote {
  color: #767676;
}
.cid-utgfZLfukc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utgfZLfukc .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utgg9LUmqc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utgg9LUmqc .mbr-text,
.cid-utgg9LUmqc blockquote {
  color: #767676;
}
.cid-utgg9LUmqc .Cdg {
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgg9LUmqc .mbr-text P {
  background-color: #465052;
  text-align: right;
}
.cid-utgg9LUmqc .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utgg907Ofk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utgg907Ofk .mbr-text,
.cid-utgg907Ofk blockquote {
  color: #767676;
}
.cid-utgg907Ofk .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgg907Ofk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgg907Ofk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utggbzV2QI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utggbzV2QI .mbr-text,
.cid-utggbzV2QI blockquote {
  color: #767676;
}
.cid-utggbzV2QI .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utggbzV2QI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utggbzV2QI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utggaJtxGK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utggaJtxGK .mbr-text,
.cid-utggaJtxGK blockquote {
  color: #767676;
}
.cid-utggaJtxGK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utggaJtxGK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgfkLlZIh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utgfkLlZIh .mbr-text,
.cid-utgfkLlZIh blockquote {
  color: #767676;
}
.cid-utgfkLlZIh .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgfkLlZIh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgfkLlZIh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgi672h6f {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utgi672h6f .mbr-text,
.cid-utgi672h6f blockquote {
  color: #767676;
}
.cid-utgi672h6f .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgi672h6f .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgi672h6f .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgi7UA77r {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utgi7UA77r .mbr-text,
.cid-utgi7UA77r blockquote {
  color: #767676;
}
.cid-utgi7UA77r .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgi7UA77r .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgi9qWzie {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-utgi9qWzie .mbr-text,
.cid-utgi9qWzie blockquote {
  color: #767676;
}
.cid-utgi9qWzie .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgi9qWzie .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgi9qWzie .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgi77wj6e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-utgi77wj6e .mbr-text,
.cid-utgi77wj6e blockquote {
  color: #767676;
}
.cid-utgi77wj6e .Cdg {
  font-size: 140%;
  color: #33bbff;
  text-shadow: 0 0 3px #fff, 0 0 5px #ffffcc;
}
.cid-utgi77wj6e .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-utgi77wj6e #sDet {
  color: #0033cc;
  padding: 0 7px 0 12px;
  box-shadow: 0 0 5px 2px #dadad7;
}
.cid-utgi77wj6e #sDet:hover {
  color: #0040ff;
  text-shadow: 0 0 2px #fffffc, 0 0 5px #fff, 0 0 8px #ffffcc, 0 0 15px #ffffcc;
  box-shadow: 0 0 5px 2px #fff;
  border-radius: 15px;
  transition: 2s ease;
}
.cid-utgi77wj6e #sDet:not(:hover) {
  text-shadow: 0 0 2px #dadad7, 0 0 5px #ffffcc, 0 0 8px #dadad7, 0 0 2px #dadad7;
  box-shadow: 0 0 5px 2px #dadad7;
  transition: 22s ease;
}
.cid-utgi77wj6e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-utgiauG6MK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-utgiauG6MK .mbr-text,
.cid-utgiauG6MK blockquote {
  color: #767676;
}
.cid-utgiauG6MK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utgiauG6MK #dPokr_dIet {
  display: block;
  position: absolute;
  width: 5%;
  height: 1.5em;
  top: 0;
  left: 5%;
  background-color: #dadad7;
  opacity: 1;
  z-index: 2;
}
.cid-utgiauG6MK #dIet {
  display: block;
  position: relative;
  color: #dadad7;
}
.cid-utgiauG6MK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utgicbwkO6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-utgicbwkO6 .mbr-text,
.cid-utgicbwkO6 blockquote {
  color: #767676;
}
.cid-utgicbwkO6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-utgicbwkO6 #dPok {
  display: block;
  position: absolute;
  width: 70%;
  height: 2em;
  top: 0;
  left: 15%;
  opacity: .2;
  z-index: 0;
}
.cid-utgicbwkO6 #dPov {
  color: #dadad7;
  z-index: -2;
}
.cid-utgicbwkO6 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc2IdU0tw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-utc2IdU0tw .mbr-text,
.cid-utc2IdU0tw blockquote {
  color: #767676;
}
.cid-utc2IdU0tw .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-utc2IdU0tw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-utc2IdU0tw #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-utc2IdU0tw #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-utc2IdU0tw #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-utc2Ie5tER {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
