.btn {
  font-weight: 600;
}
body {
  font-family: 'Lato', sans-serif;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #6bb3cc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff695c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ff695c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ff695c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #6bb3cc !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6bb3cc !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6bb3cc !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff695c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ff1905 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ff695c !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6bb3cc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #398ba7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6bb3cc !important;
  background-color: #6bb3cc !important;
  border-color: #6bb3cc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff695c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #6bb3cc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f51400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #36819b !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: #ff695c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #6bb3cc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff695c;
  border-color: #ff695c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff695c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff695c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ff695c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff695c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff695c;
}
.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: #ff695c;
  border-bottom-color: #ff695c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff695c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff695c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHKWYLKmZ1 {
  z-index: 1000;
  width: 100%;
}
.cid-sHKWYLKmZ1 nav.navbar {
  position: fixed;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover,
.cid-sHKWYLKmZ1 .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKWYLKmZ1 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKWYLKmZ1 .container {
  display: flex;
  margin: auto;
}
.cid-sHKWYLKmZ1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown-menu,
.cid-sHKWYLKmZ1 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-sHKWYLKmZ1 .nav-item:focus,
.cid-sHKWYLKmZ1 .nav-link:focus {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-sHKWYLKmZ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKWYLKmZ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKWYLKmZ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKWYLKmZ1 .navbar.collapsed {
  justify-content: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHKWYLKmZ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKWYLKmZ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKWYLKmZ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKWYLKmZ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKWYLKmZ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKWYLKmZ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown-item.active,
.cid-sHKWYLKmZ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKWYLKmZ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKWYLKmZ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKWYLKmZ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKWYLKmZ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKWYLKmZ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHKWYLKmZ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKWYLKmZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKWYLKmZ1 .navbar {
    height: 70px;
  }
  .cid-sHKWYLKmZ1 .navbar.opened {
    height: auto;
  }
  .cid-sHKWYLKmZ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKWYLKmZ1 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKWYLKmZ1 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKWYLKmZ1 a {
  display: inline;
  font-weight: bold;
}
.cid-sHKWYLKmZ1 img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKWYLKmZ1 .dropdown-toggle:after {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sHKWYLKmZ1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKWYLKmZ1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKWYLKmZ1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKWYLKmZ1 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKWYLKmZ1 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKWYLKmZ1 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKWYLKmZ1 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKWYLKmZ1 ul li {
  height: 100px;
  display: flex;
}
.cid-sHKWYLKmZ1 a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKWYLKmZ1 a.text-primary:hover {
  color: #ff695c !important;
}
.cid-sHKWYLKmZ1 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKWYLKmZ1 a.text-success:hover {
  color: #49923a !important;
}
.cid-sHKWYLKmZ1 a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKWYLKmZ1 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-sHKWYLKmZ1 a.text-danger:hover {
  color: #36819b !important;
}
.cid-sHKWYLKmZ1 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKWYLKmZ1 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKWYLKmZ1 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHAkNheXKn {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-sHAkNheXKn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAkNheXKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAkNheXKn {
    margin-bottom: 2rem;
  }
}
.cid-sHAkNheXKn .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHAkNheXKn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAkNheXKn .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHAkNheXKn .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHAkNheXKn .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHAkNheXKn .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHAkNheXKn .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-sHAkNheXKn .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHAkNheXKn .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sHAkNheXKn .mbr-section-button {
  margin-top: 25px;
}
.cid-sHAkNheXKn .desc1,
.cid-sHAkNheXKn .mbr-section-btn {
  text-align: left;
}
.cid-sHAlaYsSIi {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-sHAlaYsSIi .mbr-section-title {
  width: 100%;
  text-align: center;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHAlaYsSIi .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHAlaYsSIi img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sHAlaYsSIi .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-sHAlaYsSIi .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #338ba0;
}
.cid-sHAlaYsSIi .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-sHAlaYsSIi .mbri-left:before {
  content: "\f053";
}
.cid-sHAlaYsSIi .mbri-right:before {
  content: "\f054";
}
.cid-sHAlaYsSIi .carousel-control-next,
.cid-sHAlaYsSIi .carousel-control-prev {
  color: #4c4c4c;
}
.cid-sHAlaYsSIi .title-block {
  justify-content: space-between;
}
.cid-sHAlaYsSIi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHAlaYsSIi .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sHAlaYsSIi .carousel-item .wrap-img {
  text-align: center;
}
.cid-sHAlaYsSIi .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sHAlaYsSIi .carousel-controls {
  width: 100%;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sHAlaYsSIi .cloneditem-1,
.cid-sHAlaYsSIi .cloneditem-2,
.cid-sHAlaYsSIi .cloneditem-3,
.cid-sHAlaYsSIi .cloneditem-4 {
  display: none;
}
.cid-sHAlaYsSIi .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sHAlaYsSIi .container {
  margin-bottom: 2.7rem;
}
.cid-sHAlaYsSIi .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHAlaYsSIi .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-3,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-3,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-4,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sHAlaYsSIi .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sHAlaYsSIi .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sHAlaYsSIi .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sHAlaYsSIi .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sHAlaYsSIi .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sHAlaYsSIi .soc-item span {
  font-size: 1rem;
}
.cid-sHAlaYsSIi .soc-item-1 {
  transition: 0.3s;
}
.cid-sHAlaYsSIi .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sHAlaYsSIi .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sHAlaYsSIi .col-lg-2 {
    padding: 0rem;
  }
  .cid-sHAlaYsSIi .title-block {
    margin: 0;
  }
  .cid-sHAlaYsSIi .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sHAlaYsSIi .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-sHAlaYsSIi .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sHAlaYsSIi .row {
    padding: 0 1rem;
  }
}
.cid-sHAlaYsSIi .icon-left {
  margin-right: 0.1rem;
}
.cid-sHAlaYsSIi .icon-right {
  margin-left: 0.1rem;
}
.cid-sHAlaYsSIi .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sHAlaYsSIi .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sHAlaYsSIi H3 {
  color: #1d1d1f;
}
.cid-sHAlaYsSIi .svg-right {
  color: #a6a6a6;
}
.cid-sHAlaYsSIi .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-sHAlaYsSIi rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #4c4c4c;
}
.cid-sHAlaYsSIi polygon {
  fill: #4c4c4c;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-sHAlaYsSIi .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHAlaYsSIi .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHAlaYsSIi .swiper-left:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHAlaYsSIi .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHAlaYsSIi .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHAlaYsSIi .swiper-right:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHAlaYsSIi .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #4c4c4c;
}
.cid-sHAlaYsSIi .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sHAlaYsSIi .user_text {
  text-align: center;
}
.cid-sHAlaYsSIi .description {
  padding-right: 143px;
}
.cid-sHAlaYsSIi .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: initial;
  }
  .cid-sHAlaYsSIi .padd {
    padding-left: 15px;
  }
  .cid-sHAlaYsSIi .description {
    padding-right: 15px;
  }
  .cid-sHAlaYsSIi .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-sHAlaYsSIi .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-sHAlaYsSIi .carousel-control-prev {
    left: 3em;
  }
  .cid-sHAlaYsSIi .carousel-control-next {
    right: 1em;
  }
  .cid-sHAlaYsSIi .carousel-inner {
    margin-top: 60px;
  }
}
.cid-tdlNEMPayZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tdlNEMPayZ img {
  border-radius: 0px;
}
.cid-tdlNEMPayZ .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tdlNEMPayZ .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center;
}
.cid-tdlNEMPayZ p:last-child {
  margin-bottom: 0;
}
.cid-tdlNEMPayZ .row {
  justify-content: center;
}
.cid-tdil0LzUi0 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-tdil0LzUi0 .title-block {
  justify-content: space-between;
}
.cid-tdil0LzUi0 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
}
.cid-tdil0LzUi0 .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-tdil0LzUi0 .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-tdil0LzUi0 .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-tdil0LzUi0 .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #ffffff;
}
.cid-tdil0LzUi0 .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #ffbf4f;
}
.cid-tdil0LzUi0 .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tdil0LzUi0 .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-tdil0LzUi0 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-tdil0LzUi0 .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-tdil0LzUi0 .col-12 {
    padding-top: 35px;
  }
  .cid-tdil0LzUi0 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tdil0LzUi0 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-tdil0LzUi0 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tdlvi4XpVL {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdlvi4XpVL .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tdlvi4XpVL .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tdlvi4XpVL .row {
  align-items: center;
  height: 100%;
}
.cid-tdlvi4XpVL .container {
  max-width: 1100px;
}
.cid-tdlvi4XpVL .wrapper {
  margin: auto;
}
.cid-tf8MudPQPx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tf8MudPQPx img {
  border-radius: 0px;
}
.cid-tf8MudPQPx .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tf8MudPQPx .mbr-text {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
.cid-tf8MudPQPx p:last-child {
  margin-bottom: 0;
}
.cid-tf8MudPQPx .row {
  justify-content: center;
}
.cid-tdluO8qFHe {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tdluO8qFHe img {
  border-radius: 0px;
}
.cid-tdluO8qFHe .row {
  justify-content: center;
}
.cid-tdkTa1O0ue {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a7a90;
}
.cid-tdkTa1O0ue .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tdkTa1O0ue .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tdkTa1O0ue .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-tdkTa1O0ue P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tdkTa1O0ue .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-tdkTa1O0ue .item-img {
  padding-top: 31px;
}
.cid-tdkTa1O0ue img {
  width: 100%;
}
.cid-tdkTa1O0ue .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-tdkTa1O0ue .first img {
  max-width: 750px;
  margin: auto;
}
.cid-tdkTa1O0ue .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-tdkTa1O0ue .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-tdkTa1O0ue .third img {
  max-height: 300px;
  width: auto;
}
.cid-tdkTa1O0ue .first,
.cid-tdkTa1O0ue .second,
.cid-tdkTa1O0ue .third {
  display: inline-block;
}
.cid-tdkTa1O0ue .cont {
  display: inline-block;
}
.cid-tdkTa1O0ue .mbr-section-title {
  color: #ffffff;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-tdkTa1O0ue .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-tdkTa1O0ue .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-tdkTa1O0ue .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-tdkTa1O0ue .third {
    margin-top: 0px;
  }
  .cid-tdkTa1O0ue .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-tdkTa1O0ue .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-tdkTa1O0ue .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-tdkTa1O0ue .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-tdkTa1O0ue .second {
    display: none;
  }
  .cid-tdkTa1O0ue .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tdibJ7QYJ0 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tdibJ7QYJ0 .date {
  margin: 67px 0 14px;
  color: #118aa6;
  font-weight: 700;
}
.cid-tdibJ7QYJ0 .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tdibJ7QYJ0 .link {
  margin-top: 22px;
}
.cid-tdibJ7QYJ0 .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-tdibJ7QYJ0 .header {
    margin-bottom: 20px;
  }
  .cid-tdibJ7QYJ0 .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tdibJ7QYJ0 .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tdibJ7QYJ0 .link {
    margin-bottom: 40px;
  }
}
.cid-tdibJ7QYJ0 .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tdibJ7QYJ0 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tdibJ7QYJ0 .part {
  align-items: start;
}
.cid-tdibJ7QYJ0 H3 {
  text-align: center;
}
.cid-tdibJ7QYJ0 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tdibJ7QYJ0 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tdibJ7QYJ0 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tdibJ7QYJ0 svg {
  margin-left: 15px;
}
.cid-tdibJ7QYJ0 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tdibJ7QYJ0 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tdibJ7QYJ0 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tdibJ7QYJ0 .card-heading,
.cid-tdibJ7QYJ0 .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tdibJ7QYJ0 .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tdibJ7QYJ0 .top1 {
    padding-top: 60px;
  }
}
.cid-tdibJ7QYJ0 .link a {
  background-image: none !important;
}
.cid-tdhVtfggeW {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tdhVtfggeW .date {
  margin: 67px 0 14px;
  color: #118aa6;
  font-weight: 700;
}
.cid-tdhVtfggeW .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tdhVtfggeW .link {
  margin-top: 22px;
}
.cid-tdhVtfggeW .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-tdhVtfggeW .header {
    margin-bottom: 20px;
  }
  .cid-tdhVtfggeW .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tdhVtfggeW .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tdhVtfggeW .link {
    margin-bottom: 40px;
  }
}
.cid-tdhVtfggeW .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tdhVtfggeW .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tdhVtfggeW .part {
  align-items: start;
}
.cid-tdhVtfggeW H3 {
  text-align: center;
}
.cid-tdhVtfggeW a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tdhVtfggeW rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tdhVtfggeW .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tdhVtfggeW svg {
  margin-left: 15px;
}
.cid-tdhVtfggeW path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tdhVtfggeW .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tdhVtfggeW .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tdhVtfggeW .card-heading,
.cid-tdhVtfggeW .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tdhVtfggeW .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tdhVtfggeW .top1 {
    padding-top: 60px;
  }
}
.cid-tdhVtfggeW .link a {
  background-image: none !important;
}
.cid-tdhUZGKAgj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tdhUZGKAgj .date {
  margin: 67px 0 14px;
  color: #118aa6;
  font-weight: 700;
}
.cid-tdhUZGKAgj .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tdhUZGKAgj .link {
  margin-top: 22px;
}
.cid-tdhUZGKAgj .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-tdhUZGKAgj .header {
    margin-bottom: 20px;
  }
  .cid-tdhUZGKAgj .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tdhUZGKAgj .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tdhUZGKAgj .link {
    margin-bottom: 40px;
  }
}
.cid-tdhUZGKAgj .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tdhUZGKAgj .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tdhUZGKAgj .part {
  align-items: start;
}
.cid-tdhUZGKAgj H3 {
  text-align: center;
}
.cid-tdhUZGKAgj a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tdhUZGKAgj rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tdhUZGKAgj .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tdhUZGKAgj svg {
  margin-left: 15px;
}
.cid-tdhUZGKAgj path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tdhUZGKAgj .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tdhUZGKAgj .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tdhUZGKAgj .card-heading,
.cid-tdhUZGKAgj .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tdhUZGKAgj .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tdhUZGKAgj .top1 {
    padding-top: 60px;
  }
}
.cid-tdhUZGKAgj .link a {
  background-image: none !important;
}
.cid-sHKWCbxN18 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #1a7a90;
}
@media (min-width: 992px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHKWCbxN18 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHKWCbxN18 .mbr-section-title {
  font-weight: 700;
  color: #1a7a90;
}
.cid-sHKWCbxN18 .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sHKWCbxN18 .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sHKWCbxN18 .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-sHKWCbxN18 .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-sHKWCbxN18 .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-sHKWCbxN18 .pile:last-child {
  margin-bottom: 0;
}
.cid-sHAl9ZWjI0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-sHAl9ZWjI0 .item-wrapper {
  width: 100%;
}
.cid-sHAl9ZWjI0 .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-sHAl9ZWjI0 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHAl9ZWjI0 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHAl9ZWjI0 .link {
  margin-top: 29px;
}
.cid-sHAl9ZWjI0 .col-auto {
  display: inline-block;
}
.cid-sHAl9ZWjI0 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHAl9ZWjI0 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHAl9ZWjI0 .container-fluid {
  padding: 0;
}
.cid-sHAl9ZWjI0 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHAl9ZWjI0 .right-side {
  padding-left: 0;
}
.cid-sHAl9ZWjI0 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHAl9ZWjI0 .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHAl9ZWjI0 .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHAl9ZWjI0 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHAl9ZWjI0 .right-side {
    padding: 0px;
  }
}
.cid-sHAl9ZWjI0 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAl9ZWjI0 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAl9ZWjI0 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAl9ZWjI0 svg {
  margin-left: 15px;
}
.cid-sHAl9ZWjI0 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAl9ZWjI0 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAl9ZWjI0 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAl9ZWjI0 .mbr-text,
.cid-sHAl9ZWjI0 .link {
  color: #000000;
}
.cid-tdi04CXKi1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tdiIdhW5dR {
  z-index: 1000;
  width: 100%;
}
.cid-tdiIdhW5dR nav.navbar {
  position: fixed;
}
.cid-tdiIdhW5dR .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-tdiIdhW5dR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tdiIdhW5dR .dropdown-item:hover,
.cid-tdiIdhW5dR .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-tdiIdhW5dR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tdiIdhW5dR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdiIdhW5dR .nav-link {
  position: relative;
  padding: 0;
}
.cid-tdiIdhW5dR .container {
  display: flex;
  margin: auto;
}
.cid-tdiIdhW5dR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdiIdhW5dR .dropdown-menu,
.cid-tdiIdhW5dR .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tdiIdhW5dR .nav-item:focus,
.cid-tdiIdhW5dR .nav-link:focus {
  outline: none;
}
.cid-tdiIdhW5dR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdiIdhW5dR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdiIdhW5dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdiIdhW5dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdiIdhW5dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdiIdhW5dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdiIdhW5dR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-tdiIdhW5dR .navbar.opened {
  transition: all 0.3s;
}
.cid-tdiIdhW5dR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdiIdhW5dR .navbar .navbar-logo img {
  width: auto;
}
.cid-tdiIdhW5dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdiIdhW5dR .navbar.collapsed {
  justify-content: center;
}
.cid-tdiIdhW5dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdiIdhW5dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdiIdhW5dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tdiIdhW5dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdiIdhW5dR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdiIdhW5dR .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-tdiIdhW5dR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdiIdhW5dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdiIdhW5dR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdiIdhW5dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdiIdhW5dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdiIdhW5dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdiIdhW5dR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdiIdhW5dR .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-tdiIdhW5dR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdiIdhW5dR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdiIdhW5dR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdiIdhW5dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdiIdhW5dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdiIdhW5dR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdiIdhW5dR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdiIdhW5dR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdiIdhW5dR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdiIdhW5dR .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-tdiIdhW5dR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdiIdhW5dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdiIdhW5dR .dropdown-item.active,
.cid-tdiIdhW5dR .dropdown-item:active {
  background-color: transparent;
}
.cid-tdiIdhW5dR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdiIdhW5dR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdiIdhW5dR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdiIdhW5dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tdiIdhW5dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdiIdhW5dR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdiIdhW5dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdiIdhW5dR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdiIdhW5dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdiIdhW5dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdiIdhW5dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdiIdhW5dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdiIdhW5dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdiIdhW5dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdiIdhW5dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdiIdhW5dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdiIdhW5dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdiIdhW5dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdiIdhW5dR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tdiIdhW5dR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdiIdhW5dR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdiIdhW5dR .navbar {
    height: 70px;
  }
  .cid-tdiIdhW5dR .navbar.opened {
    height: auto;
  }
  .cid-tdiIdhW5dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdiIdhW5dR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tdiIdhW5dR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tdiIdhW5dR a {
  display: inline;
  font-weight: bold;
}
.cid-tdiIdhW5dR img {
  display: inline;
  padding-right: 10px;
}
.cid-tdiIdhW5dR .dropdown-toggle:after {
  display: none;
}
.cid-tdiIdhW5dR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tdiIdhW5dR .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tdiIdhW5dR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tdiIdhW5dR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tdiIdhW5dR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tdiIdhW5dR ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tdiIdhW5dR .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tdiIdhW5dR .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tdiIdhW5dR .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tdiIdhW5dR ul li {
  height: 100px;
  display: flex;
}
.cid-tdiIdhW5dR a.text-white:hover {
  color: #ffffff !important;
}
.cid-tdiIdhW5dR a.text-primary:hover {
  color: #ff695c !important;
}
.cid-tdiIdhW5dR a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tdiIdhW5dR a.text-success:hover {
  color: #49923a !important;
}
.cid-tdiIdhW5dR a.text-info:hover {
  color: #fab901 !important;
}
.cid-tdiIdhW5dR a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tdiIdhW5dR a.text-danger:hover {
  color: #36819b !important;
}
.cid-tdiIdhW5dR a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tdiIdhW5dR ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tdiIdhW5dR .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tdiIdhW5dR .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tdiIdhW5dR .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tdiIdhW5dR .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tdiIdhW5dR .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tvZTxcdcaY {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-tvZTxcdcaY .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tvZTxcdcaY .mbr-media {
    padding: 1rem;
  }
}
.cid-tvZTxcdcaY .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b2b2b2;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tvZTxcdcaY .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-tvZTxcdcaY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tvZTxcdcaY .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #b2b2b2;
}
.cid-tvZTxcdcaY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tvZTxcdcaY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tvZTxcdcaY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tvZTxcdcaY .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-tvZTxcdcaY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tvZTxcdcaY .mbr-section-title {
  color: #491414;
}
.cid-tBATaaE4D7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde8eb;
}
.cid-tBATaaE4D7 .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tBATaaE4D7 .mbr-media {
    padding: 1rem;
  }
}
.cid-tBATaaE4D7 .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b2b2b2;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tBATaaE4D7 .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-tBATaaE4D7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tBATaaE4D7 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #b2b2b2;
}
.cid-tBATaaE4D7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBATaaE4D7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBATaaE4D7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBATaaE4D7 .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-tBATaaE4D7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBATaaE4D7 .mbr-section-title {
  color: #491414;
}
.cid-tvZG1jAslm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvZG1jAslm .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tvZG1jAslm .mbr-media {
    padding: 1rem;
  }
}
.cid-tvZG1jAslm .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b2b2b2;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tvZG1jAslm .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-tvZG1jAslm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tvZG1jAslm .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #b2b2b2;
}
.cid-tvZG1jAslm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tvZG1jAslm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tvZG1jAslm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tvZG1jAslm .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-tvZG1jAslm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tvZG1jAslm .mbr-section-title {
  color: #491414;
}
.cid-tvZUjNPP8L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde8eb;
}
.cid-tvZUjNPP8L .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tvZUjNPP8L .mbr-media {
    padding: 1rem;
  }
}
.cid-tvZUjNPP8L .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b2b2b2;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tvZUjNPP8L .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-tvZUjNPP8L .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tvZUjNPP8L .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #b2b2b2;
}
.cid-tvZUjNPP8L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tvZUjNPP8L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tvZUjNPP8L .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tvZUjNPP8L .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-tvZUjNPP8L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tvZUjNPP8L .mbr-section-title {
  color: #491414;
}
.cid-txygUjANOZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txygUjANOZ .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-txygUjANOZ .mbr-media {
    padding: 1rem;
  }
}
.cid-txygUjANOZ .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b2b2b2;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-txygUjANOZ .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-txygUjANOZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-txygUjANOZ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #b2b2b2;
}
.cid-txygUjANOZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txygUjANOZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txygUjANOZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txygUjANOZ .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-txygUjANOZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txygUjANOZ .mbr-section-title {
  color: #491414;
}
.cid-tvZyOZflLy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-tvZyOZflLy .item-wrapper {
  width: 100%;
}
.cid-tvZyOZflLy .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-tvZyOZflLy .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tvZyOZflLy .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tvZyOZflLy .link {
  margin-top: 29px;
}
.cid-tvZyOZflLy .col-auto {
  display: inline-block;
}
.cid-tvZyOZflLy .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tvZyOZflLy .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tvZyOZflLy .container-fluid {
  padding: 0;
}
.cid-tvZyOZflLy .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tvZyOZflLy .right-side {
  padding-left: 0;
}
.cid-tvZyOZflLy .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tvZyOZflLy .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tvZyOZflLy .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tvZyOZflLy .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tvZyOZflLy .right-side {
    padding: 0px;
  }
}
.cid-tvZyOZflLy a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tvZyOZflLy rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tvZyOZflLy .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tvZyOZflLy svg {
  margin-left: 15px;
}
.cid-tvZyOZflLy path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tvZyOZflLy .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tvZyOZflLy .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tvZyOZflLy .mbr-text,
.cid-tvZyOZflLy .link {
  color: #000000;
}
.cid-tdiIdnm5fO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-th6TdRhN6U {
  z-index: 1000;
  width: 100%;
}
.cid-th6TdRhN6U nav.navbar {
  position: fixed;
}
.cid-th6TdRhN6U .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-th6TdRhN6U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-th6TdRhN6U .dropdown-item:hover,
.cid-th6TdRhN6U .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-th6TdRhN6U .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-th6TdRhN6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th6TdRhN6U .nav-link {
  position: relative;
  padding: 0;
}
.cid-th6TdRhN6U .container {
  display: flex;
  margin: auto;
}
.cid-th6TdRhN6U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-th6TdRhN6U .dropdown-menu,
.cid-th6TdRhN6U .navbar.opened {
  background: #1a7a90 !important;
}
.cid-th6TdRhN6U .nav-item:focus,
.cid-th6TdRhN6U .nav-link:focus {
  outline: none;
}
.cid-th6TdRhN6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th6TdRhN6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th6TdRhN6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-th6TdRhN6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th6TdRhN6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th6TdRhN6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th6TdRhN6U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-th6TdRhN6U .navbar.opened {
  transition: all 0.3s;
}
.cid-th6TdRhN6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-th6TdRhN6U .navbar .navbar-logo img {
  width: auto;
}
.cid-th6TdRhN6U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th6TdRhN6U .navbar.collapsed {
  justify-content: center;
}
.cid-th6TdRhN6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th6TdRhN6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-th6TdRhN6U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-th6TdRhN6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th6TdRhN6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th6TdRhN6U .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-th6TdRhN6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th6TdRhN6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th6TdRhN6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th6TdRhN6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th6TdRhN6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th6TdRhN6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th6TdRhN6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th6TdRhN6U .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-th6TdRhN6U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-th6TdRhN6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th6TdRhN6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th6TdRhN6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th6TdRhN6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th6TdRhN6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th6TdRhN6U .navbar.navbar-short {
  min-height: 60px;
}
.cid-th6TdRhN6U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-th6TdRhN6U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-th6TdRhN6U .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-th6TdRhN6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th6TdRhN6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th6TdRhN6U .dropdown-item.active,
.cid-th6TdRhN6U .dropdown-item:active {
  background-color: transparent;
}
.cid-th6TdRhN6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th6TdRhN6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th6TdRhN6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th6TdRhN6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-th6TdRhN6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th6TdRhN6U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th6TdRhN6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th6TdRhN6U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-th6TdRhN6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-th6TdRhN6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-th6TdRhN6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th6TdRhN6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6TdRhN6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6TdRhN6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th6TdRhN6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6TdRhN6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th6TdRhN6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th6TdRhN6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6TdRhN6U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-th6TdRhN6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th6TdRhN6U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th6TdRhN6U .navbar {
    height: 70px;
  }
  .cid-th6TdRhN6U .navbar.opened {
    height: auto;
  }
  .cid-th6TdRhN6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-th6TdRhN6U .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-th6TdRhN6U .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-th6TdRhN6U a {
  display: inline;
  font-weight: bold;
}
.cid-th6TdRhN6U img {
  display: inline;
  padding-right: 10px;
}
.cid-th6TdRhN6U .dropdown-toggle:after {
  display: none;
}
.cid-th6TdRhN6U .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-th6TdRhN6U .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-th6TdRhN6U .dropdown-menu {
    margin-top: 0px;
  }
  .cid-th6TdRhN6U .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-th6TdRhN6U .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-th6TdRhN6U ul {
  counter-reset: counter;
  margin: auto;
}
.cid-th6TdRhN6U .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-th6TdRhN6U .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-th6TdRhN6U .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-th6TdRhN6U ul li {
  height: 100px;
  display: flex;
}
.cid-th6TdRhN6U a.text-white:hover {
  color: #ffffff !important;
}
.cid-th6TdRhN6U a.text-primary:hover {
  color: #ff695c !important;
}
.cid-th6TdRhN6U a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-th6TdRhN6U a.text-success:hover {
  color: #49923a !important;
}
.cid-th6TdRhN6U a.text-info:hover {
  color: #fab901 !important;
}
.cid-th6TdRhN6U a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-th6TdRhN6U a.text-danger:hover {
  color: #36819b !important;
}
.cid-th6TdRhN6U a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-th6TdRhN6U ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-th6TdRhN6U .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-th6TdRhN6U .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-th6TdRhN6U .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6TdRhN6U .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-th6TdRhN6U .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6TzeExWc {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6TzeExWc img {
  border-radius: 0px;
}
.cid-th6TzeExWc .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6TzeExWc .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6TzeExWc p:last-child {
  margin-bottom: 0;
}
.cid-th6TzeExWc .row {
  justify-content: center;
}
.cid-th6TFBvbAk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6TFBvbAk img {
  border-radius: 0px;
}
.cid-th6TFBvbAk .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6TFBvbAk .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6TFBvbAk p:last-child {
  margin-bottom: 0;
}
.cid-th6TFBvbAk .row {
  justify-content: center;
}
.cid-th6TMvHQ6n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6TMvHQ6n img {
  border-radius: 0px;
}
.cid-th6TMvHQ6n .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6TMvHQ6n .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6TMvHQ6n p:last-child {
  margin-bottom: 0;
}
.cid-th6TMvHQ6n .row {
  justify-content: center;
}
.cid-th6TYjQPat {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6TYjQPat img {
  border-radius: 0px;
}
.cid-th6TYjQPat .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6TYjQPat .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6TYjQPat p:last-child {
  margin-bottom: 0;
}
.cid-th6TYjQPat .row {
  justify-content: center;
}
.cid-th6U9vq28P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6U9vq28P img {
  border-radius: 0px;
}
.cid-th6U9vq28P .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6U9vq28P .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6U9vq28P p:last-child {
  margin-bottom: 0;
}
.cid-th6U9vq28P .row {
  justify-content: center;
}
.cid-th6UfPVxYD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6UfPVxYD img {
  border-radius: 0px;
}
.cid-th6UfPVxYD .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6UfPVxYD .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6UfPVxYD p:last-child {
  margin-bottom: 0;
}
.cid-th6UfPVxYD .row {
  justify-content: center;
}
.cid-th6UmTEU4C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6UmTEU4C img {
  border-radius: 0px;
}
.cid-th6UmTEU4C .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6UmTEU4C .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6UmTEU4C p:last-child {
  margin-bottom: 0;
}
.cid-th6UmTEU4C .row {
  justify-content: center;
}
.cid-th6UxKYu5X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-th6UxKYu5X img {
  border-radius: 0px;
}
.cid-th6UxKYu5X .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-th6UxKYu5X .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-th6UxKYu5X p:last-child {
  margin-bottom: 0;
}
.cid-th6UxKYu5X .row {
  justify-content: center;
}
.cid-th6TdUuzok {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tvZykS3hzw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-tvZykS3hzw .item-wrapper {
  width: 100%;
}
.cid-tvZykS3hzw .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-tvZykS3hzw .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tvZykS3hzw .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tvZykS3hzw .link {
  margin-top: 29px;
}
.cid-tvZykS3hzw .col-auto {
  display: inline-block;
}
.cid-tvZykS3hzw .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tvZykS3hzw .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tvZykS3hzw .container-fluid {
  padding: 0;
}
.cid-tvZykS3hzw .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tvZykS3hzw .right-side {
  padding-left: 0;
}
.cid-tvZykS3hzw .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tvZykS3hzw .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tvZykS3hzw .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tvZykS3hzw .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tvZykS3hzw .right-side {
    padding: 0px;
  }
}
.cid-tvZykS3hzw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tvZykS3hzw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tvZykS3hzw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tvZykS3hzw svg {
  margin-left: 15px;
}
.cid-tvZykS3hzw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tvZykS3hzw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tvZykS3hzw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tvZykS3hzw .mbr-text,
.cid-tvZykS3hzw .link {
  color: #000000;
}
.cid-th6Vh7xO2D {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-th6Vh7xO2D .pile1,
.cid-th6Vh7xO2D .pile2 {
  padding-bottom: 60px;
}
.cid-th6Vh7xO2D .pile1,
.cid-th6Vh7xO2D .pile3 {
  padding-right: 60px;
}
.cid-th6Vh7xO2D .pile2,
.cid-th6Vh7xO2D .pile4 {
  padding-right: 50px;
}
.cid-th6Vh7xO2D .text {
  display: flex;
  flex-direction: row;
}
.cid-th6Vh7xO2D .card-title {
  margin-bottom: 14px;
}
.cid-th6Vh7xO2D .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-th6Vh7xO2D a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-th6Vh7xO2D rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-th6Vh7xO2D .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-th6Vh7xO2D svg {
  margin-left: 15px;
}
.cid-th6Vh7xO2D path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-th6Vh7xO2D .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-th6Vh7xO2D .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-th6Vh7xO2D img {
  max-width: 140px;
  height: auto;
}
.cid-th6Vh7xO2D .card-text,
.cid-th6Vh7xO2D .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-th6Vh7xO2D .dir {
    flex-direction: column;
  }
  .cid-th6Vh7xO2D .top {
    padding-top: 60px;
  }
  .cid-th6Vh7xO2D .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-th6Vh7xO2D .top1 {
    padding-top: 60px;
  }
  .cid-th6Vh7xO2D .pile {
    padding-right: 0;
  }
  .cid-th6Vh7xO2D .card-title {
    text-align: center;
  }
  .cid-th6Vh7xO2D .card-text {
    text-align: center;
  }
  .cid-th6Vh7xO2D .iconfont-wrapper {
    text-align: center;
  }
  .cid-th6Vh7xO2D img {
    display: inline;
  }
  .cid-th6Vh7xO2D .link {
    text-align: center;
  }
}
.cid-th6W0DwsVT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a7a90;
}
.cid-th6W0DwsVT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-th6W0DwsVT textarea {
  min-height: 200px;
}
.cid-th6W0DwsVT .btn {
  padding: 1rem 3rem;
}
.cid-th6W0DwsVT .form-control,
.cid-th6W0DwsVT .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-th6W0DwsVT .form-control::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input::-webkit-input-placeholder,
.cid-th6W0DwsVT .form-control::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-th6W0DwsVT .form-control:-moz-placeholder,
.cid-th6W0DwsVT .field-input:-moz-placeholder,
.cid-th6W0DwsVT .form-control:-moz-placeholder,
.cid-th6W0DwsVT .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-th6W0DwsVT .form-control:hover,
.cid-th6W0DwsVT .field-input:hover,
.cid-th6W0DwsVT .form-control:focus,
.cid-th6W0DwsVT .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-th6W0DwsVT .form-control:hover::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input:hover::-webkit-input-placeholder,
.cid-th6W0DwsVT .form-control:focus::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input:focus::-webkit-input-placeholder,
.cid-th6W0DwsVT .form-control:hover::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input:hover::-webkit-input-placeholder,
.cid-th6W0DwsVT .form-control:focus::-webkit-input-placeholder,
.cid-th6W0DwsVT .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-th6W0DwsVT .form-control:hover:-moz-placeholder,
.cid-th6W0DwsVT .field-input:hover:-moz-placeholder,
.cid-th6W0DwsVT .form-control:focus:-moz-placeholder,
.cid-th6W0DwsVT .field-input:focus:-moz-placeholder,
.cid-th6W0DwsVT .form-control:hover:-moz-placeholder,
.cid-th6W0DwsVT .field-input:hover:-moz-placeholder,
.cid-th6W0DwsVT .form-control:focus:-moz-placeholder,
.cid-th6W0DwsVT .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-th6W0DwsVT .jq-number__spin:hover,
.cid-th6W0DwsVT .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-th6W0DwsVT .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-th6W0DwsVT .jq-selectbox li,
.cid-th6W0DwsVT .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-th6W0DwsVT .jq-selectbox li:hover,
.cid-th6W0DwsVT .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-th6W0DwsVT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-th6W0DwsVT .jq-number__spin.minus:hover:after,
.cid-th6W0DwsVT .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-th6W0DwsVT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-th6W0DwsVT .jq-number__spin.minus:after,
.cid-th6W0DwsVT .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-th6W0DwsVT input::-webkit-clear-button {
  display: none;
}
.cid-th6W0DwsVT input::-webkit-inner-spin-button {
  display: none;
}
.cid-th6W0DwsVT input::-webkit-outer-spin-button {
  display: none;
}
.cid-th6W0DwsVT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-th6W0DwsVT .mbr-section-title {
  color: #ffffff;
}
.cid-th6Vh0ODpc {
  z-index: 1000;
  width: 100%;
}
.cid-th6Vh0ODpc nav.navbar {
  position: fixed;
}
.cid-th6Vh0ODpc .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-th6Vh0ODpc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-th6Vh0ODpc .dropdown-item:hover,
.cid-th6Vh0ODpc .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-th6Vh0ODpc .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-th6Vh0ODpc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th6Vh0ODpc .nav-link {
  position: relative;
  padding: 0;
}
.cid-th6Vh0ODpc .container {
  display: flex;
  margin: auto;
}
.cid-th6Vh0ODpc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-th6Vh0ODpc .dropdown-menu,
.cid-th6Vh0ODpc .navbar.opened {
  background: #1a7a90 !important;
}
.cid-th6Vh0ODpc .nav-item:focus,
.cid-th6Vh0ODpc .nav-link:focus {
  outline: none;
}
.cid-th6Vh0ODpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th6Vh0ODpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th6Vh0ODpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-th6Vh0ODpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th6Vh0ODpc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th6Vh0ODpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th6Vh0ODpc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-th6Vh0ODpc .navbar.opened {
  transition: all 0.3s;
}
.cid-th6Vh0ODpc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-th6Vh0ODpc .navbar .navbar-logo img {
  width: auto;
}
.cid-th6Vh0ODpc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th6Vh0ODpc .navbar.collapsed {
  justify-content: center;
}
.cid-th6Vh0ODpc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th6Vh0ODpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-th6Vh0ODpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-th6Vh0ODpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th6Vh0ODpc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th6Vh0ODpc .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-th6Vh0ODpc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th6Vh0ODpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th6Vh0ODpc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th6Vh0ODpc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th6Vh0ODpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th6Vh0ODpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th6Vh0ODpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th6Vh0ODpc .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-th6Vh0ODpc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-th6Vh0ODpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th6Vh0ODpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th6Vh0ODpc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th6Vh0ODpc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th6Vh0ODpc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th6Vh0ODpc .navbar.navbar-short {
  min-height: 60px;
}
.cid-th6Vh0ODpc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-th6Vh0ODpc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-th6Vh0ODpc .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-th6Vh0ODpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th6Vh0ODpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th6Vh0ODpc .dropdown-item.active,
.cid-th6Vh0ODpc .dropdown-item:active {
  background-color: transparent;
}
.cid-th6Vh0ODpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th6Vh0ODpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th6Vh0ODpc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th6Vh0ODpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-th6Vh0ODpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th6Vh0ODpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th6Vh0ODpc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th6Vh0ODpc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-th6Vh0ODpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-th6Vh0ODpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-th6Vh0ODpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th6Vh0ODpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6Vh0ODpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6Vh0ODpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th6Vh0ODpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6Vh0ODpc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th6Vh0ODpc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th6Vh0ODpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6Vh0ODpc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-th6Vh0ODpc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th6Vh0ODpc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th6Vh0ODpc .navbar {
    height: 70px;
  }
  .cid-th6Vh0ODpc .navbar.opened {
    height: auto;
  }
  .cid-th6Vh0ODpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-th6Vh0ODpc .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-th6Vh0ODpc .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-th6Vh0ODpc a {
  display: inline;
  font-weight: bold;
}
.cid-th6Vh0ODpc img {
  display: inline;
  padding-right: 10px;
}
.cid-th6Vh0ODpc .dropdown-toggle:after {
  display: none;
}
.cid-th6Vh0ODpc .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-th6Vh0ODpc .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-th6Vh0ODpc .dropdown-menu {
    margin-top: 0px;
  }
  .cid-th6Vh0ODpc .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-th6Vh0ODpc .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-th6Vh0ODpc ul {
  counter-reset: counter;
  margin: auto;
}
.cid-th6Vh0ODpc .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-th6Vh0ODpc .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-th6Vh0ODpc .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-th6Vh0ODpc ul li {
  height: 100px;
  display: flex;
}
.cid-th6Vh0ODpc a.text-white:hover {
  color: #ffffff !important;
}
.cid-th6Vh0ODpc a.text-primary:hover {
  color: #ff695c !important;
}
.cid-th6Vh0ODpc a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-th6Vh0ODpc a.text-success:hover {
  color: #49923a !important;
}
.cid-th6Vh0ODpc a.text-info:hover {
  color: #fab901 !important;
}
.cid-th6Vh0ODpc a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-th6Vh0ODpc a.text-danger:hover {
  color: #36819b !important;
}
.cid-th6Vh0ODpc a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-th6Vh0ODpc ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-th6Vh0ODpc .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-th6Vh0ODpc .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-th6Vh0ODpc .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6Vh0ODpc .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-th6Vh0ODpc .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6Vhahzl5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-th6X1D1bcU {
  z-index: 1000;
  width: 100%;
}
.cid-th6X1D1bcU nav.navbar {
  position: fixed;
}
.cid-th6X1D1bcU .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-th6X1D1bcU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-th6X1D1bcU .dropdown-item:hover,
.cid-th6X1D1bcU .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-th6X1D1bcU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-th6X1D1bcU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th6X1D1bcU .nav-link {
  position: relative;
  padding: 0;
}
.cid-th6X1D1bcU .container {
  display: flex;
  margin: auto;
}
.cid-th6X1D1bcU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-th6X1D1bcU .dropdown-menu,
.cid-th6X1D1bcU .navbar.opened {
  background: #1a7a90 !important;
}
.cid-th6X1D1bcU .nav-item:focus,
.cid-th6X1D1bcU .nav-link:focus {
  outline: none;
}
.cid-th6X1D1bcU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th6X1D1bcU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th6X1D1bcU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-th6X1D1bcU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th6X1D1bcU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th6X1D1bcU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th6X1D1bcU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-th6X1D1bcU .navbar.opened {
  transition: all 0.3s;
}
.cid-th6X1D1bcU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-th6X1D1bcU .navbar .navbar-logo img {
  width: auto;
}
.cid-th6X1D1bcU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th6X1D1bcU .navbar.collapsed {
  justify-content: center;
}
.cid-th6X1D1bcU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th6X1D1bcU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-th6X1D1bcU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-th6X1D1bcU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th6X1D1bcU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th6X1D1bcU .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-th6X1D1bcU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th6X1D1bcU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th6X1D1bcU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th6X1D1bcU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th6X1D1bcU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th6X1D1bcU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th6X1D1bcU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th6X1D1bcU .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-th6X1D1bcU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-th6X1D1bcU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th6X1D1bcU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th6X1D1bcU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th6X1D1bcU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th6X1D1bcU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th6X1D1bcU .navbar.navbar-short {
  min-height: 60px;
}
.cid-th6X1D1bcU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-th6X1D1bcU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-th6X1D1bcU .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-th6X1D1bcU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th6X1D1bcU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th6X1D1bcU .dropdown-item.active,
.cid-th6X1D1bcU .dropdown-item:active {
  background-color: transparent;
}
.cid-th6X1D1bcU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th6X1D1bcU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th6X1D1bcU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th6X1D1bcU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-th6X1D1bcU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th6X1D1bcU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th6X1D1bcU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th6X1D1bcU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-th6X1D1bcU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-th6X1D1bcU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-th6X1D1bcU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th6X1D1bcU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6X1D1bcU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th6X1D1bcU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th6X1D1bcU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6X1D1bcU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th6X1D1bcU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th6X1D1bcU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th6X1D1bcU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-th6X1D1bcU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th6X1D1bcU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th6X1D1bcU .navbar {
    height: 70px;
  }
  .cid-th6X1D1bcU .navbar.opened {
    height: auto;
  }
  .cid-th6X1D1bcU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-th6X1D1bcU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-th6X1D1bcU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-th6X1D1bcU a {
  display: inline;
  font-weight: bold;
}
.cid-th6X1D1bcU img {
  display: inline;
  padding-right: 10px;
}
.cid-th6X1D1bcU .dropdown-toggle:after {
  display: none;
}
.cid-th6X1D1bcU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-th6X1D1bcU .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-th6X1D1bcU .dropdown-menu {
    margin-top: 0px;
  }
  .cid-th6X1D1bcU .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-th6X1D1bcU .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-th6X1D1bcU ul {
  counter-reset: counter;
  margin: auto;
}
.cid-th6X1D1bcU .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-th6X1D1bcU .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-th6X1D1bcU .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-th6X1D1bcU ul li {
  height: 100px;
  display: flex;
}
.cid-th6X1D1bcU a.text-white:hover {
  color: #ffffff !important;
}
.cid-th6X1D1bcU a.text-primary:hover {
  color: #ff695c !important;
}
.cid-th6X1D1bcU a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-th6X1D1bcU a.text-success:hover {
  color: #49923a !important;
}
.cid-th6X1D1bcU a.text-info:hover {
  color: #fab901 !important;
}
.cid-th6X1D1bcU a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-th6X1D1bcU a.text-danger:hover {
  color: #36819b !important;
}
.cid-th6X1D1bcU a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-th6X1D1bcU ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-th6X1D1bcU .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-th6X1D1bcU .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-th6X1D1bcU .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6X1D1bcU .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-th6X1D1bcU .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-th6X1DVnkK {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-th6X1DVnkK .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-th6X1DVnkK .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-th6X1DVnkK img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-th6X1DVnkK .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-th6X1DVnkK .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #338ba0;
}
.cid-th6X1DVnkK .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-th6X1DVnkK .mbri-left:before {
  content: "\f053";
}
.cid-th6X1DVnkK .mbri-right:before {
  content: "\f054";
}
.cid-th6X1DVnkK .carousel-control-next,
.cid-th6X1DVnkK .carousel-control-prev {
  color: #4c4c4c;
}
.cid-th6X1DVnkK .title-block {
  justify-content: space-between;
}
.cid-th6X1DVnkK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-th6X1DVnkK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-th6X1DVnkK .carousel-item .wrap-img {
  text-align: center;
}
.cid-th6X1DVnkK .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-th6X1DVnkK .carousel-controls {
  width: 100%;
}
.cid-th6X1DVnkK .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-th6X1DVnkK .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-th6X1DVnkK .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-th6X1DVnkK .cloneditem-1,
.cid-th6X1DVnkK .cloneditem-2,
.cid-th6X1DVnkK .cloneditem-3,
.cid-th6X1DVnkK .cloneditem-4 {
  display: none;
}
.cid-th6X1DVnkK .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-th6X1DVnkK .container {
  margin-bottom: 2.7rem;
}
.cid-th6X1DVnkK .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-th6X1DVnkK .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides2 .cloneditem-1,
  .cid-th6X1DVnkK .carousel-inner.slides2 .cloneditem-2,
  .cid-th6X1DVnkK .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides3 .cloneditem-1,
  .cid-th6X1DVnkK .carousel-inner.slides3 .cloneditem-2,
  .cid-th6X1DVnkK .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides4 .cloneditem-1,
  .cid-th6X1DVnkK .carousel-inner.slides4 .cloneditem-2,
  .cid-th6X1DVnkK .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides5 .cloneditem-1,
  .cid-th6X1DVnkK .carousel-inner.slides5 .cloneditem-2,
  .cid-th6X1DVnkK .carousel-inner.slides5 .cloneditem-3,
  .cid-th6X1DVnkK .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th6X1DVnkK .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th6X1DVnkK .carousel-inner.slides6 .cloneditem-1,
  .cid-th6X1DVnkK .carousel-inner.slides6 .cloneditem-2,
  .cid-th6X1DVnkK .carousel-inner.slides6 .cloneditem-3,
  .cid-th6X1DVnkK .carousel-inner.slides6 .cloneditem-4,
  .cid-th6X1DVnkK .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-th6X1DVnkK .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-th6X1DVnkK .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-th6X1DVnkK .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-th6X1DVnkK .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-th6X1DVnkK .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-th6X1DVnkK .soc-item span {
  font-size: 1rem;
}
.cid-th6X1DVnkK .soc-item-1 {
  transition: 0.3s;
}
.cid-th6X1DVnkK .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-th6X1DVnkK .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-th6X1DVnkK .col-lg-2 {
    padding: 0rem;
  }
  .cid-th6X1DVnkK .title-block {
    margin: 0;
  }
  .cid-th6X1DVnkK .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-th6X1DVnkK .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-th6X1DVnkK .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-th6X1DVnkK .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-th6X1DVnkK .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-th6X1DVnkK .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-th6X1DVnkK .row {
    padding: 0 1rem;
  }
}
.cid-th6X1DVnkK .icon-left {
  margin-right: 0.1rem;
}
.cid-th6X1DVnkK .icon-right {
  margin-left: 0.1rem;
}
.cid-th6X1DVnkK .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-th6X1DVnkK .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-th6X1DVnkK H3 {
  color: #1d1d1f;
}
.cid-th6X1DVnkK .svg-right {
  color: #a6a6a6;
}
.cid-th6X1DVnkK .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-th6X1DVnkK rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #4c4c4c;
}
.cid-th6X1DVnkK polygon {
  fill: #4c4c4c;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-th6X1DVnkK .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-th6X1DVnkK .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-th6X1DVnkK .swiper-left:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-th6X1DVnkK .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-th6X1DVnkK .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-th6X1DVnkK .swiper-right:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-th6X1DVnkK .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #4c4c4c;
}
.cid-th6X1DVnkK .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-th6X1DVnkK .user_text {
  text-align: center;
}
.cid-th6X1DVnkK .description {
  padding-right: 143px;
}
.cid-th6X1DVnkK .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-th6X1DVnkK .carousel-controls {
    position: initial;
  }
  .cid-th6X1DVnkK .padd {
    padding-left: 15px;
  }
  .cid-th6X1DVnkK .description {
    padding-right: 15px;
  }
  .cid-th6X1DVnkK .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-th6X1DVnkK .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-th6X1DVnkK .carousel-control-prev {
    left: 3em;
  }
  .cid-th6X1DVnkK .carousel-control-next {
    right: 1em;
  }
  .cid-th6X1DVnkK .carousel-inner {
    margin-top: 60px;
  }
}
.cid-th6X1JLxzX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th6X1JLxzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-th6X1JLxzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th6X1JLxzX .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-th6X1JLxzX .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-th6X1JLxzX .mbr-section-title {
  text-align: left;
}
.cid-th6X1JLxzX .name {
  color: #1a7a90;
}
.cid-th6X1KovOF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th6X1KovOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-th6X1KovOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th6X1KovOF .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-th6X1KovOF .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-th6X1KovOF .name {
  color: #1a7a90;
}
.cid-th8feWLadr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8feWLadr .mbr-fallback-image.disabled {
  display: none;
}
.cid-th8feWLadr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th8feWLadr .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-th8feWLadr .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-th8feWLadr .name {
  color: #1a7a90;
}
.cid-tzGVgP6Y4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzGVgP6Y4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzGVgP6Y4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzGVgP6Y4Z .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tzGVgP6Y4Z .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzGVgP6Y4Z .name {
  color: #1a7a90;
}
.cid-tUxIuFgSPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUxIuFgSPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxIuFgSPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxIuFgSPJ .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tUxIuFgSPJ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tUxIuFgSPJ .name {
  color: #1a7a90;
}
.cid-tvZyzJwBzH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-tvZyzJwBzH .item-wrapper {
  width: 100%;
}
.cid-tvZyzJwBzH .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-tvZyzJwBzH .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tvZyzJwBzH .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tvZyzJwBzH .link {
  margin-top: 29px;
}
.cid-tvZyzJwBzH .col-auto {
  display: inline-block;
}
.cid-tvZyzJwBzH .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tvZyzJwBzH .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tvZyzJwBzH .container-fluid {
  padding: 0;
}
.cid-tvZyzJwBzH .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tvZyzJwBzH .right-side {
  padding-left: 0;
}
.cid-tvZyzJwBzH .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tvZyzJwBzH .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tvZyzJwBzH .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tvZyzJwBzH .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tvZyzJwBzH .right-side {
    padding: 0px;
  }
}
.cid-tvZyzJwBzH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tvZyzJwBzH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tvZyzJwBzH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tvZyzJwBzH svg {
  margin-left: 15px;
}
.cid-tvZyzJwBzH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tvZyzJwBzH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tvZyzJwBzH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tvZyzJwBzH .mbr-text,
.cid-tvZyzJwBzH .link {
  color: #000000;
}
.cid-th6X1LJkB6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tw2dTwRopm {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tw2dTwRopm .item-wrapper {
  width: 100%;
}
.cid-tw2dTwRopm .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-tw2dTwRopm .row {
  align-items: center;
}
.cid-tw2dTwRopm .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-tw2dTwRopm .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tw2dTwRopm .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tw2dTwRopm .link {
  margin-top: 29px;
  width: 100%;
}
.cid-tw2dTwRopm .col-auto {
  display: inline-block;
}
.cid-tw2dTwRopm .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-tw2dTwRopm .left-side {
    padding: 25px 0px;
  }
}
.cid-tw2dTwRopm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tw2dTwRopm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tw2dTwRopm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tw2dTwRopm svg {
  margin-left: 15px;
}
.cid-tw2dTwRopm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tw2dTwRopm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tw2dTwRopm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tw2dTwRopm .part {
  align-items: start;
}
.cid-tw2dTwRopm .link a {
  background-image: none !important;
}
.cid-tw086tknOx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a7a90;
}
.cid-tw086tknOx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tw086tknOx textarea {
  min-height: 200px;
}
.cid-tw086tknOx .btn {
  padding: 1rem 3rem;
}
.cid-tw086tknOx .form-control,
.cid-tw086tknOx .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tw086tknOx .form-control::-webkit-input-placeholder,
.cid-tw086tknOx .field-input::-webkit-input-placeholder,
.cid-tw086tknOx .form-control::-webkit-input-placeholder,
.cid-tw086tknOx .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tw086tknOx .form-control:-moz-placeholder,
.cid-tw086tknOx .field-input:-moz-placeholder,
.cid-tw086tknOx .form-control:-moz-placeholder,
.cid-tw086tknOx .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tw086tknOx .form-control:hover,
.cid-tw086tknOx .field-input:hover,
.cid-tw086tknOx .form-control:focus,
.cid-tw086tknOx .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tw086tknOx .form-control:hover::-webkit-input-placeholder,
.cid-tw086tknOx .field-input:hover::-webkit-input-placeholder,
.cid-tw086tknOx .form-control:focus::-webkit-input-placeholder,
.cid-tw086tknOx .field-input:focus::-webkit-input-placeholder,
.cid-tw086tknOx .form-control:hover::-webkit-input-placeholder,
.cid-tw086tknOx .field-input:hover::-webkit-input-placeholder,
.cid-tw086tknOx .form-control:focus::-webkit-input-placeholder,
.cid-tw086tknOx .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tw086tknOx .form-control:hover:-moz-placeholder,
.cid-tw086tknOx .field-input:hover:-moz-placeholder,
.cid-tw086tknOx .form-control:focus:-moz-placeholder,
.cid-tw086tknOx .field-input:focus:-moz-placeholder,
.cid-tw086tknOx .form-control:hover:-moz-placeholder,
.cid-tw086tknOx .field-input:hover:-moz-placeholder,
.cid-tw086tknOx .form-control:focus:-moz-placeholder,
.cid-tw086tknOx .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tw086tknOx .jq-number__spin:hover,
.cid-tw086tknOx .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tw086tknOx .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tw086tknOx .jq-selectbox li,
.cid-tw086tknOx .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tw086tknOx .jq-selectbox li:hover,
.cid-tw086tknOx .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tw086tknOx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tw086tknOx .jq-number__spin.minus:hover:after,
.cid-tw086tknOx .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tw086tknOx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tw086tknOx .jq-number__spin.minus:after,
.cid-tw086tknOx .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tw086tknOx input::-webkit-clear-button {
  display: none;
}
.cid-tw086tknOx input::-webkit-inner-spin-button {
  display: none;
}
.cid-tw086tknOx input::-webkit-outer-spin-button {
  display: none;
}
.cid-tw086tknOx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tw086tknOx .mbr-section-title {
  color: #ffffff;
}
.cid-tw086tSIrK {
  z-index: 1000;
  width: 100%;
}
.cid-tw086tSIrK nav.navbar {
  position: fixed;
}
.cid-tw086tSIrK .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-tw086tSIrK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tw086tSIrK .dropdown-item:hover,
.cid-tw086tSIrK .dropdown-item:focus {
  color: #ff695c !important;
}
.cid-tw086tSIrK .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tw086tSIrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw086tSIrK .nav-link {
  position: relative;
  padding: 0;
}
.cid-tw086tSIrK .container {
  display: flex;
  margin: auto;
}
.cid-tw086tSIrK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw086tSIrK .dropdown-menu,
.cid-tw086tSIrK .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tw086tSIrK .nav-item:focus,
.cid-tw086tSIrK .nav-link:focus {
  outline: none;
}
.cid-tw086tSIrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw086tSIrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw086tSIrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw086tSIrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw086tSIrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw086tSIrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw086tSIrK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.9);
}
.cid-tw086tSIrK .navbar.opened {
  transition: all 0.3s;
}
.cid-tw086tSIrK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw086tSIrK .navbar .navbar-logo img {
  width: auto;
}
.cid-tw086tSIrK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw086tSIrK .navbar.collapsed {
  justify-content: center;
}
.cid-tw086tSIrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw086tSIrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw086tSIrK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tw086tSIrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw086tSIrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw086tSIrK .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-tw086tSIrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw086tSIrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw086tSIrK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw086tSIrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw086tSIrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw086tSIrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw086tSIrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw086tSIrK .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-tw086tSIrK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw086tSIrK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw086tSIrK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw086tSIrK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw086tSIrK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw086tSIrK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw086tSIrK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw086tSIrK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw086tSIrK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw086tSIrK .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-tw086tSIrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw086tSIrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw086tSIrK .dropdown-item.active,
.cid-tw086tSIrK .dropdown-item:active {
  background-color: transparent;
}
.cid-tw086tSIrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw086tSIrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw086tSIrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw086tSIrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tw086tSIrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw086tSIrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw086tSIrK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw086tSIrK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw086tSIrK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw086tSIrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw086tSIrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw086tSIrK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw086tSIrK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw086tSIrK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw086tSIrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw086tSIrK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw086tSIrK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw086tSIrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw086tSIrK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw086tSIrK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw086tSIrK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tw086tSIrK .navbar {
    height: 70px;
  }
  .cid-tw086tSIrK .navbar.opened {
    height: auto;
  }
  .cid-tw086tSIrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw086tSIrK .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tw086tSIrK .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tw086tSIrK a {
  display: inline;
  font-weight: bold;
}
.cid-tw086tSIrK img {
  display: inline;
  padding-right: 10px;
}
.cid-tw086tSIrK .dropdown-toggle:after {
  display: none;
}
.cid-tw086tSIrK .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tw086tSIrK .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tw086tSIrK .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tw086tSIrK .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tw086tSIrK .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tw086tSIrK ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tw086tSIrK .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tw086tSIrK .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tw086tSIrK .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tw086tSIrK ul li {
  height: 100px;
  display: flex;
}
.cid-tw086tSIrK a.text-white:hover {
  color: #ffffff !important;
}
.cid-tw086tSIrK a.text-primary:hover {
  color: #ff695c !important;
}
.cid-tw086tSIrK a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tw086tSIrK a.text-success:hover {
  color: #49923a !important;
}
.cid-tw086tSIrK a.text-info:hover {
  color: #fab901 !important;
}
.cid-tw086tSIrK a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tw086tSIrK a.text-danger:hover {
  color: #36819b !important;
}
.cid-tw086tSIrK a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tw086tSIrK ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tw086tSIrK .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tw086tSIrK .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tw086tSIrK .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tw086tSIrK .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tw086tSIrK .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tw086uAs3i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
