body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17ba00 !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: #17ba00 !important;
  border-color: #17ba00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c6300 !important;
  border-color: #0c6300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c6300 !important;
  border-color: #0c6300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #17ba00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c6300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17ba00 !important;
  border-color: #17ba00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!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: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #17ba00 !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: #0a5400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17ba00;
}
.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-gallery-filter li.active .btn {
  background-color: #17ba00;
  border-color: #17ba00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17ba00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #53ff3b;
}
.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: 'Jost', 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: #17ba00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #17ba00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17ba00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17ba00;
}
.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: #17ba00;
  border-bottom-color: #17ba00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #17ba00 !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='%2317ba00' %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-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMlRel6vL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-site.jpg");
}
.cid-ttMlRel6vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMlRel6vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMlRel6vL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ttMlRel6vL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ttMlRel6vL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #17ba00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ttMlRel6vL H3 {
  text-align: center;
  color: #19ca00;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMJC3Jnb6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMJC3Jnb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMJC3Jnb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMJGRv0qO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMJGRv0qO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMJGRv0qO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMJGRv0qO .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttMJGRv0qO .container {
    max-width: 1400px;
  }
}
.cid-ttMJGRv0qO .card {
  margin: auto;
}
.cid-ttMJGRv0qO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttMJGRv0qO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMJGRv0qO .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMKEa4Rjl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMKEa4Rjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMKEa4Rjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMKFCKYNI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMKFCKYNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMKFCKYNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMKFCKYNI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttMKFCKYNI .container {
    max-width: 1400px;
  }
}
.cid-ttMKFCKYNI .card {
  margin: auto;
}
.cid-ttMKFCKYNI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttMKFCKYNI .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMKFCKYNI .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMO4ZYzt8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMO4ZYzt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMO4ZYzt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMO7jixKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMO7jixKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMO7jixKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMO7jixKE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttMO7jixKE .container {
    max-width: 1400px;
  }
}
.cid-ttMO7jixKE .card {
  margin: auto;
}
.cid-ttMO7jixKE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttMO7jixKE .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMO7jixKE .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMW9pgV4e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMW9pgV4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMW9pgV4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMWadUTyF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMWadUTyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMWadUTyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMWadUTyF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttMWadUTyF .container {
    max-width: 1400px;
  }
}
.cid-ttMWadUTyF .card {
  margin: auto;
}
.cid-ttMWadUTyF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttMWadUTyF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMWadUTyF .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMY3QHw38 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMY3QHw38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMY3QHw38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMY4IS9As {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttMY4IS9As .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMY4IS9As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMY4IS9As .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttMY4IS9As .container {
    max-width: 1400px;
  }
}
.cid-ttMY4IS9As .card {
  margin: auto;
}
.cid-ttMY4IS9As .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttMY4IS9As .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMY4IS9As .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttN2hP21HJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttN2hP21HJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttN2hP21HJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttN2iAnBrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttN2iAnBrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttN2iAnBrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttN2iAnBrB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttN2iAnBrB .container {
    max-width: 1400px;
  }
}
.cid-ttN2iAnBrB .card {
  margin: auto;
}
.cid-ttN2iAnBrB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-ttN2iAnBrB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttN2iAnBrB .row {
  justify-content: center;
}
.cid-tuO9pt8AO4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuO9pt8AO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuO9pt8AO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuO9pt8AO4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuO9pt8AO4 .container {
    max-width: 1400px;
  }
}
.cid-tuO9pt8AO4 .card {
  margin: auto;
}
.cid-tuO9pt8AO4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuO9pt8AO4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuO9pt8AO4 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu3AfCZSzi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3AfCZSzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3AfCZSzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3AgsRYBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3AgsRYBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3AgsRYBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3AgsRYBt .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu3AgsRYBt .container {
    max-width: 1400px;
  }
}
.cid-tu3AgsRYBt .card {
  margin: auto;
}
.cid-tu3AgsRYBt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tu3AgsRYBt .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu3AgsRYBt .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu3E77WwVo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3E77WwVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3E77WwVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3E7Z7Tce {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3E7Z7Tce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3E7Z7Tce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3E7Z7Tce .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu3E7Z7Tce .container {
    max-width: 1400px;
  }
}
.cid-tu3E7Z7Tce .card {
  margin: auto;
}
.cid-tu3E7Z7Tce .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tu3E7Z7Tce .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu3E7Z7Tce .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu3G9FqfXY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3G9FqfXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3G9FqfXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3Gaf3s8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3Gaf3s8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3Gaf3s8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3Gaf3s8D .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu3Gaf3s8D .container {
    max-width: 1400px;
  }
}
.cid-tu3Gaf3s8D .card {
  margin: auto;
}
.cid-tu3Gaf3s8D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tu3Gaf3s8D .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu3Gaf3s8D .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu3Iehc1Ca {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3Iehc1Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3Iehc1Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3If7Bs0R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3If7Bs0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3If7Bs0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3If7Bs0R .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu3If7Bs0R .container {
    max-width: 1400px;
  }
}
.cid-tu3If7Bs0R .card {
  margin: auto;
}
.cid-tu3If7Bs0R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tu3If7Bs0R .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu3If7Bs0R .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu3JDAIIky {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3JDAIIky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3JDAIIky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3JEuKJI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu3JEuKJI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu3JEuKJI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu3JEuKJI3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tu3JEuKJI3 .container {
    max-width: 1400px;
  }
}
.cid-tu3JEuKJI3 .card {
  margin: auto;
}
.cid-tu3JEuKJI3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tu3JEuKJI3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu3JEuKJI3 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuOZv9yL1J {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuOZv9yL1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOZv9yL1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOZxJyKNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuOZxJyKNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOZxJyKNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOZxJyKNA .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuOZxJyKNA .container {
    max-width: 1400px;
  }
}
.cid-tuOZxJyKNA .card {
  margin: auto;
}
.cid-tuOZxJyKNA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuOZxJyKNA .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuOZxJyKNA .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuP1bFLsQg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP1bFLsQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP1bFLsQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP1crW419 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP1crW419 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP1crW419 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP1crW419 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuP1crW419 .container {
    max-width: 1400px;
  }
}
.cid-tuP1crW419 .card {
  margin: auto;
}
.cid-tuP1crW419 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuP1crW419 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuP1crW419 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuP1TFJOOM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP1TFJOOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP1TFJOOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP1U9wEin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP1U9wEin .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP1U9wEin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP1U9wEin .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuP1U9wEin .container {
    max-width: 1400px;
  }
}
.cid-tuP1U9wEin .card {
  margin: auto;
}
.cid-tuP1U9wEin .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuP1U9wEin .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuP1U9wEin .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuP2N0zDwk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP2N0zDwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP2N0zDwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP2NGVidA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP2NGVidA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP2NGVidA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP2NGVidA .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuP2NGVidA .container {
    max-width: 1400px;
  }
}
.cid-tuP2NGVidA .card {
  margin: auto;
}
.cid-tuP2NGVidA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuP2NGVidA .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuP2NGVidA .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuP4Nc8PaP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP4Nc8PaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP4Nc8PaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP4NY3Ibp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuP4NY3Ibp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuP4NY3Ibp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuP4NY3Ibp .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tuP4NY3Ibp .container {
    max-width: 1400px;
  }
}
.cid-tuP4NY3Ibp .card {
  margin: auto;
}
.cid-tuP4NY3Ibp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tuP4NY3Ibp .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuP4NY3Ibp .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-txOXk0C5Dq {
  z-index: 1000;
  width: 100%;
}
.cid-txOXk0C5Dq nav.navbar {
  position: fixed;
}
.cid-txOXk0C5Dq .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-txOXk0C5Dq .dropdown-menu {
  padding: 0;
}
.cid-txOXk0C5Dq .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-txOXk0C5Dq .dropdown-item:hover,
.cid-txOXk0C5Dq .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-txOXk0C5Dq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-txOXk0C5Dq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOXk0C5Dq .nav-link {
  position: relative;
}
.cid-txOXk0C5Dq .container {
  display: flex;
  margin: auto;
}
.cid-txOXk0C5Dq .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txOXk0C5Dq .navbar-caption {
  padding-right: 4rem;
}
.cid-txOXk0C5Dq .dropdown-menu,
.cid-txOXk0C5Dq .navbar.opened {
  background: #232323 !important;
}
.cid-txOXk0C5Dq .nav-item:focus,
.cid-txOXk0C5Dq .nav-link:focus {
  outline: none;
}
.cid-txOXk0C5Dq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOXk0C5Dq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOXk0C5Dq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txOXk0C5Dq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOXk0C5Dq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOXk0C5Dq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOXk0C5Dq .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-txOXk0C5Dq .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOXk0C5Dq .navbar.opened {
  transition: all .3s;
}
.cid-txOXk0C5Dq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txOXk0C5Dq .navbar .navbar-logo img {
  width: auto;
}
.cid-txOXk0C5Dq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOXk0C5Dq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOXk0C5Dq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOXk0C5Dq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txOXk0C5Dq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOXk0C5Dq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOXk0C5Dq .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: 55%;
}
.cid-txOXk0C5Dq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOXk0C5Dq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txOXk0C5Dq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txOXk0C5Dq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOXk0C5Dq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOXk0C5Dq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOXk0C5Dq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOXk0C5Dq .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: 55%;
  }
  .cid-txOXk0C5Dq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txOXk0C5Dq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOXk0C5Dq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOXk0C5Dq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOXk0C5Dq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOXk0C5Dq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txOXk0C5Dq .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOXk0C5Dq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txOXk0C5Dq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txOXk0C5Dq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txOXk0C5Dq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOXk0C5Dq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOXk0C5Dq .dropdown-item.active,
.cid-txOXk0C5Dq .dropdown-item:active {
  background-color: transparent;
}
.cid-txOXk0C5Dq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOXk0C5Dq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOXk0C5Dq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOXk0C5Dq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-txOXk0C5Dq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOXk0C5Dq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOXk0C5Dq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOXk0C5Dq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOXk0C5Dq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-txOXk0C5Dq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-txOXk0C5Dq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txOXk0C5Dq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txOXk0C5Dq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txOXk0C5Dq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txOXk0C5Dq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txOXk0C5Dq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txOXk0C5Dq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txOXk0C5Dq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txOXk0C5Dq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txOXk0C5Dq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOXk0C5Dq .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-txOXk0C5Dq .navbar {
    height: 77px;
  }
  .cid-txOXk0C5Dq .navbar.opened {
    height: auto;
  }
  .cid-txOXk0C5Dq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOYdSFKLN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txOYdSFKLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOYdSFKLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOXk1gWp5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txOXk1gWp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOXk1gWp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOXk1gWp5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-txOXk1gWp5 .container {
    max-width: 1400px;
  }
}
.cid-txOXk1gWp5 .card {
  margin: auto;
}
.cid-txOXk1gWp5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-txOXk1gWp5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txOXk1gWp5 .row {
  justify-content: center;
}
.cid-txOXk1E0y4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-txOXk1E0y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOXk1E0y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOXk1E0y4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txOXk1E0y4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOXk1E0y4 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-txOXk1E0y4 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-txOXk1E0y4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-txOXk1E0y4 .copyright {
  color: #bbbbbb;
}
.cid-txOXk1E0y4 .mbr-section-subtitle {
  text-align: center;
}
.cid-txP60iYaSz {
  z-index: 1000;
  width: 100%;
}
.cid-txP60iYaSz nav.navbar {
  position: fixed;
}
.cid-txP60iYaSz .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-txP60iYaSz .dropdown-menu {
  padding: 0;
}
.cid-txP60iYaSz .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-txP60iYaSz .dropdown-item:hover,
.cid-txP60iYaSz .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-txP60iYaSz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-txP60iYaSz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txP60iYaSz .nav-link {
  position: relative;
}
.cid-txP60iYaSz .container {
  display: flex;
  margin: auto;
}
.cid-txP60iYaSz .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txP60iYaSz .navbar-caption {
  padding-right: 4rem;
}
.cid-txP60iYaSz .dropdown-menu,
.cid-txP60iYaSz .navbar.opened {
  background: #232323 !important;
}
.cid-txP60iYaSz .nav-item:focus,
.cid-txP60iYaSz .nav-link:focus {
  outline: none;
}
.cid-txP60iYaSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txP60iYaSz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txP60iYaSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txP60iYaSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txP60iYaSz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txP60iYaSz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txP60iYaSz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-txP60iYaSz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txP60iYaSz .navbar.opened {
  transition: all .3s;
}
.cid-txP60iYaSz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txP60iYaSz .navbar .navbar-logo img {
  width: auto;
}
.cid-txP60iYaSz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txP60iYaSz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txP60iYaSz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txP60iYaSz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txP60iYaSz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txP60iYaSz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txP60iYaSz .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: 55%;
}
.cid-txP60iYaSz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txP60iYaSz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txP60iYaSz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txP60iYaSz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txP60iYaSz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txP60iYaSz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txP60iYaSz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txP60iYaSz .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: 55%;
  }
  .cid-txP60iYaSz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txP60iYaSz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txP60iYaSz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txP60iYaSz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txP60iYaSz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txP60iYaSz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txP60iYaSz .navbar.navbar-short {
  min-height: 60px;
}
.cid-txP60iYaSz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txP60iYaSz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txP60iYaSz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txP60iYaSz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txP60iYaSz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txP60iYaSz .dropdown-item.active,
.cid-txP60iYaSz .dropdown-item:active {
  background-color: transparent;
}
.cid-txP60iYaSz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txP60iYaSz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txP60iYaSz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txP60iYaSz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-txP60iYaSz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txP60iYaSz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txP60iYaSz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txP60iYaSz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txP60iYaSz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-txP60iYaSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-txP60iYaSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txP60iYaSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txP60iYaSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txP60iYaSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txP60iYaSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txP60iYaSz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txP60iYaSz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txP60iYaSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txP60iYaSz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txP60iYaSz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txP60iYaSz .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-txP60iYaSz .navbar {
    height: 77px;
  }
  .cid-txP60iYaSz .navbar.opened {
    height: auto;
  }
  .cid-txP60iYaSz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txP60jmRtB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txP60jmRtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txP60jmRtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txP60jEALD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txP60jEALD .mbr-fallback-image.disabled {
  display: none;
}
.cid-txP60jEALD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txP60jEALD .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-txP60jEALD .container {
    max-width: 1400px;
  }
}
.cid-txP60jEALD .card {
  margin: auto;
}
.cid-txP60jEALD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-txP60jEALD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txP60jEALD .row {
  justify-content: center;
}
.cid-txP60kb8oQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-txP60kb8oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txP60kb8oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txP60kb8oQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txP60kb8oQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txP60kb8oQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-txP60kb8oQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-txP60kb8oQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-txP60kb8oQ .copyright {
  color: #bbbbbb;
}
.cid-txP60kb8oQ .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyAWnNkq3f {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyAWnNkq3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAWnNkq3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAWtxwwY4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyAWtxwwY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAWtxwwY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAWtxwwY4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyAWtxwwY4 .container {
    max-width: 1400px;
  }
}
.cid-tyAWtxwwY4 .card {
  margin: auto;
}
.cid-tyAWtxwwY4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyAWtxwwY4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyAWtxwwY4 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyM44LE1jC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM44LE1jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM44LE1jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM45VPsJF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM45VPsJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM45VPsJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM45VPsJF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyM45VPsJF .container {
    max-width: 1400px;
  }
}
.cid-tyM45VPsJF .card {
  margin: auto;
}
.cid-tyM45VPsJF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyM45VPsJF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyM45VPsJF .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyM6P2PLuC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM6P2PLuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM6P2PLuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM6PMu26A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM6PMu26A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM6PMu26A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM6PMu26A .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyM6PMu26A .container {
    max-width: 1400px;
  }
}
.cid-tyM6PMu26A .card {
  margin: auto;
}
.cid-tyM6PMu26A .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyM6PMu26A .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyM6PMu26A .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyM8HbIVSm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM8HbIVSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM8HbIVSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM8I04euF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyM8I04euF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyM8I04euF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyM8I04euF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyM8I04euF .container {
    max-width: 1400px;
  }
}
.cid-tyM8I04euF .card {
  margin: auto;
}
.cid-tyM8I04euF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyM8I04euF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyM8I04euF .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMafxuXnI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMafxuXnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMafxuXnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMalP5No7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMalP5No7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMalP5No7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMalP5No7 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMalP5No7 .container {
    max-width: 1400px;
  }
}
.cid-tyMalP5No7 .card {
  margin: auto;
}
.cid-tyMalP5No7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMalP5No7 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMalP5No7 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMbAmthaC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMbAmthaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMbAmthaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMcdAoCX2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMcdAoCX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMcdAoCX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMcdAoCX2 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMcdAoCX2 .container {
    max-width: 1400px;
  }
}
.cid-tyMcdAoCX2 .card {
  margin: auto;
}
.cid-tyMcdAoCX2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMcdAoCX2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMcdAoCX2 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMd2smAdl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMd2smAdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMd2smAdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMd3oroRa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMd3oroRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMd3oroRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMd3oroRa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMd3oroRa .container {
    max-width: 1400px;
  }
}
.cid-tyMd3oroRa .card {
  margin: auto;
}
.cid-tyMd3oroRa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMd3oroRa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMd3oroRa .row {
  justify-content: center;
}
.cid-tyMdXxTRdb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMdXxTRdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMdXxTRdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMdXxTRdb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMdXxTRdb .container {
    max-width: 1400px;
  }
}
.cid-tyMdXxTRdb .card {
  margin: auto;
}
.cid-tyMdXxTRdb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMdXxTRdb .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMdXxTRdb .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMezD9AvD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMezD9AvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMezD9AvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMeGBspsi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMeGBspsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMeGBspsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMeGBspsi .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMeGBspsi .container {
    max-width: 1400px;
  }
}
.cid-tyMeGBspsi .card {
  margin: auto;
}
.cid-tyMeGBspsi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMeGBspsi .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMeGBspsi .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMfClYgQI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMfClYgQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMfClYgQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMfDjjYu6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMfDjjYu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMfDjjYu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMfDjjYu6 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMfDjjYu6 .container {
    max-width: 1400px;
  }
}
.cid-tyMfDjjYu6 .card {
  margin: auto;
}
.cid-tyMfDjjYu6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMfDjjYu6 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMfDjjYu6 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tyMgtO3LIc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMgtO3LIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMgtO3LIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMgxKLH0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMgxKLH0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMgxKLH0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMgxKLH0M .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMgxKLH0M .container {
    max-width: 1400px;
  }
}
.cid-tyMgxKLH0M .card {
  margin: auto;
}
.cid-tyMgxKLH0M .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMgxKLH0M .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMgxKLH0M .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMm0hbX3n {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMm0hbX3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMm0hbX3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMm2TCJWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMm2TCJWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMm2TCJWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMm2TCJWN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMm2TCJWN .container {
    max-width: 1400px;
  }
}
.cid-tyMm2TCJWN .card {
  margin: auto;
}
.cid-tyMm2TCJWN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMm2TCJWN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMm2TCJWN .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMmWySaq1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMmWySaq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMmWySaq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMmXw2bkD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMmXw2bkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMmXw2bkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMmXw2bkD .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMmXw2bkD .container {
    max-width: 1400px;
  }
}
.cid-tyMmXw2bkD .card {
  margin: auto;
}
.cid-tyMmXw2bkD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMmXw2bkD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMmXw2bkD .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMnOPJfaa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMnOPJfaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMnOPJfaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMnS79okm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMnS79okm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMnS79okm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMnS79okm .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMnS79okm .container {
    max-width: 1400px;
  }
}
.cid-tyMnS79okm .card {
  margin: auto;
}
.cid-tyMnS79okm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMnS79okm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMnS79okm .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMp4WGJXd {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMp4WGJXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMp4WGJXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMp5PbyCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMp5PbyCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMp5PbyCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMp5PbyCR .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMp5PbyCR .container {
    max-width: 1400px;
  }
}
.cid-tyMp5PbyCR .card {
  margin: auto;
}
.cid-tyMp5PbyCR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMp5PbyCR .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMp5PbyCR .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMpSPkBz9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMpSPkBz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMpSPkBz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMpTA40hG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMpTA40hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMpTA40hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMpTA40hG .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMpTA40hG .container {
    max-width: 1400px;
  }
}
.cid-tyMpTA40hG .card {
  margin: auto;
}
.cid-tyMpTA40hG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMpTA40hG .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMpTA40hG .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMrcC229B {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMrcC229B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMrcC229B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMrdktRfx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMrdktRfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMrdktRfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMrdktRfx .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMrdktRfx .container {
    max-width: 1400px;
  }
}
.cid-tyMrdktRfx .card {
  margin: auto;
}
.cid-tyMrdktRfx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMrdktRfx .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMrdktRfx .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMrTQHSgW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMrTQHSgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMrTQHSgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMrUym7QP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMrUym7QP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMrUym7QP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMrUym7QP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMrUym7QP .container {
    max-width: 1400px;
  }
}
.cid-tyMrUym7QP .card {
  margin: auto;
}
.cid-tyMrUym7QP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMrUym7QP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMrUym7QP .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMtlxLD4l {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMtlxLD4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMtlxLD4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMtmjeklT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMtmjeklT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMtmjeklT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMtmjeklT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMtmjeklT .container {
    max-width: 1400px;
  }
}
.cid-tyMtmjeklT .card {
  margin: auto;
}
.cid-tyMtmjeklT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMtmjeklT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMtmjeklT .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMuFkiDgF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMuFkiDgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMuFkiDgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMuGapxgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMuGapxgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMuGapxgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMuGapxgH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMuGapxgH .container {
    max-width: 1400px;
  }
}
.cid-tyMuGapxgH .card {
  margin: auto;
}
.cid-tyMuGapxgH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMuGapxgH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMuGapxgH .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMvPh6pcs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMvPh6pcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMvPh6pcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMvPWyyi0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMvPWyyi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMvPWyyi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMvPWyyi0 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMvPWyyi0 .container {
    max-width: 1400px;
  }
}
.cid-tyMvPWyyi0 .card {
  margin: auto;
}
.cid-tyMvPWyyi0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMvPWyyi0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMvPWyyi0 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMxSX2vck {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMxSX2vck .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMxSX2vck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMxTK8YrT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMxTK8YrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMxTK8YrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMxTK8YrT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMxTK8YrT .container {
    max-width: 1400px;
  }
}
.cid-tyMxTK8YrT .card {
  margin: auto;
}
.cid-tyMxTK8YrT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMxTK8YrT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMxTK8YrT .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyMz0Sk4ia {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMz0Sk4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMz0Sk4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMz1LWgbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyMz1LWgbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyMz1LWgbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyMz1LWgbq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tyMz1LWgbq .container {
    max-width: 1400px;
  }
}
.cid-tyMz1LWgbq .card {
  margin: auto;
}
.cid-tyMz1LWgbq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5ec108;
  margin-bottom: 2rem;
}
.cid-tyMz1LWgbq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyMz1LWgbq .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzJLxMhoOT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJLxMhoOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJLxMhoOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJLL3EHaN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJLL3EHaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJLL3EHaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJLL3EHaN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzJLL3EHaN .container {
    max-width: 1400px;
  }
}
.cid-tzJLL3EHaN .card {
  margin: auto;
}
.cid-tzJLL3EHaN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzJLL3EHaN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzJLL3EHaN .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzJOZoTpJB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJOZoTpJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJOZoTpJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJOTkL5Ux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJOTkL5Ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJOTkL5Ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJOTkL5Ux .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzJOTkL5Ux .container {
    max-width: 1400px;
  }
}
.cid-tzJOTkL5Ux .card {
  margin: auto;
}
.cid-tzJOTkL5Ux .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzJOTkL5Ux .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzJOTkL5Ux .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzJU1WJC0e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJU1WJC0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJU1WJC0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJU2wazI8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJU2wazI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJU2wazI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJU2wazI8 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzJU2wazI8 .container {
    max-width: 1400px;
  }
}
.cid-tzJU2wazI8 .card {
  margin: auto;
}
.cid-tzJU2wazI8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzJU2wazI8 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzJU2wazI8 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzJXNK1Vo4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJXNK1Vo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJXNK1Vo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJXPskZVV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzJXPskZVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJXPskZVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJXPskZVV .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzJXPskZVV .container {
    max-width: 1400px;
  }
}
.cid-tzJXPskZVV .card {
  margin: auto;
}
.cid-tzJXPskZVV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzJXPskZVV .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzJXPskZVV .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzK3kSrvqu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzK3kSrvqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzK3kSrvqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzK3jDd74m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzK3jDd74m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzK3jDd74m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzK3jDd74m .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzK3jDd74m .container {
    max-width: 1400px;
  }
}
.cid-tzK3jDd74m .card {
  margin: auto;
}
.cid-tzK3jDd74m .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzK3jDd74m .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzK3jDd74m .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzUIQzcYst {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzUIQzcYst .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUIQzcYst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUIR305mH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzUIR305mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUIR305mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUIR305mH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tzUIR305mH .container {
    max-width: 1400px;
  }
}
.cid-tzUIR305mH .card {
  margin: auto;
}
.cid-tzUIR305mH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tzUIR305mH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzUIR305mH .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBph84LRKT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBph84LRKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBph84LRKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBphCyUyeW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBphCyUyeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBphCyUyeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBphCyUyeW .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tBphCyUyeW .container {
    max-width: 1400px;
  }
}
.cid-tBphCyUyeW .card {
  margin: auto;
}
.cid-tBphCyUyeW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tBphCyUyeW .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBphCyUyeW .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBpm0Fa3VR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBpm0Fa3VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpm0Fa3VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpm1c5c0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpm1c5c0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpm1c5c0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpm1c5c0v .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tBpm1c5c0v .container {
    max-width: 1400px;
  }
}
.cid-tBpm1c5c0v .card {
  margin: auto;
}
.cid-tBpm1c5c0v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tBpm1c5c0v .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBpm1c5c0v .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBpmET61P0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBpmET61P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpmET61P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpmFqz1i2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpmFqz1i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpmFqz1i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpmFqz1i2 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tBpmFqz1i2 .container {
    max-width: 1400px;
  }
}
.cid-tBpmFqz1i2 .card {
  margin: auto;
}
.cid-tBpmFqz1i2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tBpmFqz1i2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBpmFqz1i2 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCtowXsGcJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCtowXsGcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtowXsGcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtoxs4ub5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtoxs4ub5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtoxs4ub5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtoxs4ub5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCtoxs4ub5 .container {
    max-width: 1400px;
  }
}
.cid-tCtoxs4ub5 .card {
  margin: auto;
}
.cid-tCtoxs4ub5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tCtoxs4ub5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCtoxs4ub5 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCtpmbfebB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCtpmbfebB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtpmbfebB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtpmTjN5U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtpmTjN5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtpmTjN5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtpmTjN5U .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCtpmTjN5U .container {
    max-width: 1400px;
  }
}
.cid-tCtpmTjN5U .card {
  margin: auto;
}
.cid-tCtpmTjN5U .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tCtpmTjN5U .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCtpmTjN5U .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCtq91IZRM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCtq91IZRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtq91IZRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtq9tLmIq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtq9tLmIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtq9tLmIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtq9tLmIq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCtq9tLmIq .container {
    max-width: 1400px;
  }
}
.cid-tCtq9tLmIq .card {
  margin: auto;
}
.cid-tCtq9tLmIq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tCtq9tLmIq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCtq9tLmIq .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCtr2kdkhy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCtr2kdkhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtr2kdkhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtr2OcEb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtr2OcEb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtr2OcEb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtr2OcEb7 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCtr2OcEb7 .container {
    max-width: 1400px;
  }
}
.cid-tCtr2OcEb7 .card {
  margin: auto;
}
.cid-tCtr2OcEb7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tCtr2OcEb7 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCtr2OcEb7 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdhPHvJGS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdhPHvJGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdhPHvJGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdhQctIbG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdhQctIbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdhQctIbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdhQctIbG .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDdhQctIbG .container {
    max-width: 1400px;
  }
}
.cid-tDdhQctIbG .card {
  margin: auto;
}
.cid-tDdhQctIbG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDdhQctIbG .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDdhQctIbG .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdiQWhZDO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdiQWhZDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdiQWhZDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdiRkCVah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdiRkCVah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdiRkCVah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdiRkCVah .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDdiRkCVah .container {
    max-width: 1400px;
  }
}
.cid-tDdiRkCVah .card {
  margin: auto;
}
.cid-tDdiRkCVah .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDdiRkCVah .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDdiRkCVah .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdjrj8p8P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdjrj8p8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdjrj8p8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdjrLJ746 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdjrLJ746 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdjrLJ746 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdjrLJ746 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDdjrLJ746 .container {
    max-width: 1400px;
  }
}
.cid-tDdjrLJ746 .card {
  margin: auto;
}
.cid-tDdjrLJ746 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDdjrLJ746 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDdjrLJ746 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdk5E1LbM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdk5E1LbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdk5E1LbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdk6kgArC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdk6kgArC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdk6kgArC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdk6kgArC .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDdk6kgArC .container {
    max-width: 1400px;
  }
}
.cid-tDdk6kgArC .card {
  margin: auto;
}
.cid-tDdk6kgArC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDdk6kgArC .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDdk6kgArC .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdl3QrI7v {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdl3QrI7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdl3QrI7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdl4eAFXZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDdl4eAFXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdl4eAFXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdl4eAFXZ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDdl4eAFXZ .container {
    max-width: 1400px;
  }
}
.cid-tDdl4eAFXZ .card {
  margin: auto;
}
.cid-tDdl4eAFXZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDdl4eAFXZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDdl4eAFXZ .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDGVEugGCD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDGVEugGCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGVEugGCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGUVQudLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDGUVQudLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGUVQudLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGUVQudLl .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tDGUVQudLl .container {
    max-width: 1400px;
  }
}
.cid-tDGUVQudLl .card {
  margin: auto;
}
.cid-tDGUVQudLl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tDGUVQudLl .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDGUVQudLl .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIubHr4v3p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIubHr4v3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIubHr4v3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIubHXjH02 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIubHXjH02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIubHXjH02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIubHXjH02 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIubHXjH02 .container {
    max-width: 1400px;
  }
}
.cid-tIubHXjH02 .card {
  margin: auto;
}
.cid-tIubHXjH02 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIubHXjH02 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIubHXjH02 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIudmUWL1P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIudmUWL1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIudmUWL1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIudnCvaoT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIudnCvaoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIudnCvaoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIudnCvaoT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIudnCvaoT .container {
    max-width: 1400px;
  }
}
.cid-tIudnCvaoT .card {
  margin: auto;
}
.cid-tIudnCvaoT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIudnCvaoT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIudnCvaoT .row {
  justify-content: center;
}
.cid-tIuezjo1eY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuezjo1eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuezjo1eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIuezjo1eY .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIuezjo1eY .container {
    max-width: 1400px;
  }
}
.cid-tIuezjo1eY .card {
  margin: auto;
}
.cid-tIuezjo1eY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIuezjo1eY .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIuezjo1eY .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIuf580BdL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuf580BdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuf580BdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIufeaw0cZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIufeaw0cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIufeaw0cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIufeaw0cZ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIufeaw0cZ .container {
    max-width: 1400px;
  }
}
.cid-tIufeaw0cZ .card {
  margin: auto;
}
.cid-tIufeaw0cZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIufeaw0cZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIufeaw0cZ .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIugyfD6OU {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tIugyfD6OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIugyfD6OU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIugyOkWZa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIugyOkWZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIugyOkWZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIugyOkWZa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIugyOkWZa .container {
    max-width: 1400px;
  }
}
.cid-tIugyOkWZa .card {
  margin: auto;
}
.cid-tIugyOkWZa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIugyOkWZa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIugyOkWZa .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIuhEyyyR3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuhEyyyR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuhEyyyR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIuhF134Yv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuhF134Yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuhF134Yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIuhF134Yv .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIuhF134Yv .container {
    max-width: 1400px;
  }
}
.cid-tIuhF134Yv .card {
  margin: auto;
}
.cid-tIuhF134Yv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIuhF134Yv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIuhF134Yv .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIuiXFOABx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuiXFOABx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuiXFOABx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIuiYehih9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuiYehih9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuiYehih9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIuiYehih9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIuiYehih9 .container {
    max-width: 1400px;
  }
}
.cid-tIuiYehih9 .card {
  margin: auto;
}
.cid-tIuiYehih9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIuiYehih9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIuiYehih9 .row {
  justify-content: center;
}
.cid-tIujKbh5ED {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIujKbh5ED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIujKbh5ED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIujKbh5ED .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIujKbh5ED .container {
    max-width: 1400px;
  }
}
.cid-tIujKbh5ED .card {
  margin: auto;
}
.cid-tIujKbh5ED .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIujKbh5ED .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIujKbh5ED .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIukiYzdpV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIukiYzdpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIukiYzdpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIukjrtcK0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIukjrtcK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIukjrtcK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIukjrtcK0 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIukjrtcK0 .container {
    max-width: 1400px;
  }
}
.cid-tIukjrtcK0 .card {
  margin: auto;
}
.cid-tIukjrtcK0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIukjrtcK0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIukjrtcK0 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIuloiAsMC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIuloiAsMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIuloiAsMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIulp3Q9Sa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIulp3Q9Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIulp3Q9Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIulp3Q9Sa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIulp3Q9Sa .container {
    max-width: 1400px;
  }
}
.cid-tIulp3Q9Sa .card {
  margin: auto;
}
.cid-tIulp3Q9Sa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tIulp3Q9Sa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIulp3Q9Sa .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUiJ7XoWu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUiJ7XoWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUiJ7XoWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUjwTsDBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUjwTsDBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUjwTsDBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUjwTsDBE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUjwTsDBE .container {
    max-width: 1400px;
  }
}
.cid-tJUjwTsDBE .card {
  margin: auto;
}
.cid-tJUjwTsDBE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUjwTsDBE .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUjwTsDBE .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUkpg67lU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUkpg67lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUkpg67lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUkon39mH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUkon39mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUkon39mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUkon39mH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUkon39mH .container {
    max-width: 1400px;
  }
}
.cid-tJUkon39mH .card {
  margin: auto;
}
.cid-tJUkon39mH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUkon39mH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUkon39mH .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUoFKFw1I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUoFKFw1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUoFKFw1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUoGAayQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUoGAayQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUoGAayQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUoGAayQm .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUoGAayQm .container {
    max-width: 1400px;
  }
}
.cid-tJUoGAayQm .card {
  margin: auto;
}
.cid-tJUoGAayQm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUoGAayQm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUoGAayQm .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUqJ7CKFC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUqJ7CKFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUqJ7CKFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUqJET9uH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUqJET9uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUqJET9uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUqJET9uH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUqJET9uH .container {
    max-width: 1400px;
  }
}
.cid-tJUqJET9uH .card {
  margin: auto;
}
.cid-tJUqJET9uH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUqJET9uH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUqJET9uH .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUx6wHI8h {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUx6wHI8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUx6wHI8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUxh8RPl1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUxh8RPl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUxh8RPl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUxh8RPl1 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUxh8RPl1 .container {
    max-width: 1400px;
  }
}
.cid-tJUxh8RPl1 .card {
  margin: auto;
}
.cid-tJUxh8RPl1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUxh8RPl1 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUxh8RPl1 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUyRW1c1J {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUyRW1c1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUyRW1c1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUySDiPat {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUySDiPat .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUySDiPat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUySDiPat .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUySDiPat .container {
    max-width: 1400px;
  }
}
.cid-tJUySDiPat .card {
  margin: auto;
}
.cid-tJUySDiPat .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUySDiPat .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUySDiPat .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJUzKIzOVo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUzKIzOVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUzKIzOVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUzLk3Ajq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJUzLk3Ajq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUzLk3Ajq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUzLk3Ajq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tJUzLk3Ajq .container {
    max-width: 1400px;
  }
}
.cid-tJUzLk3Ajq .card {
  margin: auto;
}
.cid-tJUzLk3Ajq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tJUzLk3Ajq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJUzLk3Ajq .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2PXvh7Pg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL2PXvh7Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2PXvh7Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2PYcaFQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL2PYcaFQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2PYcaFQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2PYcaFQO .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tL2PYcaFQO .container {
    max-width: 1400px;
  }
}
.cid-tL2PYcaFQO .card {
  margin: auto;
}
.cid-tL2PYcaFQO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tL2PYcaFQO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL2PYcaFQO .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2R1OhEPD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL2R1OhEPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2R1OhEPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2R2ssn8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL2R2ssn8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2R2ssn8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2R2ssn8v .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tL2R2ssn8v .container {
    max-width: 1400px;
  }
}
.cid-tL2R2ssn8v .card {
  margin: auto;
}
.cid-tL2R2ssn8v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tL2R2ssn8v .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL2R2ssn8v .row {
  justify-content: center;
}
.cid-tL3xzLLEK3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL3xzLLEK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL3xzLLEK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL3xzLLEK3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tL3xzLLEK3 .container {
    max-width: 1400px;
  }
}
.cid-tL3xzLLEK3 .card {
  margin: auto;
}
.cid-tL3xzLLEK3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tL3xzLLEK3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL3xzLLEK3 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMlllyeeiL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMlllyeeiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlllyeeiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMllkVkBjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMllkVkBjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMllkVkBjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMllkVkBjd .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tMllkVkBjd .container {
    max-width: 1400px;
  }
}
.cid-tMllkVkBjd .card {
  margin: auto;
}
.cid-tMllkVkBjd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tMllkVkBjd .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMllkVkBjd .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOeGZFcruD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeGZFcruD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeGZFcruD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeH1uPKDE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeH1uPKDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeH1uPKDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeH1uPKDE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tOeH1uPKDE .container {
    max-width: 1400px;
  }
}
.cid-tOeH1uPKDE .card {
  margin: auto;
}
.cid-tOeH1uPKDE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tOeH1uPKDE .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOeH1uPKDE .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOeHUCnFBa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeHUCnFBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeHUCnFBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeHVwbZjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeHVwbZjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeHVwbZjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeHVwbZjM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tOeHVwbZjM .container {
    max-width: 1400px;
  }
}
.cid-tOeHVwbZjM .card {
  margin: auto;
}
.cid-tOeHVwbZjM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tOeHVwbZjM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOeHVwbZjM .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOeKsfKEZG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeKsfKEZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeKsfKEZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeKt4IR0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOeKt4IR0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeKt4IR0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOeKt4IR0I .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tOeKt4IR0I .container {
    max-width: 1400px;
  }
}
.cid-tOeKt4IR0I .card {
  margin: auto;
}
.cid-tOeKt4IR0I .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tOeKt4IR0I .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOeKt4IR0I .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOr8uQLKId {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOr8uQLKId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOr8uQLKId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOr8wc5eYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOr8wc5eYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOr8wc5eYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOr8wc5eYD .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tOr8wc5eYD .container {
    max-width: 1400px;
  }
}
.cid-tOr8wc5eYD .card {
  margin: auto;
}
.cid-tOr8wc5eYD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tOr8wc5eYD .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOr8wc5eYD .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOwZo6Ev1y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOwZo6Ev1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOwZo6Ev1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOwZslO58s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOwZslO58s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOwZslO58s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOwZslO58s .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tOwZslO58s .container {
    max-width: 1400px;
  }
}
.cid-tOwZslO58s .card {
  margin: auto;
}
.cid-tOwZslO58s .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tOwZslO58s .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOwZslO58s .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR52yQepBl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR52yQepBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR52yQepBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR52BGtyCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR52BGtyCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR52BGtyCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR52BGtyCn .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tR52BGtyCn .container {
    max-width: 1400px;
  }
}
.cid-tR52BGtyCn .card {
  margin: auto;
}
.cid-tR52BGtyCn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tR52BGtyCn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR52BGtyCn .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSic2bObPu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSic2bObPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSic2bObPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSic30MuPc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSic30MuPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSic30MuPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSic30MuPc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tSic30MuPc .container {
    max-width: 1400px;
  }
}
.cid-tSic30MuPc .card {
  margin: auto;
}
.cid-tSic30MuPc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tSic30MuPc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSic30MuPc .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSiemJd5nj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSiemJd5nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSiemJd5nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSienpN1C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSienpN1C6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSienpN1C6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSienpN1C6 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tSienpN1C6 .container {
    max-width: 1400px;
  }
}
.cid-tSienpN1C6 .card {
  margin: auto;
}
.cid-tSienpN1C6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tSienpN1C6 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSienpN1C6 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSY54xTrlE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSY54xTrlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSY54xTrlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSY6YfgsOm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSY6YfgsOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSY6YfgsOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSY6YfgsOm .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tSY6YfgsOm .container {
    max-width: 1400px;
  }
}
.cid-tSY6YfgsOm .card {
  margin: auto;
}
.cid-tSY6YfgsOm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tSY6YfgsOm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSY6YfgsOm .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSYaZYtHql {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSYaZYtHql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSYaZYtHql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSYb8FPmdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSYb8FPmdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSYb8FPmdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSYb8FPmdy .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tSYb8FPmdy .container {
    max-width: 1400px;
  }
}
.cid-tSYb8FPmdy .card {
  margin: auto;
}
.cid-tSYb8FPmdy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tSYb8FPmdy .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSYb8FPmdy .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTx9yI6QIc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTx9yI6QIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTx9yI6QIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTx9A4zTRB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTx9A4zTRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTx9A4zTRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTx9A4zTRB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tTx9A4zTRB .container {
    max-width: 1400px;
  }
}
.cid-tTx9A4zTRB .card {
  margin: auto;
}
.cid-tTx9A4zTRB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tTx9A4zTRB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTx9A4zTRB .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTxcf8wTq1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTxcf8wTq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTxcf8wTq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTxcfPxU12 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTxcfPxU12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTxcfPxU12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTxcfPxU12 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tTxcfPxU12 .container {
    max-width: 1400px;
  }
}
.cid-tTxcfPxU12 .card {
  margin: auto;
}
.cid-tTxcfPxU12 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tTxcfPxU12 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTxcfPxU12 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVM9uwW2r1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVM9uwW2r1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVM9uwW2r1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVM9vtiB2K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVM9vtiB2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVM9vtiB2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVM9vtiB2K .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tVM9vtiB2K .container {
    max-width: 1400px;
  }
}
.cid-tVM9vtiB2K .card {
  margin: auto;
}
.cid-tVM9vtiB2K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tVM9vtiB2K .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVM9vtiB2K .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttMmpQlv6P {
  z-index: 1000;
  width: 100%;
}
.cid-ttMmpQlv6P nav.navbar {
  position: fixed;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .dropdown-menu {
  padding: 0;
}
.cid-ttMmpQlv6P .dropdown-item {
  border-bottom: 1px solid #35ff0c;
}
.cid-ttMmpQlv6P .dropdown-item:hover,
.cid-ttMmpQlv6P .dropdown-item:focus {
  background: #17ba00 !important;
  color: white !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMmpQlv6P .nav-link {
  position: relative;
}
.cid-ttMmpQlv6P .container {
  display: flex;
  margin: auto;
}
.cid-ttMmpQlv6P .iconfont-wrapper {
  color: #232323 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttMmpQlv6P .navbar-caption {
  padding-right: 4rem;
}
.cid-ttMmpQlv6P .dropdown-menu,
.cid-ttMmpQlv6P .navbar.opened {
  background: #232323 !important;
}
.cid-ttMmpQlv6P .nav-item:focus,
.cid-ttMmpQlv6P .nav-link:focus {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttMmpQlv6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMmpQlv6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMmpQlv6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMmpQlv6P .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-ttMmpQlv6P .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMmpQlv6P .navbar.opened {
  transition: all .3s;
}
.cid-ttMmpQlv6P .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ttMmpQlv6P .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMmpQlv6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMmpQlv6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMmpQlv6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMmpQlv6P .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: 55%;
}
.cid-ttMmpQlv6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMmpQlv6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ttMmpQlv6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ttMmpQlv6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMmpQlv6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMmpQlv6P .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: 55%;
  }
  .cid-ttMmpQlv6P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttMmpQlv6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMmpQlv6P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMmpQlv6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMmpQlv6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMmpQlv6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ttMmpQlv6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttMmpQlv6P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttMmpQlv6P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMmpQlv6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMmpQlv6P .dropdown-item.active,
.cid-ttMmpQlv6P .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMmpQlv6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMmpQlv6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttMmpQlv6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMmpQlv6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMmpQlv6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMmpQlv6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMmpQlv6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttMmpQlv6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttMmpQlv6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttMmpQlv6P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttMmpQlv6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMmpQlv6P .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-ttMmpQlv6P .navbar {
    height: 77px;
  }
  .cid-ttMmpQlv6P .navbar.opened {
    height: auto;
  }
  .cid-ttMmpQlv6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZ8ffHuk5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZ8ffHuk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ8ffHuk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZ8kMQw18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZ8kMQw18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ8kMQw18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZ8kMQw18 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tYZ8kMQw18 .container {
    max-width: 1400px;
  }
}
.cid-tYZ8kMQw18 .card {
  margin: auto;
}
.cid-tYZ8kMQw18 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #17ba00;
  margin-bottom: 2rem;
}
.cid-tYZ8kMQw18 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYZ8kMQw18 .row {
  justify-content: center;
}
.cid-ttMmrgwAB3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ttMmrgwAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMmrgwAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMmrgwAB3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMmrgwAB3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMmrgwAB3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttMmrgwAB3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttMmrgwAB3 .copyright {
  color: #bbbbbb;
}
.cid-ttMmrgwAB3 .mbr-section-subtitle {
  text-align: center;
}
