.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #34b38a !important;
}
.bg-success {
  background-color: #393e46 !important;
}
.bg-info {
  background-color: #4ecca3 !important;
}
.bg-warning {
  background-color: #8e8f8f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #34b38a !important;
  border-color: #34b38a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #207056 !important;
  border-color: #207056 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #207056 !important;
  border-color: #207056 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #76d7b8 !important;
  border-color: #76d7b8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #38bf94 !important;
  border-color: #38bf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #38bf94 !important;
  border-color: #38bf94 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4ecca3 !important;
  border-color: #4ecca3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c9874 !important;
  border-color: #2c9874 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c9874 !important;
  border-color: #2c9874 !important;
}
.btn-success,
.btn-success:active {
  background-color: #393e46 !important;
  border-color: #393e46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #121416 !important;
  border-color: #121416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #121416 !important;
  border-color: #121416 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8e8f8f !important;
  border-color: #8e8f8f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #636464 !important;
  border-color: #636464 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #636464 !important;
  border-color: #636464 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #34b38a;
  color: #34b38a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #207056 !important;
  background-color: transparent!important;
  border-color: #207056 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #34b38a !important;
  border-color: #34b38a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #76d7b8;
  color: #76d7b8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #38bf94 !important;
  background-color: transparent!important;
  border-color: #38bf94 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #76d7b8 !important;
  border-color: #76d7b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4ecca3;
  color: #4ecca3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c9874 !important;
  background-color: transparent!important;
  border-color: #2c9874 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4ecca3 !important;
  border-color: #4ecca3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #393e46;
  color: #393e46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121416 !important;
  background-color: transparent!important;
  border-color: #121416 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393e46 !important;
  border-color: #393e46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8e8f8f;
  color: #8e8f8f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #636464 !important;
  background-color: transparent!important;
  border-color: #636464 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8f8f !important;
  border-color: #8e8f8f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #34b38a !important;
}
.text-secondary {
  color: #76d7b8 !important;
}
.text-success {
  color: #393e46 !important;
}
.text-info {
  color: #4ecca3 !important;
}
.text-warning {
  color: #8e8f8f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1d644d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #34b38a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0c0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #288c6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5b5c5c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #34b38a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4ecca3;
}
.alert-warning {
  background-color: #8e8f8f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #34b38a;
  border-color: #34b38a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #34b38a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8addc2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aab0ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ecfaf5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cecece;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #34b38a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #34b38a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #34b38a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #34b38a;
}
.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: #34b38a;
  border-bottom-color: #34b38a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #34b38a !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: #76d7b8 !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='%2334b38a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2OP4q9MRV {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2OP4q9MRV .row {
  flex-direction: row-reverse;
}
.cid-t2OP4q9MRV .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #34b38a;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t2OP4q9MRV .mbr-media {
  position: relative;
}
.cid-t2OP4q9MRV .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t2OP4q9MRV .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t2OP4q9MRV .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t2OP4q9MRV .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t2OP4q9MRV .card-title {
  padding: 0;
  margin: 0;
}
.cid-t2OP4q9MRV .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t2OP4q9MRV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2OP4q9MRV .card-wrapper {
    width: fit-content;
  }
}
.cid-t2OP4q9MRV .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t2OP4q9MRV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2OP4q9MRV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2OP4q9MRV .card-title,
.cid-t2OP4q9MRV .card-icon {
  color: #393e46;
}
.cid-t2OP4q9MRV .mbr-section-title {
  color: #393e46;
}
.cid-t2OP4q9MRV .mbr-text,
.cid-t2OP4q9MRV .mbr-section-btn {
  color: #8e8f8f;
}
.cid-t2OP4q9MRV .price-title {
  text-align: center;
  color: #103178;
}
.cid-t2OP4q9MRV .price {
  text-align: center;
  color: #103178;
}
.cid-t2OP4q9MRV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2OP4q9MRV .mbr-media a:hover {
  background-image: none!important;
}
.cid-t2OP4q9MRV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2OP4q9MRV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2OP4q9MRV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2OP4q9MRV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2OP4q9MRV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFzyUE9AaP {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4ecca3;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
  text-align: left;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #393e46;
}
.cid-sFzz5E692j {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .mbr-section-title {
  color: #393e46;
}
.cid-v0tcV4ywh7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0tcV4ywh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0tcV4ywh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0tcV4ywh7 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v0tcV4ywh7 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v0tcV4ywh7 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0tcV4ywh7 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0tcV4ywh7 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v0tcV4ywh7 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0tcV4ywh7 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0tcV4ywh7 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .decoration_1 {
    left: -380px;
  }
}
.cid-v0tcV4ywh7 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v0tcV4ywh7 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0tcV4ywh7 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0tcV4ywh7 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .decoration_2 {
    right: -380px;
  }
}
.cid-v0tcV4ywh7 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v0tcV4ywh7 .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-v0tcV4ywh7 .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-v0tcV4ywh7 .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-v0tcV4ywh7 .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-v0tcV4ywh7 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v0tcV4ywh7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-v0tcV4ywh7 .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .item {
    margin-bottom: 16px;
  }
}
.cid-v0tcV4ywh7 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #fafafa;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #fafafa;
  border: 1px solid #cdcddd;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-img {
  margin-bottom: 24px;
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-img img {
    height: 250px;
  }
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0tcV4ywh7 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0tcV4ywh7 .item-name {
  color: #181824;
}
.cid-v0tcV4ywh7 .item-role {
  color: #49496d;
}
.cid-v0tcV4ywh7 .item-text {
  color: #54547e;
}
.cid-v0tbXylnlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v0tbXylnlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0tbXylnlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0tbXylnlP .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0tbXylnlP .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v0tbXylnlP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0tbXylnlP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v0tbXylnlP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0tbXylnlP .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v0tbXylnlP .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v0tbXylnlP .items-wrapper .item:hover .item-wrapper,
.cid-v0tbXylnlP .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #a6adbf;
}
.cid-v0tbXylnlP .items-wrapper .item:hover .card_2,
.cid-v0tbXylnlP .items-wrapper .item:focus .card_2 {
  border: 2px solid #34b38a;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #a6adbf;
  color: #a6adbf;
  font-size: 11px;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v0tbXylnlP .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v0tbXylnlP .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-v0tbXylnlP .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-v0tbXylnlP .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #34b38a;
  color: #34b38a;
}
.cid-v0tbXylnlP .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v0tbXylnlP .mbr-section-subtitle {
  color: #34b38a;
  text-align: center;
}
.cid-v0tbXylnlP .mbr-text,
.cid-v0tbXylnlP .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v0tbXylnlP .card-title {
  color: #000000;
}
.cid-v0tbXylnlP .card-title_2 {
  color: #34b38a;
}
.cid-v0tbXylnlP .card-price {
  color: #a6adbf;
}
.cid-v0tbXylnlP .card-price_2 {
  color: #34b38a;
}
.cid-v0tbXylnlP .card-text {
  color: #666666;
}
.cid-v0tbXylnlP .list {
  color: #111111;
}
.cid-sFAZRnJnnI {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFAZRnJnnI .mbr-section-subtitle {
  color: #393e46;
}
.cid-t40Pq9uhEo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t40Pq9uhEo .mbr-text {
  color: #767676;
}
.cid-t40Pq9uhEo .mbr-section-subtitle {
  color: #767676;
}
.cid-t40Pq9uhEo .title .num {
  width: 100%;
  display: block;
}
.cid-t40Pq9uhEo .title .card-title {
  z-index: 1;
}
.cid-t40Pq9uhEo .num {
  color: #76d7b8;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t40Pq9uhEo * {
    text-align: center !important;
  }
  .cid-t40Pq9uhEo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-t40Pq9uhEo .card-title,
.cid-t40Pq9uhEo .card-img {
  text-align: center;
}
.cid-t5gc4UXkba {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t5gc4UXkba img,
.cid-t5gc4UXkba .item-img {
  width: 100%;
}
.cid-t5gc4UXkba .item:focus,
.cid-t5gc4UXkba span:focus {
  outline: none;
}
.cid-t5gc4UXkba .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t5gc4UXkba .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t5gc4UXkba .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t5gc4UXkba .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5gc4UXkba .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t5gc4UXkba .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t5gc4UXkba .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5gc4UXkba .mbr-section-title {
  color: #393e46;
}
.cid-t5gc4UXkba .mbr-text,
.cid-t5gc4UXkba .mbr-section-btn {
  text-align: left;
}
.cid-t5gc4UXkba .item-title {
  text-align: left;
}
.cid-t5gc4UXkba .item-subtitle {
  text-align: left;
}
.cid-t2P4lxEYW7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t2P4lxEYW7 img,
.cid-t2P4lxEYW7 .item-img {
  width: 100%;
}
.cid-t2P4lxEYW7 .item:focus,
.cid-t2P4lxEYW7 span:focus {
  outline: none;
}
.cid-t2P4lxEYW7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2P4lxEYW7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2P4lxEYW7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t2P4lxEYW7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2P4lxEYW7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t2P4lxEYW7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t2P4lxEYW7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2P4lxEYW7 .mbr-section-title {
  color: #393e46;
}
.cid-t2P4lxEYW7 .mbr-text,
.cid-t2P4lxEYW7 .mbr-section-btn {
  text-align: left;
}
.cid-t2P4lxEYW7 .item-title {
  text-align: left;
  color: #393e46;
}
.cid-t2P4lxEYW7 .item-subtitle {
  text-align: left;
}
.cid-t2PcYyiFm6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t2PcYyiFm6 img,
.cid-t2PcYyiFm6 .item-img {
  width: 100%;
}
.cid-t2PcYyiFm6 .item:focus,
.cid-t2PcYyiFm6 span:focus {
  outline: none;
}
.cid-t2PcYyiFm6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PcYyiFm6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PcYyiFm6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t2PcYyiFm6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PcYyiFm6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t2PcYyiFm6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t2PcYyiFm6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PcYyiFm6 .mbr-section-title {
  color: #393e46;
}
.cid-t2PcYyiFm6 .mbr-text,
.cid-t2PcYyiFm6 .mbr-section-btn {
  text-align: left;
}
.cid-t2PcYyiFm6 .item-title {
  text-align: left;
  color: #393e46;
}
.cid-t2PcYyiFm6 .item-subtitle {
  text-align: left;
}
.cid-t2PdrV5qLj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t2PdrV5qLj img,
.cid-t2PdrV5qLj .item-img {
  width: 100%;
}
.cid-t2PdrV5qLj .item:focus,
.cid-t2PdrV5qLj span:focus {
  outline: none;
}
.cid-t2PdrV5qLj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PdrV5qLj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PdrV5qLj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t2PdrV5qLj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PdrV5qLj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t2PdrV5qLj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t2PdrV5qLj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PdrV5qLj .mbr-section-title {
  color: #393e46;
}
.cid-t2PdrV5qLj .mbr-text,
.cid-t2PdrV5qLj .mbr-section-btn {
  text-align: left;
}
.cid-t2PdrV5qLj .item-title {
  text-align: left;
  color: #393e46;
}
.cid-t2PdrV5qLj .item-subtitle {
  text-align: left;
}
.cid-t2PeuzPwiu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t2PeuzPwiu .mbr-text {
  color: #8e8f8f;
}
.cid-t2PeuzPwiu .mbr-section-subtitle {
  color: #393e46;
}
.cid-sFzDs3t9EG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #393e46;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFzIA7KGYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #34b38a;
}
.cid-sFzIA7KGYz .mbr-section-title {
  color: #393e46;
}
.cid-sFzIA7KGYz .card-title {
  color: #393e46;
}
.cid-sFCygHrmNf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-t2TIyh3Xsp {
  z-index: 1000;
  width: 100%;
}
.cid-t2TIyh3Xsp nav.navbar {
  position: fixed;
}
.cid-t2TIyh3Xsp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2TIyh3Xsp .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2TIyh3Xsp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2TIyh3Xsp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2TIyh3Xsp .dropdown-item:hover,
.cid-t2TIyh3Xsp .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2TIyh3Xsp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2TIyh3Xsp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2TIyh3Xsp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2TIyh3Xsp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2TIyh3Xsp .nav-link {
  position: relative;
}
.cid-t2TIyh3Xsp .container {
  display: flex;
  margin: auto;
}
.cid-t2TIyh3Xsp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2TIyh3Xsp .dropdown-menu,
.cid-t2TIyh3Xsp .navbar.opened {
  background: #fafafa !important;
}
.cid-t2TIyh3Xsp .nav-item:focus,
.cid-t2TIyh3Xsp .nav-link:focus {
  outline: none;
}
.cid-t2TIyh3Xsp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2TIyh3Xsp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2TIyh3Xsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2TIyh3Xsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2TIyh3Xsp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2TIyh3Xsp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2TIyh3Xsp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2TIyh3Xsp .navbar.opened {
  transition: all 0.3s;
}
.cid-t2TIyh3Xsp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2TIyh3Xsp .navbar .navbar-logo img {
  width: auto;
}
.cid-t2TIyh3Xsp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2TIyh3Xsp .navbar.collapsed {
  justify-content: center;
}
.cid-t2TIyh3Xsp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2TIyh3Xsp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2TIyh3Xsp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2TIyh3Xsp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2TIyh3Xsp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2TIyh3Xsp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2TIyh3Xsp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2TIyh3Xsp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2TIyh3Xsp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2TIyh3Xsp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2TIyh3Xsp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2TIyh3Xsp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2TIyh3Xsp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2TIyh3Xsp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2TIyh3Xsp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2TIyh3Xsp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2TIyh3Xsp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2TIyh3Xsp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2TIyh3Xsp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2TIyh3Xsp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2TIyh3Xsp .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2TIyh3Xsp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2TIyh3Xsp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2TIyh3Xsp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2TIyh3Xsp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2TIyh3Xsp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2TIyh3Xsp .dropdown-item.active,
.cid-t2TIyh3Xsp .dropdown-item:active {
  background-color: transparent;
}
.cid-t2TIyh3Xsp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2TIyh3Xsp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2TIyh3Xsp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2TIyh3Xsp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2TIyh3Xsp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2TIyh3Xsp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2TIyh3Xsp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2TIyh3Xsp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2TIyh3Xsp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2TIyh3Xsp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2TIyh3Xsp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2TIyh3Xsp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2TIyh3Xsp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2TIyh3Xsp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2TIyh3Xsp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2TIyh3Xsp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2TIyh3Xsp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2TIyh3Xsp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2TIyh3Xsp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2TIyh3Xsp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2TIyh3Xsp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2TIyh3Xsp .navbar {
    height: 70px;
  }
  .cid-t2TIyh3Xsp .navbar.opened {
    height: auto;
  }
  .cid-t2TIyh3Xsp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2TIyhI0Hl {
  padding-top: 13.5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-t2TIyhI0Hl .row {
  flex-direction: row-reverse;
}
.cid-t2TIyhI0Hl .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #34b38a;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t2TIyhI0Hl .mbr-media {
  position: relative;
}
.cid-t2TIyhI0Hl .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t2TIyhI0Hl .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t2TIyhI0Hl .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t2TIyhI0Hl .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t2TIyhI0Hl .card-title {
  padding: 0;
  margin: 0;
}
.cid-t2TIyhI0Hl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t2TIyhI0Hl .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2TIyhI0Hl .card-wrapper {
    width: fit-content;
  }
}
.cid-t2TIyhI0Hl .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t2TIyhI0Hl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2TIyhI0Hl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2TIyhI0Hl .card-title,
.cid-t2TIyhI0Hl .card-icon {
  color: #393e46;
}
.cid-t2TIyhI0Hl .mbr-section-title {
  color: #393e46;
}
.cid-t2TIyhI0Hl .mbr-text,
.cid-t2TIyhI0Hl .mbr-section-btn {
  color: #8e8f8f;
}
.cid-t2TIyhI0Hl .price-title {
  text-align: center;
  color: #103178;
}
.cid-t2TIyhI0Hl .price {
  text-align: center;
  color: #103178;
}
.cid-t2TIyhI0Hl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2TIyhI0Hl .mbr-media a:hover {
  background-image: none!important;
}
.cid-t2TIyhI0Hl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2TIyhI0Hl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2TIyhI0Hl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2TIyhI0Hl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2TIyhI0Hl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2TIyos7I0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2TIyos7I0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2TIyos7I0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2TIyos7I0 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2TIyos7I0 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2TIyos7I0 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2TIyos7I0 .row .foot-menu li p {
  margin: 0;
}
.cid-t2TIyos7I0 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2TIyos7I0 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2TIyos7I0 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2TIyos7I0 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2TIyos7I0 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2TIyos7I0 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2TIyos7I0 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2TIyos7I0 .row .row-copirayt p {
  width: 100%;
}
.cid-t2UunCdLkp {
  z-index: 1000;
  width: 100%;
}
.cid-t2UunCdLkp nav.navbar {
  position: fixed;
}
.cid-t2UunCdLkp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UunCdLkp .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UunCdLkp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UunCdLkp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UunCdLkp .dropdown-item:hover,
.cid-t2UunCdLkp .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UunCdLkp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UunCdLkp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UunCdLkp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UunCdLkp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UunCdLkp .nav-link {
  position: relative;
}
.cid-t2UunCdLkp .container {
  display: flex;
  margin: auto;
}
.cid-t2UunCdLkp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UunCdLkp .dropdown-menu,
.cid-t2UunCdLkp .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UunCdLkp .nav-item:focus,
.cid-t2UunCdLkp .nav-link:focus {
  outline: none;
}
.cid-t2UunCdLkp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UunCdLkp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UunCdLkp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UunCdLkp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UunCdLkp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UunCdLkp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UunCdLkp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UunCdLkp .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UunCdLkp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UunCdLkp .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UunCdLkp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UunCdLkp .navbar.collapsed {
  justify-content: center;
}
.cid-t2UunCdLkp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UunCdLkp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UunCdLkp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UunCdLkp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UunCdLkp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UunCdLkp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UunCdLkp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UunCdLkp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UunCdLkp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UunCdLkp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UunCdLkp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UunCdLkp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UunCdLkp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UunCdLkp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UunCdLkp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UunCdLkp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UunCdLkp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UunCdLkp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UunCdLkp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UunCdLkp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UunCdLkp .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UunCdLkp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UunCdLkp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UunCdLkp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UunCdLkp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UunCdLkp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UunCdLkp .dropdown-item.active,
.cid-t2UunCdLkp .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UunCdLkp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UunCdLkp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UunCdLkp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UunCdLkp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UunCdLkp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UunCdLkp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UunCdLkp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UunCdLkp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UunCdLkp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UunCdLkp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UunCdLkp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UunCdLkp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UunCdLkp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UunCdLkp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UunCdLkp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UunCdLkp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UunCdLkp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UunCdLkp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UunCdLkp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UunCdLkp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UunCdLkp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UunCdLkp .navbar {
    height: 70px;
  }
  .cid-t2UunCdLkp .navbar.opened {
    height: auto;
  }
  .cid-t2UunCdLkp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UuLsO6hT {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UuLsO6hT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UuLsO6hT .row {
  flex-direction: row-reverse;
}
.cid-t2UuLsO6hT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UuLsO6hT .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UuP4v3Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UuT7OYaW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UuT7OYaW .mbr-media {
  position: relative;
}
.cid-t2UuT7OYaW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UuT7OYaW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UuT7OYaW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UuT7OYaW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UuT7OYaW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UuT7OYaW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UuT7OYaW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UuT7OYaW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UunFmrBD {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UunFmrBD .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UwWy8g1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UunJAp4H {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UunJAp4H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UunJAp4H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UunJAp4H .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UunJAp4H .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UunJAp4H .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UunJAp4H .row .foot-menu li p {
  margin: 0;
}
.cid-t2UunJAp4H .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UunJAp4H .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UunJAp4H .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UunJAp4H .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UunJAp4H .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UunJAp4H .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UunJAp4H .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UunJAp4H .row .row-copirayt p {
  width: 100%;
}
.cid-t2UzgS6wQL {
  z-index: 1000;
  width: 100%;
}
.cid-t2UzgS6wQL nav.navbar {
  position: fixed;
}
.cid-t2UzgS6wQL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UzgS6wQL .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UzgS6wQL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UzgS6wQL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UzgS6wQL .dropdown-item:hover,
.cid-t2UzgS6wQL .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UzgS6wQL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UzgS6wQL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UzgS6wQL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UzgS6wQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UzgS6wQL .nav-link {
  position: relative;
}
.cid-t2UzgS6wQL .container {
  display: flex;
  margin: auto;
}
.cid-t2UzgS6wQL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UzgS6wQL .dropdown-menu,
.cid-t2UzgS6wQL .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UzgS6wQL .nav-item:focus,
.cid-t2UzgS6wQL .nav-link:focus {
  outline: none;
}
.cid-t2UzgS6wQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UzgS6wQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UzgS6wQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UzgS6wQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UzgS6wQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UzgS6wQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UzgS6wQL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UzgS6wQL .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UzgS6wQL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UzgS6wQL .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UzgS6wQL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UzgS6wQL .navbar.collapsed {
  justify-content: center;
}
.cid-t2UzgS6wQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UzgS6wQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UzgS6wQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UzgS6wQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UzgS6wQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UzgS6wQL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UzgS6wQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UzgS6wQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UzgS6wQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UzgS6wQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UzgS6wQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UzgS6wQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UzgS6wQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UzgS6wQL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UzgS6wQL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UzgS6wQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UzgS6wQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UzgS6wQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UzgS6wQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UzgS6wQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UzgS6wQL .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UzgS6wQL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UzgS6wQL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UzgS6wQL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UzgS6wQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UzgS6wQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UzgS6wQL .dropdown-item.active,
.cid-t2UzgS6wQL .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UzgS6wQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UzgS6wQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UzgS6wQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UzgS6wQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UzgS6wQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UzgS6wQL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UzgS6wQL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UzgS6wQL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UzgS6wQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UzgS6wQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UzgS6wQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UzgS6wQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UzgS6wQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UzgS6wQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UzgS6wQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UzgS6wQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UzgS6wQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UzgS6wQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UzgS6wQL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UzgS6wQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UzgS6wQL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UzgS6wQL .navbar {
    height: 70px;
  }
  .cid-t2UzgS6wQL .navbar.opened {
    height: auto;
  }
  .cid-t2UzgS6wQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UzgSzUJq {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UzgSzUJq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UzgSzUJq .row {
  flex-direction: row-reverse;
}
.cid-t2UzgSzUJq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UzgSzUJq .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UzgSYgWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UzgTdfrs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UzgTdfrs .mbr-media {
  position: relative;
}
.cid-t2UzgTdfrs .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UzgTdfrs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UzgTdfrs .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UzgTdfrs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UzgTdfrs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UzgTdfrs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UzgTdfrs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UzgTdfrs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UzgTJHOX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UzgTJHOX .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UzgU4he0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UzgUi9j5 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UzgUi9j5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UzgUi9j5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UzgUi9j5 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UzgUi9j5 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UzgUi9j5 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UzgUi9j5 .row .foot-menu li p {
  margin: 0;
}
.cid-t2UzgUi9j5 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UzgUi9j5 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UzgUi9j5 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UzgUi9j5 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UzgUi9j5 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UzgUi9j5 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UzgUi9j5 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UzgUi9j5 .row .row-copirayt p {
  width: 100%;
}
.cid-t2UB4qz6sm {
  z-index: 1000;
  width: 100%;
}
.cid-t2UB4qz6sm nav.navbar {
  position: fixed;
}
.cid-t2UB4qz6sm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UB4qz6sm .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UB4qz6sm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UB4qz6sm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UB4qz6sm .dropdown-item:hover,
.cid-t2UB4qz6sm .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UB4qz6sm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UB4qz6sm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UB4qz6sm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UB4qz6sm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UB4qz6sm .nav-link {
  position: relative;
}
.cid-t2UB4qz6sm .container {
  display: flex;
  margin: auto;
}
.cid-t2UB4qz6sm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UB4qz6sm .dropdown-menu,
.cid-t2UB4qz6sm .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UB4qz6sm .nav-item:focus,
.cid-t2UB4qz6sm .nav-link:focus {
  outline: none;
}
.cid-t2UB4qz6sm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UB4qz6sm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UB4qz6sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UB4qz6sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UB4qz6sm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UB4qz6sm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UB4qz6sm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UB4qz6sm .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UB4qz6sm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UB4qz6sm .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UB4qz6sm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UB4qz6sm .navbar.collapsed {
  justify-content: center;
}
.cid-t2UB4qz6sm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UB4qz6sm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UB4qz6sm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UB4qz6sm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UB4qz6sm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UB4qz6sm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UB4qz6sm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UB4qz6sm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UB4qz6sm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UB4qz6sm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UB4qz6sm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UB4qz6sm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UB4qz6sm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UB4qz6sm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UB4qz6sm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UB4qz6sm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UB4qz6sm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UB4qz6sm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UB4qz6sm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UB4qz6sm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UB4qz6sm .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UB4qz6sm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UB4qz6sm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UB4qz6sm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UB4qz6sm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UB4qz6sm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UB4qz6sm .dropdown-item.active,
.cid-t2UB4qz6sm .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UB4qz6sm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UB4qz6sm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UB4qz6sm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UB4qz6sm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UB4qz6sm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UB4qz6sm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UB4qz6sm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UB4qz6sm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UB4qz6sm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UB4qz6sm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UB4qz6sm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UB4qz6sm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UB4qz6sm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UB4qz6sm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UB4qz6sm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UB4qz6sm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UB4qz6sm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UB4qz6sm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UB4qz6sm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UB4qz6sm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UB4qz6sm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UB4qz6sm .navbar {
    height: 70px;
  }
  .cid-t2UB4qz6sm .navbar.opened {
    height: auto;
  }
  .cid-t2UB4qz6sm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UB4r5Yro {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UB4r5Yro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UB4r5Yro .row {
  flex-direction: row-reverse;
}
.cid-t2UB4r5Yro img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UB4r5Yro .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UB4rueE2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UB4rKX8b {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UB4rKX8b .mbr-media {
  position: relative;
}
.cid-t2UB4rKX8b .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UB4rKX8b .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UB4rKX8b .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UB4rKX8b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UB4rKX8b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UB4rKX8b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UB4rKX8b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UB4rKX8b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UB4snGdf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UB4snGdf .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UB4sF5Od {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UB4sUWV9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UB4sUWV9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UB4sUWV9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UB4sUWV9 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UB4sUWV9 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UB4sUWV9 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UB4sUWV9 .row .foot-menu li p {
  margin: 0;
}
.cid-t2UB4sUWV9 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UB4sUWV9 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UB4sUWV9 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UB4sUWV9 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UB4sUWV9 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UB4sUWV9 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UB4sUWV9 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UB4sUWV9 .row .row-copirayt p {
  width: 100%;
}
.cid-t2UDb9J2Fy {
  z-index: 1000;
  width: 100%;
}
.cid-t2UDb9J2Fy nav.navbar {
  position: fixed;
}
.cid-t2UDb9J2Fy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UDb9J2Fy .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UDb9J2Fy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UDb9J2Fy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UDb9J2Fy .dropdown-item:hover,
.cid-t2UDb9J2Fy .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UDb9J2Fy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UDb9J2Fy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UDb9J2Fy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UDb9J2Fy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UDb9J2Fy .nav-link {
  position: relative;
}
.cid-t2UDb9J2Fy .container {
  display: flex;
  margin: auto;
}
.cid-t2UDb9J2Fy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UDb9J2Fy .dropdown-menu,
.cid-t2UDb9J2Fy .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UDb9J2Fy .nav-item:focus,
.cid-t2UDb9J2Fy .nav-link:focus {
  outline: none;
}
.cid-t2UDb9J2Fy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UDb9J2Fy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UDb9J2Fy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UDb9J2Fy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UDb9J2Fy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UDb9J2Fy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UDb9J2Fy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UDb9J2Fy .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UDb9J2Fy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UDb9J2Fy .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UDb9J2Fy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UDb9J2Fy .navbar.collapsed {
  justify-content: center;
}
.cid-t2UDb9J2Fy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UDb9J2Fy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UDb9J2Fy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UDb9J2Fy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UDb9J2Fy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UDb9J2Fy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UDb9J2Fy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UDb9J2Fy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UDb9J2Fy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UDb9J2Fy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UDb9J2Fy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UDb9J2Fy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UDb9J2Fy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UDb9J2Fy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UDb9J2Fy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UDb9J2Fy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UDb9J2Fy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UDb9J2Fy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UDb9J2Fy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UDb9J2Fy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UDb9J2Fy .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UDb9J2Fy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UDb9J2Fy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UDb9J2Fy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UDb9J2Fy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UDb9J2Fy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UDb9J2Fy .dropdown-item.active,
.cid-t2UDb9J2Fy .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UDb9J2Fy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UDb9J2Fy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UDb9J2Fy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UDb9J2Fy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UDb9J2Fy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UDb9J2Fy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UDb9J2Fy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UDb9J2Fy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UDb9J2Fy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UDb9J2Fy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UDb9J2Fy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UDb9J2Fy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UDb9J2Fy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UDb9J2Fy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UDb9J2Fy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UDb9J2Fy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UDb9J2Fy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UDb9J2Fy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UDb9J2Fy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UDb9J2Fy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UDb9J2Fy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UDb9J2Fy .navbar {
    height: 70px;
  }
  .cid-t2UDb9J2Fy .navbar.opened {
    height: auto;
  }
  .cid-t2UDb9J2Fy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UDbagEmO {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UDbagEmO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UDbagEmO .row {
  flex-direction: row-reverse;
}
.cid-t2UDbagEmO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UDbagEmO .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UDbaIs9C {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UDbaXMPo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UDbaXMPo .mbr-media {
  position: relative;
}
.cid-t2UDbaXMPo .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UDbaXMPo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UDbaXMPo .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UDbaXMPo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UDbaXMPo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UDbaXMPo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UDbaXMPo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UDbaXMPo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UDbbu8Mt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UDbbu8Mt .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UDbbKb0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UDbbYYIX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UDbbYYIX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UDbbYYIX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UDbbYYIX .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UDbbYYIX .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UDbbYYIX .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UDbbYYIX .row .foot-menu li p {
  margin: 0;
}
.cid-t2UDbbYYIX .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UDbbYYIX .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UDbbYYIX .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UDbbYYIX .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UDbbYYIX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UDbbYYIX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UDbbYYIX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UDbbYYIX .row .row-copirayt p {
  width: 100%;
}
.cid-t2UEkdTxK8 {
  z-index: 1000;
  width: 100%;
}
.cid-t2UEkdTxK8 nav.navbar {
  position: fixed;
}
.cid-t2UEkdTxK8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UEkdTxK8 .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UEkdTxK8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UEkdTxK8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UEkdTxK8 .dropdown-item:hover,
.cid-t2UEkdTxK8 .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UEkdTxK8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UEkdTxK8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UEkdTxK8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UEkdTxK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UEkdTxK8 .nav-link {
  position: relative;
}
.cid-t2UEkdTxK8 .container {
  display: flex;
  margin: auto;
}
.cid-t2UEkdTxK8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UEkdTxK8 .dropdown-menu,
.cid-t2UEkdTxK8 .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UEkdTxK8 .nav-item:focus,
.cid-t2UEkdTxK8 .nav-link:focus {
  outline: none;
}
.cid-t2UEkdTxK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UEkdTxK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UEkdTxK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UEkdTxK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UEkdTxK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UEkdTxK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UEkdTxK8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UEkdTxK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UEkdTxK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UEkdTxK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UEkdTxK8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UEkdTxK8 .navbar.collapsed {
  justify-content: center;
}
.cid-t2UEkdTxK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UEkdTxK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UEkdTxK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UEkdTxK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UEkdTxK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UEkdTxK8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UEkdTxK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UEkdTxK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UEkdTxK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UEkdTxK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UEkdTxK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UEkdTxK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UEkdTxK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UEkdTxK8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UEkdTxK8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UEkdTxK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UEkdTxK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UEkdTxK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UEkdTxK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UEkdTxK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UEkdTxK8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UEkdTxK8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UEkdTxK8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UEkdTxK8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UEkdTxK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UEkdTxK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UEkdTxK8 .dropdown-item.active,
.cid-t2UEkdTxK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UEkdTxK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UEkdTxK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UEkdTxK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UEkdTxK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UEkdTxK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UEkdTxK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UEkdTxK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UEkdTxK8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UEkdTxK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UEkdTxK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UEkdTxK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UEkdTxK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UEkdTxK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UEkdTxK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UEkdTxK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UEkdTxK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UEkdTxK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UEkdTxK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UEkdTxK8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UEkdTxK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UEkdTxK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UEkdTxK8 .navbar {
    height: 70px;
  }
  .cid-t2UEkdTxK8 .navbar.opened {
    height: auto;
  }
  .cid-t2UEkdTxK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UEkemRzl {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UEkemRzl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UEkemRzl .row {
  flex-direction: row-reverse;
}
.cid-t2UEkemRzl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UEkemRzl .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UEkeIejq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UEkeXbit {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UEkeXbit .mbr-media {
  position: relative;
}
.cid-t2UEkeXbit .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UEkeXbit .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UEkeXbit .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UEkeXbit .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UEkeXbit .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UEkeXbit .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UEkeXbit .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UEkeXbit .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UEkfs6eM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UEkfs6eM .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UEkfIwvC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UEkfXUcy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UEkfXUcy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UEkfXUcy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UEkfXUcy .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UEkfXUcy .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UEkfXUcy .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UEkfXUcy .row .foot-menu li p {
  margin: 0;
}
.cid-t2UEkfXUcy .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UEkfXUcy .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UEkfXUcy .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UEkfXUcy .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UEkfXUcy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UEkfXUcy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UEkfXUcy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UEkfXUcy .row .row-copirayt p {
  width: 100%;
}
.cid-t2UFZN0quY {
  z-index: 1000;
  width: 100%;
}
.cid-t2UFZN0quY nav.navbar {
  position: fixed;
}
.cid-t2UFZN0quY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UFZN0quY .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UFZN0quY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UFZN0quY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UFZN0quY .dropdown-item:hover,
.cid-t2UFZN0quY .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UFZN0quY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UFZN0quY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UFZN0quY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UFZN0quY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UFZN0quY .nav-link {
  position: relative;
}
.cid-t2UFZN0quY .container {
  display: flex;
  margin: auto;
}
.cid-t2UFZN0quY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UFZN0quY .dropdown-menu,
.cid-t2UFZN0quY .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UFZN0quY .nav-item:focus,
.cid-t2UFZN0quY .nav-link:focus {
  outline: none;
}
.cid-t2UFZN0quY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UFZN0quY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UFZN0quY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UFZN0quY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UFZN0quY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UFZN0quY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UFZN0quY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UFZN0quY .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UFZN0quY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UFZN0quY .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UFZN0quY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UFZN0quY .navbar.collapsed {
  justify-content: center;
}
.cid-t2UFZN0quY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UFZN0quY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UFZN0quY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UFZN0quY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UFZN0quY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UFZN0quY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UFZN0quY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UFZN0quY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UFZN0quY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UFZN0quY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UFZN0quY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UFZN0quY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UFZN0quY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UFZN0quY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UFZN0quY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UFZN0quY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UFZN0quY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UFZN0quY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UFZN0quY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UFZN0quY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UFZN0quY .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UFZN0quY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UFZN0quY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UFZN0quY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UFZN0quY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UFZN0quY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UFZN0quY .dropdown-item.active,
.cid-t2UFZN0quY .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UFZN0quY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UFZN0quY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UFZN0quY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UFZN0quY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UFZN0quY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UFZN0quY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UFZN0quY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UFZN0quY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UFZN0quY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UFZN0quY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UFZN0quY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UFZN0quY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UFZN0quY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UFZN0quY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UFZN0quY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UFZN0quY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UFZN0quY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UFZN0quY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UFZN0quY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UFZN0quY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UFZN0quY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UFZN0quY .navbar {
    height: 70px;
  }
  .cid-t2UFZN0quY .navbar.opened {
    height: auto;
  }
  .cid-t2UFZN0quY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UFZNJfpF {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UFZNJfpF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UFZNJfpF .row {
  flex-direction: row-reverse;
}
.cid-t2UFZNJfpF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UFZNJfpF .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UFZOecKJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UFZOyuTk {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UFZOyuTk .mbr-media {
  position: relative;
}
.cid-t2UFZOyuTk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UFZOyuTk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UFZOyuTk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UFZOyuTk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UFZOyuTk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UFZOyuTk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UFZOyuTk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UFZOyuTk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UFZPeCKm {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UFZPeCKm .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UFZPyvZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UFZPRUFu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UFZPRUFu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UFZPRUFu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UFZPRUFu .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UFZPRUFu .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UFZPRUFu .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UFZPRUFu .row .foot-menu li p {
  margin: 0;
}
.cid-t2UFZPRUFu .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UFZPRUFu .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UFZPRUFu .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UFZPRUFu .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UFZPRUFu .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UFZPRUFu .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UFZPRUFu .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UFZPRUFu .row .row-copirayt p {
  width: 100%;
}
.cid-t2UHROHz1t {
  z-index: 1000;
  width: 100%;
}
.cid-t2UHROHz1t nav.navbar {
  position: fixed;
}
.cid-t2UHROHz1t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UHROHz1t .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UHROHz1t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UHROHz1t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UHROHz1t .dropdown-item:hover,
.cid-t2UHROHz1t .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UHROHz1t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UHROHz1t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UHROHz1t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UHROHz1t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UHROHz1t .nav-link {
  position: relative;
}
.cid-t2UHROHz1t .container {
  display: flex;
  margin: auto;
}
.cid-t2UHROHz1t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UHROHz1t .dropdown-menu,
.cid-t2UHROHz1t .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UHROHz1t .nav-item:focus,
.cid-t2UHROHz1t .nav-link:focus {
  outline: none;
}
.cid-t2UHROHz1t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UHROHz1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UHROHz1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UHROHz1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UHROHz1t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UHROHz1t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UHROHz1t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UHROHz1t .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UHROHz1t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UHROHz1t .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UHROHz1t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UHROHz1t .navbar.collapsed {
  justify-content: center;
}
.cid-t2UHROHz1t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UHROHz1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UHROHz1t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UHROHz1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UHROHz1t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UHROHz1t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UHROHz1t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UHROHz1t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UHROHz1t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UHROHz1t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UHROHz1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UHROHz1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UHROHz1t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UHROHz1t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UHROHz1t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UHROHz1t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UHROHz1t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UHROHz1t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UHROHz1t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UHROHz1t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UHROHz1t .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UHROHz1t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UHROHz1t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UHROHz1t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UHROHz1t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UHROHz1t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UHROHz1t .dropdown-item.active,
.cid-t2UHROHz1t .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UHROHz1t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UHROHz1t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UHROHz1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UHROHz1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UHROHz1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UHROHz1t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UHROHz1t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UHROHz1t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UHROHz1t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UHROHz1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UHROHz1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UHROHz1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UHROHz1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UHROHz1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UHROHz1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UHROHz1t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UHROHz1t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UHROHz1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UHROHz1t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UHROHz1t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UHROHz1t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UHROHz1t .navbar {
    height: 70px;
  }
  .cid-t2UHROHz1t .navbar.opened {
    height: auto;
  }
  .cid-t2UHROHz1t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UHRP8xxk {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UHRP8xxk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UHRP8xxk .row {
  flex-direction: row-reverse;
}
.cid-t2UHRP8xxk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UHRP8xxk .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UHRPt8Di {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UHRPIIbR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UHRPIIbR .mbr-media {
  position: relative;
}
.cid-t2UHRPIIbR .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UHRPIIbR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UHRPIIbR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UHRPIIbR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UHRPIIbR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UHRPIIbR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UHRPIIbR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UHRPIIbR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UHRQf3o7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UHRQf3o7 .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UHRQvjBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UHRQJGXw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UHRQJGXw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UHRQJGXw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UHRQJGXw .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UHRQJGXw .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UHRQJGXw .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UHRQJGXw .row .foot-menu li p {
  margin: 0;
}
.cid-t2UHRQJGXw .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UHRQJGXw .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UHRQJGXw .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UHRQJGXw .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UHRQJGXw .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UHRQJGXw .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UHRQJGXw .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UHRQJGXw .row .row-copirayt p {
  width: 100%;
}
.cid-t2UIZ3pQWD {
  z-index: 1000;
  width: 100%;
}
.cid-t2UIZ3pQWD nav.navbar {
  position: fixed;
}
.cid-t2UIZ3pQWD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UIZ3pQWD .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UIZ3pQWD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UIZ3pQWD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UIZ3pQWD .dropdown-item:hover,
.cid-t2UIZ3pQWD .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UIZ3pQWD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UIZ3pQWD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UIZ3pQWD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UIZ3pQWD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UIZ3pQWD .nav-link {
  position: relative;
}
.cid-t2UIZ3pQWD .container {
  display: flex;
  margin: auto;
}
.cid-t2UIZ3pQWD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UIZ3pQWD .dropdown-menu,
.cid-t2UIZ3pQWD .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UIZ3pQWD .nav-item:focus,
.cid-t2UIZ3pQWD .nav-link:focus {
  outline: none;
}
.cid-t2UIZ3pQWD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UIZ3pQWD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UIZ3pQWD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UIZ3pQWD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UIZ3pQWD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UIZ3pQWD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UIZ3pQWD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UIZ3pQWD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UIZ3pQWD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UIZ3pQWD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UIZ3pQWD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UIZ3pQWD .navbar.collapsed {
  justify-content: center;
}
.cid-t2UIZ3pQWD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UIZ3pQWD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UIZ3pQWD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UIZ3pQWD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UIZ3pQWD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UIZ3pQWD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UIZ3pQWD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UIZ3pQWD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UIZ3pQWD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UIZ3pQWD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UIZ3pQWD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UIZ3pQWD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UIZ3pQWD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UIZ3pQWD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UIZ3pQWD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UIZ3pQWD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UIZ3pQWD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UIZ3pQWD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UIZ3pQWD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UIZ3pQWD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UIZ3pQWD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UIZ3pQWD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UIZ3pQWD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UIZ3pQWD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UIZ3pQWD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UIZ3pQWD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UIZ3pQWD .dropdown-item.active,
.cid-t2UIZ3pQWD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UIZ3pQWD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UIZ3pQWD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UIZ3pQWD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UIZ3pQWD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UIZ3pQWD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UIZ3pQWD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UIZ3pQWD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UIZ3pQWD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UIZ3pQWD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UIZ3pQWD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UIZ3pQWD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UIZ3pQWD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UIZ3pQWD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UIZ3pQWD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UIZ3pQWD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UIZ3pQWD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UIZ3pQWD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UIZ3pQWD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UIZ3pQWD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UIZ3pQWD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UIZ3pQWD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UIZ3pQWD .navbar {
    height: 70px;
  }
  .cid-t2UIZ3pQWD .navbar.opened {
    height: auto;
  }
  .cid-t2UIZ3pQWD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UIZ49wXN {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UIZ49wXN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UIZ49wXN .row {
  flex-direction: row-reverse;
}
.cid-t2UIZ49wXN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UIZ49wXN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UIZ4JXC0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UIZ55Cml {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UIZ55Cml .mbr-media {
  position: relative;
}
.cid-t2UIZ55Cml .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UIZ55Cml .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UIZ55Cml .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UIZ55Cml .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UIZ55Cml .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UIZ55Cml .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UIZ55Cml .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UIZ55Cml .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UIZ5Rzk2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UIZ5Rzk2 .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UIZ6eljo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UIZ6AqyZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UIZ6AqyZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UIZ6AqyZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UIZ6AqyZ .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UIZ6AqyZ .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UIZ6AqyZ .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UIZ6AqyZ .row .foot-menu li p {
  margin: 0;
}
.cid-t2UIZ6AqyZ .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UIZ6AqyZ .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UIZ6AqyZ .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UIZ6AqyZ .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UIZ6AqyZ .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UIZ6AqyZ .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UIZ6AqyZ .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UIZ6AqyZ .row .row-copirayt p {
  width: 100%;
}
.cid-t2UJI9flEj {
  z-index: 1000;
  width: 100%;
}
.cid-t2UJI9flEj nav.navbar {
  position: fixed;
}
.cid-t2UJI9flEj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UJI9flEj .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UJI9flEj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UJI9flEj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UJI9flEj .dropdown-item:hover,
.cid-t2UJI9flEj .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UJI9flEj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UJI9flEj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UJI9flEj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UJI9flEj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UJI9flEj .nav-link {
  position: relative;
}
.cid-t2UJI9flEj .container {
  display: flex;
  margin: auto;
}
.cid-t2UJI9flEj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UJI9flEj .dropdown-menu,
.cid-t2UJI9flEj .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UJI9flEj .nav-item:focus,
.cid-t2UJI9flEj .nav-link:focus {
  outline: none;
}
.cid-t2UJI9flEj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UJI9flEj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UJI9flEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UJI9flEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UJI9flEj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UJI9flEj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UJI9flEj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UJI9flEj .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UJI9flEj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UJI9flEj .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UJI9flEj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UJI9flEj .navbar.collapsed {
  justify-content: center;
}
.cid-t2UJI9flEj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UJI9flEj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UJI9flEj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UJI9flEj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UJI9flEj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UJI9flEj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UJI9flEj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UJI9flEj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UJI9flEj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UJI9flEj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UJI9flEj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UJI9flEj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UJI9flEj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UJI9flEj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UJI9flEj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UJI9flEj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UJI9flEj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UJI9flEj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UJI9flEj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UJI9flEj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UJI9flEj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UJI9flEj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UJI9flEj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UJI9flEj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UJI9flEj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UJI9flEj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UJI9flEj .dropdown-item.active,
.cid-t2UJI9flEj .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UJI9flEj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UJI9flEj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UJI9flEj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UJI9flEj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UJI9flEj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UJI9flEj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UJI9flEj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UJI9flEj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UJI9flEj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UJI9flEj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UJI9flEj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UJI9flEj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UJI9flEj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UJI9flEj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UJI9flEj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UJI9flEj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UJI9flEj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UJI9flEj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UJI9flEj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UJI9flEj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UJI9flEj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UJI9flEj .navbar {
    height: 70px;
  }
  .cid-t2UJI9flEj .navbar.opened {
    height: auto;
  }
  .cid-t2UJI9flEj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UJIa3oLZ {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UJIa3oLZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UJIa3oLZ .row {
  flex-direction: row-reverse;
}
.cid-t2UJIa3oLZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UJIa3oLZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UJIaAWLl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UJIaVql6 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UJIaVql6 .mbr-media {
  position: relative;
}
.cid-t2UJIaVql6 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UJIaVql6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UJIaVql6 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UJIaVql6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UJIaVql6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UJIaVql6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UJIaVql6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UJIaVql6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UJIbIRjj {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UJIbIRjj .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UJIc3LQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UJIclAkb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UJIclAkb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UJIclAkb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UJIclAkb .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UJIclAkb .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UJIclAkb .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UJIclAkb .row .foot-menu li p {
  margin: 0;
}
.cid-t2UJIclAkb .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UJIclAkb .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UJIclAkb .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UJIclAkb .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UJIclAkb .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UJIclAkb .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UJIclAkb .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UJIclAkb .row .row-copirayt p {
  width: 100%;
}
.cid-t2UKZa7pcF {
  z-index: 1000;
  width: 100%;
}
.cid-t2UKZa7pcF nav.navbar {
  position: fixed;
}
.cid-t2UKZa7pcF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UKZa7pcF .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UKZa7pcF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UKZa7pcF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UKZa7pcF .dropdown-item:hover,
.cid-t2UKZa7pcF .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UKZa7pcF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UKZa7pcF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UKZa7pcF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UKZa7pcF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UKZa7pcF .nav-link {
  position: relative;
}
.cid-t2UKZa7pcF .container {
  display: flex;
  margin: auto;
}
.cid-t2UKZa7pcF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UKZa7pcF .dropdown-menu,
.cid-t2UKZa7pcF .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UKZa7pcF .nav-item:focus,
.cid-t2UKZa7pcF .nav-link:focus {
  outline: none;
}
.cid-t2UKZa7pcF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UKZa7pcF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UKZa7pcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UKZa7pcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UKZa7pcF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UKZa7pcF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UKZa7pcF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UKZa7pcF .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UKZa7pcF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UKZa7pcF .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UKZa7pcF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UKZa7pcF .navbar.collapsed {
  justify-content: center;
}
.cid-t2UKZa7pcF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UKZa7pcF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UKZa7pcF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UKZa7pcF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UKZa7pcF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UKZa7pcF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UKZa7pcF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UKZa7pcF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UKZa7pcF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UKZa7pcF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UKZa7pcF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UKZa7pcF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UKZa7pcF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UKZa7pcF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UKZa7pcF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UKZa7pcF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UKZa7pcF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UKZa7pcF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UKZa7pcF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UKZa7pcF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UKZa7pcF .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UKZa7pcF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UKZa7pcF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UKZa7pcF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UKZa7pcF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UKZa7pcF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UKZa7pcF .dropdown-item.active,
.cid-t2UKZa7pcF .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UKZa7pcF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UKZa7pcF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UKZa7pcF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UKZa7pcF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UKZa7pcF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UKZa7pcF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UKZa7pcF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UKZa7pcF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UKZa7pcF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UKZa7pcF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UKZa7pcF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UKZa7pcF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UKZa7pcF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UKZa7pcF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UKZa7pcF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UKZa7pcF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UKZa7pcF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UKZa7pcF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UKZa7pcF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UKZa7pcF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UKZa7pcF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UKZa7pcF .navbar {
    height: 70px;
  }
  .cid-t2UKZa7pcF .navbar.opened {
    height: auto;
  }
  .cid-t2UKZa7pcF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UKZaTisF {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UKZaTisF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UKZaTisF .row {
  flex-direction: row-reverse;
}
.cid-t2UKZaTisF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UKZaTisF .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UKZbr1hu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UKZbL1Ox {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UKZbL1Ox .mbr-media {
  position: relative;
}
.cid-t2UKZbL1Ox .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UKZbL1Ox .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UKZbL1Ox .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UKZbL1Ox .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UKZbL1Ox .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UKZbL1Ox .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UKZbL1Ox .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UKZbL1Ox .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UKZd3fyL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UKZd3fyL .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UKZdltzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UKZdAevS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UKZdAevS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UKZdAevS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UKZdAevS .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UKZdAevS .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UKZdAevS .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UKZdAevS .row .foot-menu li p {
  margin: 0;
}
.cid-t2UKZdAevS .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UKZdAevS .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UKZdAevS .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UKZdAevS .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UKZdAevS .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UKZdAevS .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UKZdAevS .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UKZdAevS .row .row-copirayt p {
  width: 100%;
}
.cid-t2UMJsZyHY {
  z-index: 1000;
  width: 100%;
}
.cid-t2UMJsZyHY nav.navbar {
  position: fixed;
}
.cid-t2UMJsZyHY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UMJsZyHY .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UMJsZyHY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UMJsZyHY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UMJsZyHY .dropdown-item:hover,
.cid-t2UMJsZyHY .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UMJsZyHY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UMJsZyHY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UMJsZyHY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UMJsZyHY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UMJsZyHY .nav-link {
  position: relative;
}
.cid-t2UMJsZyHY .container {
  display: flex;
  margin: auto;
}
.cid-t2UMJsZyHY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UMJsZyHY .dropdown-menu,
.cid-t2UMJsZyHY .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UMJsZyHY .nav-item:focus,
.cid-t2UMJsZyHY .nav-link:focus {
  outline: none;
}
.cid-t2UMJsZyHY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UMJsZyHY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UMJsZyHY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UMJsZyHY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UMJsZyHY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UMJsZyHY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UMJsZyHY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UMJsZyHY .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UMJsZyHY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UMJsZyHY .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UMJsZyHY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UMJsZyHY .navbar.collapsed {
  justify-content: center;
}
.cid-t2UMJsZyHY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UMJsZyHY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UMJsZyHY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UMJsZyHY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UMJsZyHY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UMJsZyHY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UMJsZyHY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UMJsZyHY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UMJsZyHY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UMJsZyHY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UMJsZyHY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UMJsZyHY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UMJsZyHY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UMJsZyHY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UMJsZyHY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UMJsZyHY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UMJsZyHY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UMJsZyHY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UMJsZyHY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UMJsZyHY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UMJsZyHY .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UMJsZyHY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UMJsZyHY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UMJsZyHY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UMJsZyHY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UMJsZyHY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UMJsZyHY .dropdown-item.active,
.cid-t2UMJsZyHY .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UMJsZyHY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UMJsZyHY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UMJsZyHY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UMJsZyHY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UMJsZyHY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UMJsZyHY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UMJsZyHY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UMJsZyHY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UMJsZyHY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UMJsZyHY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UMJsZyHY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UMJsZyHY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UMJsZyHY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UMJsZyHY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UMJsZyHY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UMJsZyHY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UMJsZyHY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UMJsZyHY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UMJsZyHY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UMJsZyHY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UMJsZyHY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UMJsZyHY .navbar {
    height: 70px;
  }
  .cid-t2UMJsZyHY .navbar.opened {
    height: auto;
  }
  .cid-t2UMJsZyHY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UMJu2l4p {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UMJu2l4p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UMJu2l4p .row {
  flex-direction: row-reverse;
}
.cid-t2UMJu2l4p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UMJu2l4p .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UMJuB7PC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UMJuUYqs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UMJuUYqs .mbr-media {
  position: relative;
}
.cid-t2UMJuUYqs .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UMJuUYqs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UMJuUYqs .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UMJuUYqs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UMJuUYqs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UMJuUYqs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UMJuUYqs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UMJuUYqs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UMJvwsQO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UMJvwsQO .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UMJvQF1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UMJw8RMt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UMJw8RMt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UMJw8RMt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UMJw8RMt .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UMJw8RMt .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UMJw8RMt .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UMJw8RMt .row .foot-menu li p {
  margin: 0;
}
.cid-t2UMJw8RMt .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UMJw8RMt .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UMJw8RMt .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UMJw8RMt .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UMJw8RMt .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UMJw8RMt .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UMJw8RMt .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UMJw8RMt .row .row-copirayt p {
  width: 100%;
}
.cid-t2UOu7Rf3F {
  z-index: 1000;
  width: 100%;
}
.cid-t2UOu7Rf3F nav.navbar {
  position: fixed;
}
.cid-t2UOu7Rf3F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UOu7Rf3F .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UOu7Rf3F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UOu7Rf3F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UOu7Rf3F .dropdown-item:hover,
.cid-t2UOu7Rf3F .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UOu7Rf3F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UOu7Rf3F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UOu7Rf3F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UOu7Rf3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UOu7Rf3F .nav-link {
  position: relative;
}
.cid-t2UOu7Rf3F .container {
  display: flex;
  margin: auto;
}
.cid-t2UOu7Rf3F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UOu7Rf3F .dropdown-menu,
.cid-t2UOu7Rf3F .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UOu7Rf3F .nav-item:focus,
.cid-t2UOu7Rf3F .nav-link:focus {
  outline: none;
}
.cid-t2UOu7Rf3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UOu7Rf3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UOu7Rf3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UOu7Rf3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UOu7Rf3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UOu7Rf3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UOu7Rf3F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UOu7Rf3F .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UOu7Rf3F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UOu7Rf3F .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UOu7Rf3F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UOu7Rf3F .navbar.collapsed {
  justify-content: center;
}
.cid-t2UOu7Rf3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UOu7Rf3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UOu7Rf3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UOu7Rf3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UOu7Rf3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UOu7Rf3F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UOu7Rf3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UOu7Rf3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UOu7Rf3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UOu7Rf3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UOu7Rf3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UOu7Rf3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UOu7Rf3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UOu7Rf3F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UOu7Rf3F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UOu7Rf3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UOu7Rf3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UOu7Rf3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UOu7Rf3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UOu7Rf3F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UOu7Rf3F .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UOu7Rf3F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UOu7Rf3F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UOu7Rf3F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UOu7Rf3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UOu7Rf3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UOu7Rf3F .dropdown-item.active,
.cid-t2UOu7Rf3F .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UOu7Rf3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UOu7Rf3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UOu7Rf3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UOu7Rf3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UOu7Rf3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UOu7Rf3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UOu7Rf3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UOu7Rf3F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UOu7Rf3F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UOu7Rf3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UOu7Rf3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UOu7Rf3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UOu7Rf3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UOu7Rf3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UOu7Rf3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UOu7Rf3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UOu7Rf3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UOu7Rf3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UOu7Rf3F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UOu7Rf3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UOu7Rf3F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UOu7Rf3F .navbar {
    height: 70px;
  }
  .cid-t2UOu7Rf3F .navbar.opened {
    height: auto;
  }
  .cid-t2UOu7Rf3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UOu8CriD {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UOu8CriD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UOu8CriD .row {
  flex-direction: row-reverse;
}
.cid-t2UOu8CriD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UOu8CriD .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UOu96LgX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UOu9r6tw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UOu9r6tw .mbr-media {
  position: relative;
}
.cid-t2UOu9r6tw .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UOu9r6tw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UOu9r6tw .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UOu9r6tw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UOu9r6tw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UOu9r6tw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UOu9r6tw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UOu9r6tw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UOua7DfL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UOua7DfL .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UOuaqrTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UOuaHiGZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UOuaHiGZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UOuaHiGZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UOuaHiGZ .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UOuaHiGZ .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UOuaHiGZ .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UOuaHiGZ .row .foot-menu li p {
  margin: 0;
}
.cid-t2UOuaHiGZ .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UOuaHiGZ .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UOuaHiGZ .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UOuaHiGZ .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UOuaHiGZ .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UOuaHiGZ .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UOuaHiGZ .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UOuaHiGZ .row .row-copirayt p {
  width: 100%;
}
.cid-t2UPi5yRjk {
  z-index: 1000;
  width: 100%;
}
.cid-t2UPi5yRjk nav.navbar {
  position: fixed;
}
.cid-t2UPi5yRjk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UPi5yRjk .lang {
  font-family: Roboto !important;
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cid-t2UPi5yRjk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2UPi5yRjk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2UPi5yRjk .dropdown-item:hover,
.cid-t2UPi5yRjk .dropdown-item:focus {
  background: #34b38a !important;
  color: white !important;
}
.cid-t2UPi5yRjk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2UPi5yRjk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2UPi5yRjk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2UPi5yRjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2UPi5yRjk .nav-link {
  position: relative;
}
.cid-t2UPi5yRjk .container {
  display: flex;
  margin: auto;
}
.cid-t2UPi5yRjk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2UPi5yRjk .dropdown-menu,
.cid-t2UPi5yRjk .navbar.opened {
  background: #fafafa !important;
}
.cid-t2UPi5yRjk .nav-item:focus,
.cid-t2UPi5yRjk .nav-link:focus {
  outline: none;
}
.cid-t2UPi5yRjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2UPi5yRjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2UPi5yRjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2UPi5yRjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2UPi5yRjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2UPi5yRjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2UPi5yRjk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-t2UPi5yRjk .navbar.opened {
  transition: all 0.3s;
}
.cid-t2UPi5yRjk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2UPi5yRjk .navbar .navbar-logo img {
  width: auto;
}
.cid-t2UPi5yRjk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2UPi5yRjk .navbar.collapsed {
  justify-content: center;
}
.cid-t2UPi5yRjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2UPi5yRjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2UPi5yRjk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-t2UPi5yRjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2UPi5yRjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2UPi5yRjk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2UPi5yRjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2UPi5yRjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2UPi5yRjk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2UPi5yRjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2UPi5yRjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2UPi5yRjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2UPi5yRjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2UPi5yRjk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2UPi5yRjk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2UPi5yRjk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2UPi5yRjk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2UPi5yRjk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2UPi5yRjk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2UPi5yRjk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2UPi5yRjk .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2UPi5yRjk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2UPi5yRjk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2UPi5yRjk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2UPi5yRjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2UPi5yRjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2UPi5yRjk .dropdown-item.active,
.cid-t2UPi5yRjk .dropdown-item:active {
  background-color: transparent;
}
.cid-t2UPi5yRjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2UPi5yRjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2UPi5yRjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2UPi5yRjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t2UPi5yRjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2UPi5yRjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2UPi5yRjk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2UPi5yRjk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2UPi5yRjk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2UPi5yRjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2UPi5yRjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2UPi5yRjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UPi5yRjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2UPi5yRjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2UPi5yRjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UPi5yRjk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2UPi5yRjk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2UPi5yRjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2UPi5yRjk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2UPi5yRjk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2UPi5yRjk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2UPi5yRjk .navbar {
    height: 70px;
  }
  .cid-t2UPi5yRjk .navbar.opened {
    height: auto;
  }
  .cid-t2UPi5yRjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UPi6zNMV {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2UPi6zNMV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2UPi6zNMV .row {
  flex-direction: row-reverse;
}
.cid-t2UPi6zNMV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2UPi6zNMV .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2UPi7bnYh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t2UPi7xSSp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2UPi7xSSp .mbr-media {
  position: relative;
}
.cid-t2UPi7xSSp .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t2UPi7xSSp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t2UPi7xSSp .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t2UPi7xSSp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t2UPi7xSSp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t2UPi7xSSp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t2UPi7xSSp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2UPi7xSSp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2UPi8giC8 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t2UPi8giC8 .mbr-section-subtitle {
  color: #393e46;
}
.cid-t2UPi8B3xu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UPi8UoqT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #393e46;
}
.cid-t2UPi8UoqT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t2UPi8UoqT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t2UPi8UoqT .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t2UPi8UoqT .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t2UPi8UoqT .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t2UPi8UoqT .row .foot-menu li p {
  margin: 0;
}
.cid-t2UPi8UoqT .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t2UPi8UoqT .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t2UPi8UoqT .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2UPi8UoqT .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t2UPi8UoqT .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2UPi8UoqT .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2UPi8UoqT .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t2UPi8UoqT .row .row-copirayt p {
  width: 100%;
}
