body {
  font-family: Urbanist;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .ino-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .ino-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .ino-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .ino-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .ino-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.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: #17171a !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: #17171a !important;
  border-color: #17171a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;inovox
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !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: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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 {
  border-color: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #ff9966;
  color: #ff9966;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !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: #17171a;
}
.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;
}
.ino-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.ino-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.ino-plan-header.bg-primary .ino-plan-subtitle,
.ino-plan-header.bg-primary .ino-plan-price-desc {
  color: #c8c8ce;
}
.ino-plan-header.bg-success .ino-plan-subtitle,
.ino-plan-header.bg-success .ino-plan-price-desc {
  color: #a0d8df;
}
.ino-plan-header.bg-info .ino-plan-subtitle,
.ino-plan-header.bg-info .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-warning .ino-plan-subtitle,
.ino-plan-header.bg-warning .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-danger .ino-plan-subtitle,
.ino-plan-header.bg-danger .ino-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.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: #17171a;
  border-bottom-color: #17171a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17171a !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: #9b9ba5 !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='%2317171a' %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-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIYOc53L2Z {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 49%;
  }
}
.cid-sIYOc53L2Z .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-sIYOc53L2Z .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-sIYOc53L2Z .item-btn:hover {
  opacity: 0.8;
}
.cid-sIYOc53L2Z .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-sIYOc53L2Z .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-sIYOc53L2Z .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-sIYOc53L2Z .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .cid-sIYOc53L2Z .re-order .row{
display:flex !important;
display: -ms-flex !important;
flex-direction:column;
}
.cid-sIYOc53L2Z .re-order .row .first{
order:2 !important;
}

.cid-sIYOc53L2Z .re-order .row .second{
order:1 !important;
}
.cid-sIYOc53L2Z{
    padding-top:40px !important;
}


}

@media (max-width: 600px) {
  .cid-sIYOc53L2Z .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOc53L2Z .ino-section-title a {
  color: #9b9ba5;
}
.cid-sIYOc53L2Z P {
  color: #9b9ba5;
}
.cid-sIYOc53L2Z .ino-section-subtitle {
  color: #101019;
  text-align: left;
}
.cid-sIYOEHdkQN {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
}
.cid-sIYOEHdkQN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sIYOEHdkQN .team-card:hover {
  transform: translateY(-10px);
}
.cid-sIYOEHdkQN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sIYOEHdkQN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sIYOEHdkQN .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
 /* padding-right: 30px;*/
}
.cid-sIYOEHdkQN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sIYOEHdkQN .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIYOEHdkQN .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-sIYOEHdkQN .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sIYOEHdkQN .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOEHdkQN .ino-section-title {
  text-align: center;
}
.cid-sIYOEHdkQN .card-title,
.cid-sIYOEHdkQN .social-row {
  text-align: left;
}
.cid-sIYOEHdkQN .ino-section-subtitle {
  text-align: center;
}
.cid-t6TTCjDBDp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6TTCjDBDp .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t6TTCjDBDp .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t6TTCjDBDp .ino-section-head {
  max-width: 1270px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-t6TTCjDBDp .ino-section-head {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t6TTCjDBDp .ino-section-title {
  width: 100%;
  color: #222222;
}
.cid-t6TTCjDBDp .ino-section-subtitle {
  width: 100%;
  color: #555555;
}
.cid-t6TTCjDBDp .ino-media {
  position: relative;
  height: 656px;
}
.cid-t6TTCjDBDp .ino-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t6TTCjDBDp .ino-media {
    height: 356px;
  }
}
.cid-t6TTCjDBDp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t6TTCjDBDp .ino-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-t6TTCjDBDp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6TTCjDBDp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6TTCjDBDp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6TTCjDBDp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6TTCjDBDp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6TTCjDBDp .col-video {
  padding: 0;
}
.cid-t6TTCjDBDp a:hover {
  background-image: none !important;
}
.cid-t6U1XpO4Ml {
  background-color: #edeff0;
}
.cid-t6U1XpO4Ml .features-button {
  line-height: 1.72;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-t6U1XpO4Ml .features-button {
    width: 100%;
  }
}
.cid-t6U1XpO4Ml .image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6U1XpO4Ml .image {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-t6U1XpO4Ml .image-1 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U1XpO4Ml .image-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.cid-t6U1XpO4Ml .image-2 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U1XpO4Ml .image-2 {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.cid-t6U1XpO4Ml .features-container {
  background-color: #d7e2e9;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U1XpO4Ml .features-container {
    padding: 3rem;
  }
}
.cid-t6U1XpO4Ml .ino-section-subtitle {
  line-height: 1.2;
}
.cid-t6U1XpO4Ml .ino-text {
  line-height: 1.72;
}
.cid-t6U1XpO4Ml .ino-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t6U1XpO4Ml .ino-section-title {
    margin-bottom: 40px;
  }
}
.cid-t6U1XpO4Ml .investment-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-t6U1XpO4Ml .investment-item {
    padding: 3rem;
  }
}
.cid-t6U44b3j5n {
  background-color: #edeff0;
}
.cid-t6U44b3j5n .features-button {
  line-height: 1.72;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-t6U44b3j5n .features-button {
    width: 100%;
  }
}
.cid-t6U44b3j5n .image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6U44b3j5n .image {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-t6U44b3j5n .image-1 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U44b3j5n .image-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.cid-t6U44b3j5n .image-2 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U44b3j5n .image-2 {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.cid-t6U44b3j5n .features-container {
  background-color: #d7e2e9;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U44b3j5n .features-container {
    padding: 3rem;
  }
}
.cid-t6U44b3j5n .ino-section-subtitle {
  line-height: 1.2;
}
.cid-t6U44b3j5n .ino-text {
  line-height: 1.72;
}
.cid-t6U44b3j5n .ino-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t6U44b3j5n .ino-section-title {
    margin-bottom: 40px;
  }
}
.cid-t6U44b3j5n .investment-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-t6U44b3j5n .investment-item {
    padding: 3rem;
  }
}
.cid-t6U7UeehR5 {
  background-color: #edeff0;
}
.cid-t6U7UeehR5 .features-button {
  line-height: 1.72;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-t6U7UeehR5 .features-button {
    width: 100%;
  }
}
.cid-t6U7UeehR5 .image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6U7UeehR5 .image {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-t6U7UeehR5 .image-1 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U7UeehR5 .image-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.cid-t6U7UeehR5 .image-2 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U7UeehR5 .image-2 {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.cid-t6U7UeehR5 .features-container {
  background-color: #d7e2e9;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t6U7UeehR5 .features-container {
    padding: 3rem;
  }
}
.cid-t6U7UeehR5 .ino-section-subtitle {
  line-height: 1.2;
}
.cid-t6U7UeehR5 .ino-text {
  line-height: 1.72;
}
.cid-t6U7UeehR5 .ino-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t6U7UeehR5 .ino-section-title {
    margin-bottom: 40px;
  }
}
.cid-t6U7UeehR5 .investment-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-t6U7UeehR5 .investment-item {
    padding: 3rem;
  }
}
.cid-t6XUedHw9p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/21-1024x679.jpg");
}
.cid-t6XUedHw9p .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6XUedHw9p .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t6XUedHw9p .ino-section-subtitle {
  color: #767676;
}
.cid-t6XUedHw9p .panel-group {
  width: 100%;
}
.cid-t6XUedHw9p .panel-text {
  color: #767676;
}
.cid-t6XUedHw9p .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t6XUedHw9p .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6XUedHw9p .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #66458e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6XUedHw9p .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-t6XUedHw9p .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6XUedHw9p .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t6XUedHw9p .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-t6XUedHw9p .card .panel-body {
  background: #efefef;
}
.cid-sIYSrLfXsj {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-sIYSrLfXsj .ino-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIYSrLfXsj form .ino-section-btn {
  text-align: center;
}
.cid-sIYSrLfXsj .ino-section-subtitle {
  color: #ebeff2;
}
.cid-sIYSrLfXsj .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-sIYSrLfXsj .form-control:focus {
  background: none;
}
.cid-sIYSrLfXsj .form-control:focus::placeholder {
  color: transparent;
}
.cid-sIYSrLfXsj .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-sIYSrLfXsj .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYSrLfXsj .ino-section-title {
  color: #ffffff;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TKuXXCe4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7TKuXXCe4 .ino-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-t7TKuXXCe4 .ino-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-t7TKuXXCe4 .row {
  align-items: center;
  height: 100%;
}
.cid-t7TKuXXCe4 .wrapper {
  margin: auto;
}

@media (max-width: 768px) {
    .cid-t7TKuXXCe4 {
        padding-top:0px;
    }
    
    }





.cid-t7TL2V78AU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7TL2V78AU .ino-text {
  color: #666666;
}
.cid-t7TL2V78AU .list {
  color: #666666;
}
.cid-t7TL2V78AU ul {
  list-style-position: inside;
  padding: 0;
}
.cid-t7TL2V78AU li {
  padding-bottom: 0.5rem;
}
.cid-t7TKvSUxB2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7TKvSUxB2 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #14142b;
}
.cid-t7TKvSUxB2 .align-left {
  max-width: 547px;
}
.cid-t7TKvSUxB2 .ino-text,
.cid-t7TKvSUxB2 .ino-section-btn {
  color: #8c8c95;
}
.cid-t7TKvSUxB2 .left-side {
  margin-right: 20px;
}
.cid-t7TKvSUxB2 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-t7TKvSUxB2 .left-side {
    margin-right: 0px;
  }
  .cid-t7TKvSUxB2 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-t7TMnZCMXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7TMnZCMXg .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #14142b;
}
.cid-t7TMnZCMXg .align-left {
  max-width: 547px;
}
.cid-t7TMnZCMXg .ino-text,
.cid-t7TMnZCMXg .ino-section-btn {
  color: #8c8c95;
}
.cid-t7TMnZCMXg .left-side {
  margin-right: 20px;
}
.cid-t7TMnZCMXg .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-t7TMnZCMXg .left-side {
    margin-right: 0px;
  }
  .cid-t7TMnZCMXg .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-t7TNntINFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7TNntINFn .ino-text {
  color: #666666;
}
.cid-t7TNntINFn .list {
  color: #666666;
}
.cid-t7TNntINFn ul {
  list-style-position: inside;
  padding: 0;
}
.cid-t7TNntINFn li {
  padding-bottom: 0.5rem;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7XKWTZm1u {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
@media (max-width: 991px) {
  .cid-t7XKWTZm1u .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7XKWTZm1u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t7XKWTZm1u .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-t7XKWTZm1u .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-t7XKWTZm1u .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t7XKWTZm1u .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t7XKWTZm1u .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-t7XKWTZm1u .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t7XKWTZm1u .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-t7XKWTZm1u .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-t7XEis1CA5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7XEis1CA5 h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-t7XEis1CA5 .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-t7XEis1CA5 .wrap {
  display: flex;
}
.cid-t7XEis1CA5 .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-t7XEis1CA5 .icon:before {
  content: "\e908" !important;
}
.cid-t7XEis1CA5 .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-t7XEis1CA5 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-t7XEis1CA5 .ino-section-title {
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-t7XEis1CA5 p {
  margin: 0;
}
.cid-t7XEis1CA5 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t7XEis1CA5 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t7XEis1CA5 .panel-group {
  width: 100%;
}
.cid-t7XEis1CA5 .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-t7XEis1CA5 .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-t7XEis1CA5 .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t7XEis1CA5 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7XEis1CA5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7XEis1CA5 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t7XEis1CA5 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t7XEis1CA5 .header-text,
.cid-t7XEis1CA5 .sign {
  color: #000000;
}
.cid-t7XEis1CA5 .ino-section-subtitle {
  color: #000000;
}
.cid-t7XPnJ60MZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t7XPnJ60MZ h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-t7XPnJ60MZ .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-t7XPnJ60MZ .wrap {
  display: flex;
}
.cid-t7XPnJ60MZ .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-t7XPnJ60MZ .icon:before {
  content: "\e908" !important;
}
.cid-t7XPnJ60MZ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-t7XPnJ60MZ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-t7XPnJ60MZ .ino-section-title {
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-t7XPnJ60MZ p {
  margin: 0;
}
.cid-t7XPnJ60MZ .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t7XPnJ60MZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t7XPnJ60MZ .panel-group {
  width: 100%;
}
.cid-t7XPnJ60MZ .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-t7XPnJ60MZ .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-t7XPnJ60MZ .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t7XPnJ60MZ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7XPnJ60MZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7XPnJ60MZ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t7XPnJ60MZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t7XPnJ60MZ .header-text,
.cid-t7XPnJ60MZ .sign {
  color: #000000;
}
.cid-t7XPnJ60MZ .ino-section-subtitle {
  color: #000000;
}

.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Y9f4ekj6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7Y9f4ekj6 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  
  
   
  .cid-t7Y9f4ekj6 .re-order .row{
display:flex;
display: -ms-flex;
flex-direction:column;
}
.cid-t7Y9f4ekj6 .re-order .row .first{
order:2;
}

.cid-t7Y9f4ekj6 .re-order .row .second{
order:1;
}
.cid-t7Y9f4ekj6 {
    padding-top:0px;
}

}
.cid-t7Y9f4ekj6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7Y9f4ekj6 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t7Y9f4ekj6 .ino-section-title {
  color: #2e6b75;
}
.cid-t7Y9f4ekj6 .ino-text {
  color: #6c7577;
}
.cid-t7Y9f4ekj6 .ino-description {
  color: #6c7577;
}
.cid-t7Y9ZOKGBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7Y9ZOKGBl .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7Y9ZOKGBl .row {
    text-align: center;
  }
}
.cid-t7XXOfIXSP {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t7XXOfIXSP .ino-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7XXOfIXSP .ino-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7XXOfIXSP .ino-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7XXOfIXSP .ino-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7XXOfIXSP .ino-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #22a5e5;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #22a5e5, #f7e4d6);
}
.cid-t7XXOfIXSP .icon-focus,
.cid-t7XXOfIXSP .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t7XXOfIXSP .icon-focus:before,
.cid-t7XXOfIXSP .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7XXOfIXSP .icon-video {
  font-size: 1.5rem !important;
}
.cid-t7XXOfIXSP .ino-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t7XXOfIXSP ul {
  font-size: 0;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul {
  text-align: left;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #101019 !important;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t7XXOfIXSP .ino-gallery-filter ul li.active .btn:after {
  border-color: #101019;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li:first-child,
.cid-t7XXOfIXSP .ino-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t7XXOfIXSP .ino-gallery-item > div:hover .ino-gallery-title {
  display: block;
}
.cid-t7XXOfIXSP .ino-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t7XXOfIXSP .ino-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-t7XXOfIXSP .ino-section-title {
  margin-bottom: 1rem;
}
.cid-t7XXOfIXSP .ino-section-title b:last-child,
.cid-t7XXOfIXSP .ino-section-title strong:last-child {
  color: #f23801;
}
.cid-t7XXOfIXSP .ino-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-t7XXOfIXSP .ino-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-sIYSsgNVY3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}


.cid-sIYSsgNVY3 .media-wrap {
  /*filter: invert(1);*/
  padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}

@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIYSsgNVY3 .media-wrap img {
  /*filter: invert(1);*/
  
  
  padding: 0 10px;
    background-color: #fff;
    border-radius: 20px;
}
}
.cid-sIYSsgNVY3 .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: center;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: flex-end;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.5rem;
  }
}
.cid-sIYSsgNVY3 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIYSsgNVY3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIYSsgNVY3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIYSsgNVY3 .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIYSsgNVY3 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIYSsgNVY3 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIYSsgNVY3 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7YbxSPIeW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7YbxSPIeW nav.navbar {
  position: fixed;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7YbxSPIeW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7YbxSPIeW .dropdown-item:hover,
.cid-t7YbxSPIeW .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-t7YbxSPIeW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7YbxSPIeW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7YbxSPIeW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7YbxSPIeW .nav-link {
  position: relative;
}
.cid-t7YbxSPIeW .container {
  display: flex;
  margin: auto;
}
.cid-t7YbxSPIeW .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown-menu,
.cid-t7YbxSPIeW .navbar.opened {
  background: #ffffff !important;
}
.cid-t7YbxSPIeW .nav-item:focus,
.cid-t7YbxSPIeW .nav-link:focus {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7YbxSPIeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7YbxSPIeW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.opened {
  transition: all 0.3s;
}
.cid-t7YbxSPIeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7YbxSPIeW .navbar .navbar-logo img {
  width: auto;
}
.cid-t7YbxSPIeW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar.collapsed {
  justify-content: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7YbxSPIeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7YbxSPIeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7YbxSPIeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7YbxSPIeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7YbxSPIeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7YbxSPIeW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7YbxSPIeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7YbxSPIeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7YbxSPIeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7YbxSPIeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7YbxSPIeW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7YbxSPIeW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown-item.active,
.cid-t7YbxSPIeW .dropdown-item:active {
  background-color: transparent;
}
.cid-t7YbxSPIeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7YbxSPIeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7YbxSPIeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7YbxSPIeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7YbxSPIeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7YbxSPIeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .navbar {
    height: 70px;
  }
  .cid-t7YbxSPIeW .navbar.opened {
    height: auto;
  }
  .cid-t7YbxSPIeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7YbxToVou {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YbxToVou .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  
  
  
  .cid-t7YbxToVou .re-order .row{
display:flex;
display: -ms-flex;
flex-direction:column;
}
.cid-t7YbxToVou .re-order .row .first{
order:2;
}

.cid-t7YbxToVou .re-order .row .second{
order:1;
}
.cid-t7YbxToVou {
    padding-top:0px;
}

}
.cid-t7YbxToVou img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7YbxToVou .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t7YbxToVou .ino-section-title {
  color: #2e6b75;
}
.cid-t7YbxToVou .ino-text {
  color: #6c7577;
}
.cid-t7YbxToVou .ino-description {
  color: #6c7577;
}
.cid-t7YbxTLYD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7YbxTLYD1 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7YbxTLYD1 .row {
    text-align: center;
  }
}

.cid-t7YbxU6DoH {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t7YbxU6DoH .ino-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7YbxU6DoH .ino-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7YbxU6DoH .ino-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7YbxU6DoH .ino-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7YbxU6DoH .ino-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #22a5e5;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #22a5e5, #f7e4d6);
}
.cid-t7YbxU6DoH .icon-focus,
.cid-t7YbxU6DoH .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t7YbxU6DoH .icon-focus:before,
.cid-t7YbxU6DoH .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7YbxU6DoH .icon-video {
  font-size: 1.5rem !important;
}
.cid-t7YbxU6DoH .ino-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t7YbxU6DoH ul {
  font-size: 0;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul {
  text-align: left;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #101019 !important;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t7YbxU6DoH .ino-gallery-filter ul li.active .btn:after {
  border-color: #101019;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li:first-child,
.cid-t7YbxU6DoH .ino-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t7YbxU6DoH .ino-gallery-item > div:hover .ino-gallery-title {
  display: block;
}
.cid-t7YbxU6DoH .ino-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t7YbxU6DoH .ino-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-t7YbxU6DoH .ino-section-title {
  margin-bottom: 1rem;
}
.cid-t7YbxU6DoH .ino-section-title b:last-child,
.cid-t7YbxU6DoH .ino-section-title strong:last-child {
  color: #f23801;
}
.cid-t7YbxU6DoH .ino-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-t7YbxU6DoH .ino-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-t7YbxUMYYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t7YbxUMYYs .media-wrap img {
  filter: invert(1);
}
.cid-t7YbxUMYYs .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YbxUMYYs .links {
    justify-content: center;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-t7YbxUMYYs .links {
    justify-content: flex-end;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.5rem;
  }
}
.cid-t7YbxUMYYs .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t7YbxUMYYs .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-t7YbxUMYYs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t7YbxUMYYs .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t7YbxUMYYs .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-t7YbxUMYYs .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7YbxUMYYs .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7YbxSPIeW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7YbxSPIeW nav.navbar {
  position: fixed;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7YbxSPIeW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7YbxSPIeW .dropdown-item:hover,
.cid-t7YbxSPIeW .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-t7YbxSPIeW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7YbxSPIeW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7YbxSPIeW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7YbxSPIeW .nav-link {
  position: relative;
}
.cid-t7YbxSPIeW .container {
  display: flex;
  margin: auto;
}
.cid-t7YbxSPIeW .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown-menu,
.cid-t7YbxSPIeW .navbar.opened {
  background: #ffffff !important;
}
.cid-t7YbxSPIeW .nav-item:focus,
.cid-t7YbxSPIeW .nav-link:focus {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7YbxSPIeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7YbxSPIeW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.opened {
  transition: all 0.3s;
}
.cid-t7YbxSPIeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7YbxSPIeW .navbar .navbar-logo img {
  width: auto;
}
.cid-t7YbxSPIeW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar.collapsed {
  justify-content: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7YbxSPIeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7YbxSPIeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7YbxSPIeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7YbxSPIeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7YbxSPIeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7YbxSPIeW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7YbxSPIeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7YbxSPIeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7YbxSPIeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7YbxSPIeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7YbxSPIeW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7YbxSPIeW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown-item.active,
.cid-t7YbxSPIeW .dropdown-item:active {
  background-color: transparent;
}
.cid-t7YbxSPIeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7YbxSPIeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7YbxSPIeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7YbxSPIeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7YbxSPIeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7YbxSPIeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .navbar {
    height: 70px;
  }
  .cid-t7YbxSPIeW .navbar.opened {
    height: auto;
  }
  .cid-t7YbxSPIeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7YjcyUhD1 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/06-1280x848.jpg");
}
.cid-t7YjcyUhD1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t7YjcyUhD1 .form-group {
  margin-bottom: 1rem;
}
.cid-t7YjcyUhD1 .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-t7YjcyUhD1 textarea.form-control {
  min-height: 96px;
}
.cid-t7YjcyUhD1 .input-group-btn {
  width: 100%;
}
.cid-t7YjcyUhD1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-t7YjcyUhD1 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-t7YjcyUhD1 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-t7YjcyUhD1 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-t7YjcyUhD1 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-t7YjcyUhD1 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-t7YjcyUhD1 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-t7YjcyUhD1 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7YjcyUhD1 .form-subtitle {
    text-align: center;
  }
}
.cid-t7YjcyUhD1 .form-text {
  color: #ffffff;
}
.cid-t7YiWKFXMi .google-map {
  height: 30rem;
  position: relative;
}
.cid-t7YiWKFXMi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7YiWKFXMi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7YiWKFXMi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7YiWKFXMi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7YbxUMYYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t7YbxUMYYs .media-wrap img {
  filter: invert(1);
}
.cid-t7YbxUMYYs .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YbxUMYYs .links {
    justify-content: center;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-t7YbxUMYYs .links {
    justify-content: flex-end;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.5rem;
  }
}
.cid-t7YbxUMYYs .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t7YbxUMYYs .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-t7YbxUMYYs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t7YbxUMYYs .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t7YbxUMYYs .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-t7YbxUMYYs .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7YbxUMYYs .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7YbxSPIeW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7YbxSPIeW nav.navbar {
  position: fixed;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7YbxSPIeW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7YbxSPIeW .dropdown-item:hover,
.cid-t7YbxSPIeW .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-t7YbxSPIeW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7YbxSPIeW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7YbxSPIeW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7YbxSPIeW .nav-link {
  position: relative;
}
.cid-t7YbxSPIeW .container {
  display: flex;
  margin: auto;
}
.cid-t7YbxSPIeW .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown-menu,
.cid-t7YbxSPIeW .navbar.opened {
  background: #ffffff !important;
}
.cid-t7YbxSPIeW .nav-item:focus,
.cid-t7YbxSPIeW .nav-link:focus {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7YbxSPIeW .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7YbxSPIeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7YbxSPIeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7YbxSPIeW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.opened {
  transition: all 0.3s;
}
.cid-t7YbxSPIeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7YbxSPIeW .navbar .navbar-logo img {
  width: auto;
}
.cid-t7YbxSPIeW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar.collapsed {
  justify-content: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7YbxSPIeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7YbxSPIeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7YbxSPIeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7YbxSPIeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7YbxSPIeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7YbxSPIeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7YbxSPIeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7YbxSPIeW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7YbxSPIeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7YbxSPIeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7YbxSPIeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7YbxSPIeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7YbxSPIeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7YbxSPIeW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7YbxSPIeW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7YbxSPIeW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7YbxSPIeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7YbxSPIeW .dropdown-item.active,
.cid-t7YbxSPIeW .dropdown-item:active {
  background-color: transparent;
}
.cid-t7YbxSPIeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7YbxSPIeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7YbxSPIeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7YbxSPIeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7YbxSPIeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7YbxSPIeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7YbxSPIeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YbxSPIeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7YbxSPIeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YbxSPIeW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7YbxSPIeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7YbxSPIeW .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-t7YbxSPIeW .navbar {
    height: 70px;
  }
  .cid-t7YbxSPIeW .navbar.opened {
    height: auto;
  }
  .cid-t7YbxSPIeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7YrGgcfAv {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YrGgcfAv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7YrGgcfAv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t7YrGgcfAv .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YrGgcfAv .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-t7YrGgcfAv .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t7YrGgcfAv .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YrGgcfAv .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-t7YrGgcfAv .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t7YrGgcfAv .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-t7YrGgcfAv .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-t7YtFWwuIQ {
  padding-top: 1rem;
  /*padding-bottom: 6rem;*/
  background-color: #ffffff;
}
.cid-t7YtFWwuIQ .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t7YtFWwuIQ .ino-section-title {
  color: #010d4c;
}
.cid-t7YtFWwuIQ .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-t7YtFWwuIQ .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-t7YtFWwuIQ .card-title a {
  font-weight: 700 !important;
}
.cid-t7YtFWwuIQ .card-title a:hover {
  text-decoration: underline;
}
.cid-t7YtFWwuIQ .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-t7YtFWwuIQ .icon-box .ino-iconfont {
  font-size: 45px;
  color: #22a5e5;
}
.cid-t7YtFWwuIQ .ino-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-t7YtFWwuIQ .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-t7YtFWwuIQ .icon-link-box .ino-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-t7YtFWwuIQ .icon-link-box .ino-iconfont:hover {
  transform: scale(1.1);
  cursor: pointer !important;
}
.cid-t7YtFWwuIQ .col-card {
  margin-top: 30px;
}
.cid-t7YtFWwuIQ .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-t7YtFWwuIQ .card-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cid-t7YtFWwuIQ .card-1 {
    padding-left: 0;
    margin-right: 8px;
  }
}
.cid-t7YvTW8hCi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7YvTW8hCi .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t7YvTW8hCi .ino-section-title {
  color: #010d4c;
}
.cid-t7YvTW8hCi .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-t7YvTW8hCi .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-t7YvTW8hCi .card-title a {
  font-weight: 700 !important;
}
.cid-t7YvTW8hCi .card-title a:hover {
  text-decoration: underline;
}
.cid-t7YvTW8hCi .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-t7YvTW8hCi .icon-box .ino-iconfont {
  font-size: 45px;
  color: #913bff;
}
.cid-t7YvTW8hCi .ino-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-t7YvTW8hCi .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-t7YvTW8hCi .icon-link-box .ino-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-t7YvTW8hCi .icon-link-box .ino-iconfont:hover {
  transform: scale(1.1);
  cursor: pointer !important;
}
.cid-t7YvTW8hCi .col-card {
  /*margin-top: 30px;*/
}
.cid-t7YvTW8hCi .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-t7YvTW8hCi .card-wrapper {
    padding: 40px 20px 20px;
  }
}
.cid-t7YvTW8hCi .card-2 {
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.04);
  border-radius: 15px;
}
.cid-t7YbxUMYYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t7YbxUMYYs .media-wrap img {
  filter: invert(1);
}
.cid-t7YbxUMYYs .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YbxUMYYs .links {
    justify-content: center;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-t7YbxUMYYs .links {
    justify-content: flex-end;
  }
  .cid-t7YbxUMYYs .link {
    margin: 0.5rem;
  }
}
.cid-t7YbxUMYYs .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t7YbxUMYYs .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-t7YbxUMYYs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t7YbxUMYYs .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t7YbxUMYYs .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-t7YbxUMYYs .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7YbxUMYYs .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t7YbxUMYYs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7YzC49HGv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7YzC49HGv nav.navbar {
  position: fixed;
}
.cid-t7YzC49HGv .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-t7YzC49HGv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7YzC49HGv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7YzC49HGv .dropdown-item:hover,
.cid-t7YzC49HGv .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-t7YzC49HGv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7YzC49HGv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7YzC49HGv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7YzC49HGv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7YzC49HGv .nav-link {
  position: relative;
}
.cid-t7YzC49HGv .container {
  display: flex;
  margin: auto;
}
.cid-t7YzC49HGv .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7YzC49HGv .dropdown-menu,
.cid-t7YzC49HGv .navbar.opened {
  background: #ffffff !important;
}
.cid-t7YzC49HGv .nav-item:focus,
.cid-t7YzC49HGv .nav-link:focus {
  outline: none;
}
.cid-t7YzC49HGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7YzC49HGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YzC49HGv .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7YzC49HGv .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7YzC49HGv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7YzC49HGv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7YzC49HGv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t7YzC49HGv .navbar.opened {
  transition: all 0.3s;
}
.cid-t7YzC49HGv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7YzC49HGv .navbar .navbar-logo img {
  width: auto;
}
.cid-t7YzC49HGv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7YzC49HGv .navbar.collapsed {
  justify-content: center;
}
.cid-t7YzC49HGv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7YzC49HGv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7YzC49HGv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t7YzC49HGv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7YzC49HGv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7YzC49HGv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7YzC49HGv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7YzC49HGv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7YzC49HGv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7YzC49HGv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7YzC49HGv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7YzC49HGv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7YzC49HGv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7YzC49HGv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7YzC49HGv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7YzC49HGv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7YzC49HGv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7YzC49HGv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7YzC49HGv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7YzC49HGv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7YzC49HGv .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7YzC49HGv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7YzC49HGv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7YzC49HGv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7YzC49HGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7YzC49HGv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7YzC49HGv .dropdown-item.active,
.cid-t7YzC49HGv .dropdown-item:active {
  background-color: transparent;
}
.cid-t7YzC49HGv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7YzC49HGv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7YzC49HGv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7YzC49HGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7YzC49HGv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7YzC49HGv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7YzC49HGv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7YzC49HGv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7YzC49HGv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7YzC49HGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t7YzC49HGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7YzC49HGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YzC49HGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YzC49HGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7YzC49HGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YzC49HGv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7YzC49HGv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7YzC49HGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YzC49HGv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7YzC49HGv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7YzC49HGv .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-t7YzC49HGv .navbar {
    height: 70px;
  }
  .cid-t7YzC49HGv .navbar.opened {
    height: auto;
  }
  .cid-t7YzC49HGv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7YzC4LJlw {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YzC4LJlw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7YzC4LJlw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t7YzC4LJlw .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YzC4LJlw .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-t7YzC4LJlw .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t7YzC4LJlw .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YzC4LJlw .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-t7YzC4LJlw .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t7YzC4LJlw .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-t7YzC4LJlw .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-t7YzC5f94b {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7YzC5f94b .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t7YzC5f94b .ino-section-title {
  color: #010d4c;
}
.cid-t7YzC5f94b .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-t7YzC5f94b .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-t7YzC5f94b .card-title a {
  font-weight: 700 !important;
}
.cid-t7YzC5f94b .card-title a:hover {
  text-decoration: underline;
}
.cid-t7YzC5f94b .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-t7YzC5f94b .icon-box .ino-iconfont {
  font-size: 45px;
  color: #22a5e5;
}
.cid-t7YzC5f94b .ino-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-t7YzC5f94b .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-t7YzC5f94b .icon-link-box .ino-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-t7YzC5f94b .icon-link-box .ino-iconfont:hover {
  transform: scale(1.1);
  cursor: pointer !important;
}
.cid-t7YzC5f94b .col-card {
  margin-top: 30px;
}
.cid-t7YzC5f94b .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-t7YzC5f94b .card-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cid-t7YzC5f94b .card-1 {
    padding-left: 0;
    margin-right: 8px;
  }
}
.cid-t7YzC6eeu2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-t7YzC6eeu2 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t7YzC6eeu2 .media-wrap img {
  filter: invert(1);
}
.cid-t7YzC6eeu2 .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YzC6eeu2 .links {
    justify-content: center;
  }
  .cid-t7YzC6eeu2 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-t7YzC6eeu2 .links {
    justify-content: flex-end;
  }
  .cid-t7YzC6eeu2 .link {
    margin: 0.5rem;
  }
}
.cid-t7YzC6eeu2 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t7YzC6eeu2 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-t7YzC6eeu2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t7YzC6eeu2 .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t7YzC6eeu2 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-t7YzC6eeu2 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7YzC6eeu2 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t7YzC6eeu2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7YC2xgAZq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7YC2xgAZq nav.navbar {
  position: fixed;
}
.cid-t7YC2xgAZq .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-t7YC2xgAZq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7YC2xgAZq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7YC2xgAZq .dropdown-item:hover,
.cid-t7YC2xgAZq .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-t7YC2xgAZq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7YC2xgAZq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7YC2xgAZq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7YC2xgAZq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7YC2xgAZq .nav-link {
  position: relative;
}
.cid-t7YC2xgAZq .container {
  display: flex;
  margin: auto;
}
.cid-t7YC2xgAZq .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7YC2xgAZq .dropdown-menu,
.cid-t7YC2xgAZq .navbar.opened {
  background: #ffffff !important;
}
.cid-t7YC2xgAZq .nav-item:focus,
.cid-t7YC2xgAZq .nav-link:focus {
  outline: none;
}
.cid-t7YC2xgAZq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7YC2xgAZq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YC2xgAZq .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7YC2xgAZq .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7YC2xgAZq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7YC2xgAZq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7YC2xgAZq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t7YC2xgAZq .navbar.opened {
  transition: all 0.3s;
}
.cid-t7YC2xgAZq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7YC2xgAZq .navbar .navbar-logo img {
  width: auto;
}
.cid-t7YC2xgAZq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7YC2xgAZq .navbar.collapsed {
  justify-content: center;
}
.cid-t7YC2xgAZq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7YC2xgAZq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7YC2xgAZq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t7YC2xgAZq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7YC2xgAZq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7YC2xgAZq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7YC2xgAZq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7YC2xgAZq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7YC2xgAZq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7YC2xgAZq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7YC2xgAZq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7YC2xgAZq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7YC2xgAZq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7YC2xgAZq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7YC2xgAZq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7YC2xgAZq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7YC2xgAZq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7YC2xgAZq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7YC2xgAZq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7YC2xgAZq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7YC2xgAZq .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7YC2xgAZq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7YC2xgAZq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7YC2xgAZq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7YC2xgAZq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7YC2xgAZq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7YC2xgAZq .dropdown-item.active,
.cid-t7YC2xgAZq .dropdown-item:active {
  background-color: transparent;
}
.cid-t7YC2xgAZq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7YC2xgAZq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7YC2xgAZq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7YC2xgAZq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7YC2xgAZq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7YC2xgAZq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7YC2xgAZq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7YC2xgAZq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7YC2xgAZq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7YC2xgAZq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t7YC2xgAZq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7YC2xgAZq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YC2xgAZq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7YC2xgAZq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7YC2xgAZq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YC2xgAZq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7YC2xgAZq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7YC2xgAZq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7YC2xgAZq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7YC2xgAZq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7YC2xgAZq .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-t7YC2xgAZq .navbar {
    height: 70px;
  }
  .cid-t7YC2xgAZq .navbar.opened {
    height: auto;
  }
  .cid-t7YC2xgAZq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7YC2xZX4V {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YC2xZX4V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7YC2xZX4V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t7YC2xZX4V .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YC2xZX4V .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-t7YC2xZX4V .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t7YC2xZX4V .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t7YC2xZX4V .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-t7YC2xZX4V .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t7YC2xZX4V .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-t7YC2xZX4V .ino-section-title {
    letter-spacing: -1px;
  }
}
.cid-t7YC2yuizI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7YC2yuizI .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t7YC2yuizI .ino-section-title {
  color: #010d4c;
}
.cid-t7YC2yuizI .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-t7YC2yuizI .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-t7YC2yuizI .card-title a {
  font-weight: 700 !important;
}
.cid-t7YC2yuizI .card-title a:hover {
  text-decoration: underline;
}
.cid-t7YC2yuizI .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-t7YC2yuizI .icon-box .ino-iconfont {
  font-size: 45px;
  color: #22a5e5;
}
.cid-t7YC2yuizI .ino-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-t7YC2yuizI .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-t7YC2yuizI .icon-link-box .ino-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-t7YC2yuizI .icon-link-box .ino-iconfont:hover {
  transform: scale(1.1);
  cursor: pointer !important;
}
.cid-t7YC2yuizI .col-card {
  margin-top: 30px;
}
.cid-t7YC2yuizI .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-t7YC2yuizI .card-wrapper {
    padding: 40px 20px 20px;
  }
}
.cid-t7YC2zb5vK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-t7YC2zb5vK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t7YC2zb5vK .media-wrap img {
  filter: invert(1);
}
.cid-t7YC2zb5vK .ino-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7YC2zb5vK .links {
    justify-content: center;
  }
  .cid-t7YC2zb5vK .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-t7YC2zb5vK .links {
    justify-content: flex-end;
  }
  .cid-t7YC2zb5vK .link {
    margin: 0.5rem;
  }
}
.cid-t7YC2zb5vK .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t7YC2zb5vK .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-t7YC2zb5vK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t7YC2zb5vK .social-list .ino-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t7YC2zb5vK .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-t7YC2zb5vK .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7YC2zb5vK .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t7YC2zb5vK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/** about top image */
.cid-t9ajwBUxgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9ajwBUxgH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9ajwBUxgH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9ajwBUxgH .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-t9ajwBUxgH .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-t9ajwBUxgH .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t9ajwBUxgH .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t9ajwBUxgH .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-t9ajwBUxgH .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t9ajwBUxgH .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-t9ajwBUxgH .mbr-section-title {
    letter-spacing: -1px;
  }
}

