.btn {
  border-width: 2px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #164653 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #164653 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #164653 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #164653;
  color: #164653;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #040c0e !important;
  background-color: transparent !important;
  border-color: #040c0e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #164653 !important;
  background-color: #164653 !important;
  border-color: #164653 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: #878787 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fab901;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: #a47901 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #164653 !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #164653;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-gallery-filter li.active .btn {
  background-color: #164653;
  border-color: #164653;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #164653;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #74c4da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #164653 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #164653;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #164653;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #164653;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #164653;
  border-bottom-color: #164653;
}
.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: #164653 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23164653' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sVykjWJYs2 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sVykjWJYs2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sVykjWJYs2 .mbr-section-title a {
  font-weight: 600;
}
.cid-sVykjWJYs2 .mbr-section-title a:hover {
  background: none !important;
}
.cid-sVykjWJYs2 .mbr-text,
.cid-sVykjWJYs2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sVykjWJYs2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sVyprl3DqN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sVyprl3DqN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sVyprl3DqN a:not([href]):not([tabindex]) {
  color: #000
     ;
  border-radius: 3px;
}
.cid-sVyprl3DqN .input-group-btn {
  margin: 0;
}
.cid-sVyprl3DqN .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-sVyprl3DqN .form-group,
.cid-sVyprl3DqN .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-sVyprl3DqN .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-sVyprl3DqN .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-sVyprl3DqN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sVyprl3DqN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sVyprl3DqN .form-block {
    padding: 1rem;
  }
}
.cid-sVyLuAiW9U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-sVyLuAiW9U .text {
  display: flex;
  flex-direction: row;
}
.cid-sVyLuAiW9U .card-title {
  margin-bottom: 14px;
}
.cid-sVyLuAiW9U .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sVyLuAiW9U a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sVyLuAiW9U rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sVyLuAiW9U .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sVyLuAiW9U svg {
  margin-left: 15px;
}
.cid-sVyLuAiW9U path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sVyLuAiW9U .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sVyLuAiW9U .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sVyLuAiW9U img {
  max-width: 140px;
  height: auto;
}
.cid-sVyLuAiW9U .card-text,
.cid-sVyLuAiW9U .lin {
  color: #4c4c4c;
}
.cid-sVyLuAiW9U .mbr-iconfont {
  font-size: 110px;
  margin-right: 5px;
  color: #000000;
}
.cid-sVyLuAiW9U .link a {
  background-image: none !important;
}
.cid-sVyLuAiW9U .padd-r {
  padding-right: 25px;
}
.cid-sVyLuAiW9U .padd-l {
  padding-left: 25px;
}
.cid-sVyLuAiW9U .b {
  margin-bottom: 51px;
}
@media (max-width: 770px) {
  .cid-sVyLuAiW9U .b1 {
    margin-bottom: 51px;
  }
  .cid-sVyLuAiW9U .padd-l,
  .cid-sVyLuAiW9U .padd-r {
    padding: 0;
  }
  .cid-sVyLuAiW9U .text {
    flex-direction: column;
  }
  .cid-sVyLuAiW9U .col-auto {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sVyLuAiW9U .card-title,
  .cid-sVyLuAiW9U .lin,
  .cid-sVyLuAiW9U .link {
    text-align: center;
  }
}
.cid-sVyLuAiW9U .card-text,
.cid-sVyLuAiW9U .link {
  color: #000000;
}
.cid-xRRtZ45zd7 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f1f1f1;
}
.cid-xRRtZ45zd7 .card {
  border-radius: 15px;
  margin-bottom: 2px;
}
.cid-xRRtZ45zd7 .card .card-header {
  border-radius: 15px;
  border: 0px;
  padding: 0;
}
.cid-xRRtZ45zd7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-xRRtZ45zd7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-xRRtZ45zd7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  margin-bottom: 0;
  background-color: #164653;
}
.cid-xRRtZ45zd7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-xRRtZ45zd7 .card .panel-body {
  color: #767676;
}
.cid-xRRtZ45zd7 H4 {
  color: #ffffff;
}
.cid-xRRtZ45zd7 H2 {
  color: #000000;
}
.cid-xRRtZ45zd7 .panel-text {
  color: #000000;
}
.cid-xRRtZ45zd7 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 15px;
}
.cid-sVCafwXV2E {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVCafwXV2E .image-wrapper {
    padding: 1rem;
  }
}
.cid-sVCafwXV2E img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sVCafwXV2E img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sVCafwXV2E .mbr-text,
.cid-sVCafwXV2E .mbr-section-btn {
  color: #000000;
}
.cid-sW5EVFUhcv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sW5EVFUhcv .mbr-section-subtitle {
  color: #36187d;
}
.cid-sW5EVFUhcv .mbr-text {
  color: #000000;
}
.cid-sW5FvkGanL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sW5FvkGanL .mbr-section-subtitle {
  color: #000000;
}
.cid-sW5FvkGanL .mbr-text {
  color: #000000;
}
.cid-sVyKNXiGmE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sVyKNXiGmE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sVyKNXiGmE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sVyKNXiGmE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sVyKNXiGmE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sVyKNXiGmE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sVyKNXiGmE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sVyKNXiGmE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sVyKNXiGmE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sVyKNXiGmE [class^="socicon-"]:before,
.cid-sVyKNXiGmE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sWhyuug9KT.popup-builder {
  background-color: #ffffff;
}
.cid-sWhyuug9KT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sWhyuug9KT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sWhyuug9KT .modal-content,
.cid-sWhyuug9KT .modal-dialog {
  height: auto;
}
.cid-sWhyuug9KT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sWhyuug9KT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sWhyuug9KT .form-wrapper .mbr-form .form-group,
  .cid-sWhyuug9KT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sWhyuug9KT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sWhyuug9KT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWhyuug9KT .mbr-text {
  text-align: center;
}
.cid-sWhyuug9KT .pt-0 {
  padding-top: 0 !important;
}
.cid-sWhyuug9KT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sWhyuug9KT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sWhyuug9KT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sWhyuug9KT .modal-open {
  overflow: hidden;
}
.cid-sWhyuug9KT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sWhyuug9KT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sWhyuug9KT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sWhyuug9KT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sWhyuug9KT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sWhyuug9KT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sWhyuug9KT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sWhyuug9KT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sWhyuug9KT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sWhyuug9KT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sWhyuug9KT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sWhyuug9KT .modal-backdrop.show {
  opacity: .5;
}
.cid-sWhyuug9KT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sWhyuug9KT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhyuug9KT .modal-header {
    padding: 1rem;
  }
}
.cid-sWhyuug9KT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sWhyuug9KT .modal-header .close svg {
  fill: #353535;
}
.cid-sWhyuug9KT .modal-header .close:hover {
  opacity: 1;
}
.cid-sWhyuug9KT .modal-header .close:focus {
  outline: none;
}
.cid-sWhyuug9KT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sWhyuug9KT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sWhyuug9KT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhyuug9KT .modal-body {
    padding: 1rem;
  }
}
.cid-sWhyuug9KT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sWhyuug9KT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhyuug9KT .modal-footer {
    padding: 1rem;
  }
}
.cid-sWhyuug9KT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sWhyuug9KT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sWhyuug9KT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sWhyuug9KT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sWhyuug9KT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sWhyuug9KT .modal-lg,
  .cid-sWhyuug9KT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sWhyuug9KT .modal-xl {
    max-width: 1140px;
  }
}
.cid-sWhyuug9KT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sWhyuug9KT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sWhyuug9KT .form-group {
  margin-bottom: 1rem;
}
.cid-sWhyuug9KT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sWhyuug9KT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sWhyuug9KT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sWhyuug9KT .mbr-section-btn {
  margin: 0;
}
.cid-sWhyuug9KT .mbr-section-btn .btn {
  margin: 0;
}
.cid-sWhD3URxYl.popup-builder {
  background-color: #ffffff;
}
.cid-sWhD3URxYl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sWhD3URxYl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sWhD3URxYl .modal-content,
.cid-sWhD3URxYl .modal-dialog {
  height: auto;
}
.cid-sWhD3URxYl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sWhD3URxYl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sWhD3URxYl .form-wrapper .mbr-form .form-group,
  .cid-sWhD3URxYl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sWhD3URxYl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sWhD3URxYl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWhD3URxYl .mbr-text {
  text-align: center;
}
.cid-sWhD3URxYl .pt-0 {
  padding-top: 0 !important;
}
.cid-sWhD3URxYl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sWhD3URxYl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sWhD3URxYl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sWhD3URxYl .modal-open {
  overflow: hidden;
}
.cid-sWhD3URxYl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sWhD3URxYl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sWhD3URxYl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sWhD3URxYl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sWhD3URxYl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sWhD3URxYl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sWhD3URxYl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sWhD3URxYl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sWhD3URxYl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sWhD3URxYl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sWhD3URxYl .modal-backdrop.fade {
  opacity: 0;
}
.cid-sWhD3URxYl .modal-backdrop.show {
  opacity: .5;
}
.cid-sWhD3URxYl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sWhD3URxYl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhD3URxYl .modal-header {
    padding: 1rem;
  }
}
.cid-sWhD3URxYl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sWhD3URxYl .modal-header .close svg {
  fill: #353535;
}
.cid-sWhD3URxYl .modal-header .close:hover {
  opacity: 1;
}
.cid-sWhD3URxYl .modal-header .close:focus {
  outline: none;
}
.cid-sWhD3URxYl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sWhD3URxYl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sWhD3URxYl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhD3URxYl .modal-body {
    padding: 1rem;
  }
}
.cid-sWhD3URxYl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sWhD3URxYl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWhD3URxYl .modal-footer {
    padding: 1rem;
  }
}
.cid-sWhD3URxYl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sWhD3URxYl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sWhD3URxYl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sWhD3URxYl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sWhD3URxYl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sWhD3URxYl .modal-lg,
  .cid-sWhD3URxYl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sWhD3URxYl .modal-xl {
    max-width: 1140px;
  }
}
.cid-sWhD3URxYl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sWhD3URxYl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sWhD3URxYl .form-group {
  margin-bottom: 1rem;
}
.cid-sWhD3URxYl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sWhD3URxYl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sWhD3URxYl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sWhD3URxYl .mbr-section-btn {
  margin: 0;
}
.cid-sWhD3URxYl .mbr-section-btn .btn {
  margin: 0;
}
.cid-sX2b5MieTR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sX2b5MieTR .title {
  min-height: 40px;
}
.cid-sX2b5MieTR a {
  font-weight: 500;
}
.cid-sX2b5MieTR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVyuy36tRm {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #164653;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-sVyuy36tRm .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sVyuy36tRm .copyright {
  margin-right: 0.5rem;
}
.cid-sVyuy36tRm .copyright,
.cid-sVyuy36tRm .produced {
  margin-top: 0.5rem;
}
