@import url(https://fonts.googleapis.com/css?family=Epilogue:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 8.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.5rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', 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: 6.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .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 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #131419 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #131419 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #131419 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #131419;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #131419;
  border-color: #131419;
  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #131419;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #131419 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #131419;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #131419;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #131419;
}
.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: #131419;
  border-bottom-color: #131419;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #131419 !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: #ff6666 !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='%23131419' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siNzIpLagO {
  background-color: #ffffff;
}
.cid-siNzIpLagO .mbr-text,
.cid-siNzIpLagO .mbr-section-btn {
  color: #353535;
}
.cid-siNzIpLagO .mbr-text {
  max-width: 500px;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .cid-siNzIpLagO .mbr-text {
    padding: 0;
  }
}
.cid-siNzIpLagO .mbr-section-btn {
  padding: 0 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .cid-siNzIpLagO .mbr-section-btn {
    padding: 0;
    padding-bottom: 8rem;
  }
}
.cid-siNzIpLagO .mbr-section-subtitle {
  color: #121212;
}
.cid-siNzIpLagO .mbr-iconfont {
  color: #121212;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-siNzIpLagO .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-siNzIpLagO .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-siNzIpLagO .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-siNzIpLagO .icon-wrapper:hover .mbr-iconfont {
  color: #131419;
}
.cid-siNzIpLagO .mbr-section-title {
  color: #121212;
}
.cid-siNAzt0qDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-siNAzt0qDy .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #ff002e;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}
.cid-siNAzt0qDy .list {
  line-height: 2;
  color: #131419;
}
.cid-siNAzt0qDy .card-link,
.cid-siNAzt0qDy .link-wrap,
.cid-siNAzt0qDy .card-link:before {
  color: #121212;
}
.cid-siNAzt0qDy .card-wrapper {
  overflow: visible;
}
.cid-siNAzt0qDy .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-siNAzt0qDy .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-siNAzt0qDy .card-link:hover {
  color: #131419;
  transition: all 0.3s;
}
.cid-siNAzt0qDy .card-link:hover:before {
  right: -2rem;
  color: #131419;
  transition: all 0.3s;
}
.cid-siNAzt0qDy .card-text {
  color: #707070;
  text-align: left;
}
.cid-siNAzt0qDy .card-title,
.cid-siNAzt0qDy .icon-wrap {
  color: #121212;
}
.cid-siNAzt0qDy .mbr-section-title {
  color: #121212;
}
.cid-siNAzt0qDy .mbr-section-subtitle {
  color: #707070;
}
.cid-siNASgvQbo {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-siNASgvQbo .mbr-section-subtitle {
  color: #121212;
}
.cid-siNASgvQbo .plan-body .btn-bgr {
  z-index: 0;
}
.cid-siNASgvQbo .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-siNASgvQbo .price-term {
  margin-left: -5px;
}
.cid-siNASgvQbo .pt2 {
  padding-top: 2rem;
}
.cid-siNASgvQbo .plan-favorite {
  background-color: #ff002e;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-siNASgvQbo .plan-descr {
  color: #444444;
}
.cid-siNASgvQbo .plan-price {
  margin-top: 2rem;
}
.cid-siNASgvQbo .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siNASgvQbo .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siNASgvQbo .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-siNASgvQbo .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-siNASgvQbo .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-siNASgvQbo .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-siNASgvQbo .plan-header,
.cid-siNASgvQbo .plan-body {
  background-color: #ffffff;
}
.cid-siNASgvQbo .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-siNASgvQbo .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-siNASgvQbo .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-siNASgvQbo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-siNASgvQbo UL {
  color: #131419;
}
.cid-siNAIL29zD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siNAIL29zD .progress {
  width: 100%;
}
.cid-siNAIL29zD p {
  margin-bottom: 0.4rem;
}
.cid-siNAIL29zD .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-siNAIL29zD progress {
  height: 3px;
}
.cid-siNAIL29zD .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-siNAIL29zD .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-siNAIL29zD .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-siNAIL29zD .progress_value {
  position: relative;
}
.cid-siNAIL29zD .progress1 .progressbar-number:before,
.cid-siNAIL29zD .progress2 .progressbar-number:before,
.cid-siNAIL29zD .progress3 .progressbar-number:before,
.cid-siNAIL29zD .progress4 .progressbar-number:before,
.cid-siNAIL29zD .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-siNAIL29zD progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-siNAIL29zD progress::-webkit-progress-value {
  background: #ff002e;
}
.cid-siNAIL29zD progress[value]::-moz-progress-bar {
  background: #ff002e;
}
.cid-siNAIL29zD progress::-ms-fill {
  background: #ff002e;
}
.cid-siNAIL29zD .progress1 .progressbar-number:before {
  content: '92';
}
.cid-siNAIL29zD .progress2 .progressbar-number:before {
  content: '95';
}
.cid-siNAIL29zD .progress3 .progressbar-number:before {
  content: '17';
}
.cid-siNAIL29zD .progress4 .progressbar-number:before {
  content: '70';
}
.cid-siNAIL29zD .progress5 .progressbar-number:before {
  content: '60';
}
.cid-siNAIL29zD .section-content-text {
  color: #454545;
}
.cid-siNAIL29zD .progressbar-title p,
.cid-siNAIL29zD .progress_value {
  color: #121212;
}
.cid-siNAIL29zD .mbr-section-subtitle {
  color: #454545;
}
.cid-siR0aqgf3N {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-siR0aqgf3N .mbr-section-subtitle {
  color: #121212;
}
.cid-siR0aqgf3N .plan-body .btn-bgr {
  z-index: 0;
}
.cid-siR0aqgf3N .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-siR0aqgf3N .price-term {
  margin-left: -5px;
}
.cid-siR0aqgf3N .pt2 {
  padding-top: 2rem;
}
.cid-siR0aqgf3N .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-siR0aqgf3N .plan-descr {
  color: #444444;
}
.cid-siR0aqgf3N .plan-price {
  margin-top: 2rem;
}
.cid-siR0aqgf3N .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siR0aqgf3N .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siR0aqgf3N .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-siR0aqgf3N .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-siR0aqgf3N .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-siR0aqgf3N .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-siR0aqgf3N .plan-header,
.cid-siR0aqgf3N .plan-body {
  background-color: #ffffff;
}
.cid-siR0aqgf3N .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-siR0aqgf3N .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-siR0aqgf3N .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-siR0aqgf3N .price-figure {
    font-size: 4.25rem;
  }
}
.cid-siR0aqgf3N UL {
  color: #131419;
}
.cid-siQZXackvj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-siQZXackvj .mbr-text,
.cid-siQZXackvj .mbr-section-btn {
  color: #121212;
}
.cid-siQZXackvj p {
  z-index: 2;
  position: relative;
}
.cid-siQZXackvj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-siQZXackvj .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
  padding: 1rem 1.5rem;
}
.cid-siQZXackvj .ico1 {
  font-size: 2rem;
}
.cid-siQZXackvj .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-siQZXackvj H3 {
  color: #149dcc;
}
.cid-siQW1lalPR {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-siQW1lalPR .mbr-section-subtitle {
  color: #121212;
}
.cid-siQW1lalPR .plan-body .btn-bgr {
  z-index: 0;
}
.cid-siQW1lalPR .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-siQW1lalPR .price-term {
  margin-left: -5px;
}
.cid-siQW1lalPR .pt2 {
  padding-top: 2rem;
}
.cid-siQW1lalPR .plan-favorite {
  background-color: #2299aa;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-siQW1lalPR .plan-descr {
  color: #444444;
}
.cid-siQW1lalPR .plan-price {
  margin-top: 2rem;
}
.cid-siQW1lalPR .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siQW1lalPR .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-siQW1lalPR .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-siQW1lalPR .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-siQW1lalPR .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-siQW1lalPR .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-siQW1lalPR .plan-header,
.cid-siQW1lalPR .plan-body {
  background-color: #ffffff;
}
.cid-siQW1lalPR .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-siQW1lalPR .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-siQW1lalPR .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-siQW1lalPR .price-figure {
    font-size: 4.25rem;
  }
}
.cid-siQW1lalPR UL {
  color: #131419;
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjspRKHh4M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjspRKHh4M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siNyRIpZme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjsmHJJBeR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjsmHJJBeR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siNyRIpZme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjsdk3JqkQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjsdk3JqkQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siNyRIpZme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjscbzhbh5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjscbzhbh5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siNyRIpZme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjsagJzbxU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjsagJzbxU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjseaZeYhK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjseaZeYhK li {
  list-style: none;
}
.cid-sjseaZeYhK .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sjseaZeYhK .col-title {
  margin-bottom: 2rem;
}
.cid-sjseaZeYhK .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-sjseaZeYhK .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-sjseaZeYhK .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-sjseaZeYhK .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-sjseaZeYhK h4 {
  margin: 0;
}
.cid-sjseaZeYhK ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sjseaZeYhK .md-pb {
    padding-bottom: 1rem;
  }
  .cid-sjseaZeYhK .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-sjseaZeYhK .item-wrap {
    flex-direction: column;
  }
  .cid-sjseaZeYhK .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siNyRIpZme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjOc8LVFg0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjOc8LVFg0 .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-sjOc8LVFg0 .title,
.cid-sjOc8LVFg0 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sjOc8LVFg0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px dotted #cccccc;
}
.cid-sjOc8LVFg0 .ico-line {
  display: flex;
}
.cid-sjOc8LVFg0 .type {
  color: #232323;
  text-align: left;
}
.cid-sjOc8LVFg0 p {
  padding: 0;
  margin: 0;
}
.cid-sjOc8LVFg0 img {
  border-radius: 100%;
  width: 100%;
}
.cid-sjOc8LVFg0 .text-box {
  padding: 0rem;
}
.cid-sjOc8LVFg0 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sjOc8LVFg0 .card-title {
  color: #232323;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sjOc8LVFg0 .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-sjOc8LVFg0 .card-box {
  padding: 0rem;
}
.cid-sjOc8LVFg0 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
  text-align: center;
}
.cid-sjOc8LVFg0 .status {
  color: #767676;
  text-align: left;
}
.cid-sjOc8LVFg0 .text {
  line-height: 1.6;
}
.cid-sjOcAW4085 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sjOcAW4085 .mbr-section-subtitle {
  color: #767676;
}
.cid-sjOcAW4085 .container-table {
  margin: 0 auto;
}
.cid-sjOcAW4085 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sjOcAW4085 .dataTables_wrapper {
  display: block;
}
.cid-sjOcAW4085 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sjOcAW4085 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sjOcAW4085 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sjOcAW4085 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sjOcAW4085 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sjOcAW4085 table td {
  border-top: 1px solid #cccccc;
}
.cid-sjOcAW4085 table.table {
  background: #ffffff;
}
.cid-sjOcAW4085 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sjOcAW4085 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sjOcAW4085 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sjOcAW4085 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sjOcAW4085 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sjOcAW4085 .dataTables_filter {
    text-align: center;
  }
  .cid-sjOcAW4085 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sjPHgykXsl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjPHgykXsl .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sjPHgykXsl img {
    width: 90%;
  }
}
.cid-sjPHgykXsl .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sjPHgykXsl .items {
  margin-bottom: 0;
}
.cid-sjPHgykXsl .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sjPHgykXsl .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sjPHgykXsl .soc-item:hover span {
  color: #131419 !important;
}
.cid-sjPHgykXsl .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sjPHgykXsl .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjPHgykXsl .social-list {
    justify-content: center;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjPHfNZmrk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjPHfNZmrk .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sjPHfNZmrk .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-sjPHfNZmrk .text-block {
  padding-right: 5rem;
}
.cid-sjPHfNZmrk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sjPHfNZmrk .underline .line {
  width: 5rem;
  height: 3px;
  background: #efefef;
  display: inline-block;
}
.cid-sjPHfNZmrk .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-sjPHfNZmrk .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-sjPHfNZmrk .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sjPHfNZmrk .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sjPHfNZmrk .img-block {
    margin-bottom: 1rem;
  }
  .cid-sjPHfNZmrk .text-block {
    padding: 0 15px;
  }
}
.cid-sk6GuY0Z9Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sk6GuY0Z9Q .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sk6GuY0Z9Q .carousel-item.active,
.cid-sk6GuY0Z9Q .carousel-item-next,
.cid-sk6GuY0Z9Q .carousel-item-prev {
  display: flex;
}
.cid-sk6GuY0Z9Q .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sk6GuY0Z9Q .img-box .mbr-iconfont {
  color: #ffffff;
  background: #3e62f1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sk6GuY0Z9Q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sk6GuY0Z9Q .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sk6GuY0Z9Q .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sk6GuY0Z9Q .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sk6GuY0Z9Q .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sk6GuY0Z9Q H1 {
  color: #36404c;
}
.cid-sk6GuY0Z9Q .mbr-text,
.cid-sk6GuY0Z9Q .mbr-section-btn {
  color: #767676;
}
.cid-sk6GuY0Z9Q .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sk6GuY0Z9Q .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sk6GuY0Z9Q .author {
  margin: auto 0;
}
.cid-sk6GuY0Z9Q h3,
.cid-sk6GuY0Z9Q h4 {
  margin: 0;
  padding: 0;
}
.cid-sk6GuY0Z9Q H3 {
  color: #36404c;
}
.cid-sk6GuY0Z9Q H4 {
  color: #767676;
}
.cid-sk6GuY0Z9Q .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sk6GuY0Z9Q .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sk6GuY0Z9Q .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sk6IhnjhTH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sk6IhnjhTH .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sk6IhnjhTH .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sk6IhnjhTH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sk6IhnjhTH .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sk6IhnjhTH .process-icon,
.cid-sk6IhnjhTH .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sk6IhnjhTH .wrapper,
.cid-sk6IhnjhTH .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sk6IhnjhTH .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-sk6IhnjhTH .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sk6IhnjhTH .icon-container a {
  display: inherit;
}
.cid-sk6IhnjhTH .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sk6IhnjhTH .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sk6IhnjhTH .icon-main:hover .icon-wrapper {
  background-color: #149dcc !important;
}
.cid-sk6IhnjhTH .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-sk6IhnjhTH .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sk6IhnjhTH .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sk6IhnjhTH .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sk6IhnjhTH .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sk6IhnjhTH .mbr-section-title {
  margin: 0;
}
.cid-sk6IhnjhTH .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sksFZ9TCF4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sksFZ9TCF4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sksFZ9TCF4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sksFZ9TCF4 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #879a9f;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-sksFZ9TCF4 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sksFZ9TCF4 p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-sksFZ9TCF4 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sksFZ9TCF4 .nav-tabs .nav-link {
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sksFZ9TCF4 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
}
.cid-sksFZ9TCF4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sksFZ9TCF4 .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sksFZ9TCF4 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sksFZ9TCF4 p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sksFZ9TCF4 .mbr-text,
  .cid-sksFZ9TCF4 .nav-link {
    text-align: center;
  }
  .cid-sksFZ9TCF4 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sksFZ9TCF4 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sksFZ9TCF4 p {
    padding-left: 0rem;
  }
}
.cid-sksFZ9TCF4 P {
  color: #131419;
}
.cid-sk6GK342SQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sk6GK342SQ .mbr-section-subtitle {
  color: #121212;
}
.cid-sk6GK342SQ .container-table {
  margin: 0 auto;
}
.cid-sk6GK342SQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sk6GK342SQ .dataTables_wrapper {
  display: block;
}
.cid-sk6GK342SQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sk6GK342SQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sk6GK342SQ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sk6GK342SQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sk6GK342SQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sk6GK342SQ table td {
  border-top: 1px solid #cccccc;
}
.cid-sk6GK342SQ table.table {
  background: #ffffff;
}
.cid-sk6GK342SQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sk6GK342SQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sk6GK342SQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sk6GK342SQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sk6GK342SQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sk6GK342SQ .dataTables_filter {
    text-align: center;
  }
  .cid-sk6GK342SQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-siNyRIpZme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-siNyRIpZme nav.navbar {
  position: fixed;
}
.cid-siNyRIpZme .nav-link,
.cid-siNyRIpZme .dropdown-item {
  font-weight: 400;
}
.cid-siNyRIpZme .nav-link:hover,
.cid-siNyRIpZme .dropdown-item:hover {
  color: #131419 !important;
}
.cid-siNyRIpZme .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-siNyRIpZme .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  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-siNyRIpZme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-siNyRIpZme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-siNyRIpZme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-siNyRIpZme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siNyRIpZme .nav-link {
  position: relative;
}
.cid-siNyRIpZme .container {
  display: flex;
  margin: auto;
}
.cid-siNyRIpZme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siNyRIpZme .dropdown-menu,
.cid-siNyRIpZme .navbar.opened {
  background: #ffffff !important;
}
.cid-siNyRIpZme .nav-item:focus,
.cid-siNyRIpZme .nav-link:focus {
  outline: none;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-siNyRIpZme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siNyRIpZme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siNyRIpZme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siNyRIpZme .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.opened {
  transition: all .3s;
}
.cid-siNyRIpZme .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siNyRIpZme .navbar .navbar-logo img {
  width: auto;
}
.cid-siNyRIpZme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siNyRIpZme .navbar.collapsed {
  justify-content: center;
}
.cid-siNyRIpZme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siNyRIpZme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siNyRIpZme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siNyRIpZme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siNyRIpZme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siNyRIpZme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siNyRIpZme .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-siNyRIpZme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-siNyRIpZme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siNyRIpZme .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siNyRIpZme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siNyRIpZme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siNyRIpZme .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siNyRIpZme .navbar.navbar-short {
  min-height: 80px;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-siNyRIpZme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-siNyRIpZme .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siNyRIpZme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siNyRIpZme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siNyRIpZme .dropdown-item.active,
.cid-siNyRIpZme .dropdown-item:active {
  background-color: transparent;
}
.cid-siNyRIpZme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siNyRIpZme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siNyRIpZme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siNyRIpZme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNyRIpZme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siNyRIpZme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siNyRIpZme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNyRIpZme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNyRIpZme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNyRIpZme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-siNyRIpZme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siNyRIpZme .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-siNyRIpZme .navbar {
    height: 70px;
  }
  .cid-siNyRIpZme .navbar.opened {
    height: auto;
  }
  .cid-siNyRIpZme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siR6yproRJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #121212;
}
.cid-siR6yproRJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-siR6yproRJ .first-column .mbr-text {
  margin: 0;
}
.cid-siR6yproRJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-siR6yproRJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-siR6yproRJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-siR6yproRJ .form-group {
  max-width: 55%;
}
.cid-siR6yproRJ .form-group,
.cid-siR6yproRJ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-siR6yproRJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-siR6yproRJ .col + .mbr-section-btn .btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col,
.cid-siR6yproRJ .dragArea > *:nth-last-child(2).col-auto,
.cid-siR6yproRJ .col + .mbr-section-btn,
.cid-siR6yproRJ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-siR6yproRJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-siR6yproRJ .first-column,
  .cid-siR6yproRJ .second-column,
  .cid-siR6yproRJ .third-column {
    text-align: center;
  }
}
.cid-siNC74wcfy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-siNC74wcfy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-siNC74wcfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-siNC74wcfy .media-container-row .mbr-text {
  color: #ffffff;
}
