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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #15063f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #15063f !important;
  border-color: #15063f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f40404 !important;
  border-color: #f40404 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9f0303 !important;
  border-color: #9f0303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f0303 !important;
  border-color: #9f0303 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #15063f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #15063f !important;
  border-color: #15063f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f40404;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f0303 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f40404 !important;
  border-color: #f40404 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #15063f !important;
}
.text-secondary {
  color: #f40404 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #900202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #15063f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #15063f;
  border-color: #15063f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #15063f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6c3eed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #15063f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #15063f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #15063f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #15063f;
}
.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: #15063f;
  border-bottom-color: #15063f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #15063f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f40404 !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='%2315063f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tyjDWYoEm3 {
  z-index: 1000;
  width: 100%;
}
.cid-tyjDWYoEm3 nav.navbar {
  position: fixed;
}
.cid-tyjDWYoEm3 .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-tyjDWYoEm3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyjDWYoEm3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyjDWYoEm3 .dropdown-item:hover,
.cid-tyjDWYoEm3 .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tyjDWYoEm3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyjDWYoEm3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyjDWYoEm3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyjDWYoEm3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyjDWYoEm3 .nav-link {
  position: relative;
}
.cid-tyjDWYoEm3 .container {
  display: flex;
  margin: auto;
}
.cid-tyjDWYoEm3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyjDWYoEm3 .dropdown-menu,
.cid-tyjDWYoEm3 .navbar.opened {
  background: #47b5ed !important;
}
.cid-tyjDWYoEm3 .nav-item:focus,
.cid-tyjDWYoEm3 .nav-link:focus {
  outline: none;
}
.cid-tyjDWYoEm3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyjDWYoEm3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyjDWYoEm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyjDWYoEm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyjDWYoEm3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyjDWYoEm3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyjDWYoEm3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tyjDWYoEm3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyjDWYoEm3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyjDWYoEm3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyjDWYoEm3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyjDWYoEm3 .navbar.collapsed {
  justify-content: center;
}
.cid-tyjDWYoEm3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyjDWYoEm3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyjDWYoEm3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyjDWYoEm3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyjDWYoEm3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyjDWYoEm3 .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-tyjDWYoEm3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyjDWYoEm3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyjDWYoEm3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyjDWYoEm3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyjDWYoEm3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyjDWYoEm3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyjDWYoEm3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyjDWYoEm3 .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-tyjDWYoEm3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyjDWYoEm3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyjDWYoEm3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyjDWYoEm3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyjDWYoEm3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyjDWYoEm3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyjDWYoEm3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyjDWYoEm3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyjDWYoEm3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyjDWYoEm3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyjDWYoEm3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyjDWYoEm3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyjDWYoEm3 .dropdown-item.active,
.cid-tyjDWYoEm3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyjDWYoEm3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyjDWYoEm3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyjDWYoEm3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyjDWYoEm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tyjDWYoEm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyjDWYoEm3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyjDWYoEm3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyjDWYoEm3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyjDWYoEm3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyjDWYoEm3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyjDWYoEm3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyjDWYoEm3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyjDWYoEm3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyjDWYoEm3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyjDWYoEm3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyjDWYoEm3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyjDWYoEm3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyjDWYoEm3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyjDWYoEm3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyjDWYoEm3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyjDWYoEm3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyjDWYoEm3 .navbar {
    height: 70px;
  }
  .cid-tyjDWYoEm3 .navbar.opened {
    height: auto;
  }
  .cid-tyjDWYoEm3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyjDP9foLR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyjDP9foLR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyjDP9foLR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tyjDP9foLR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyjDP9foLR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyjDP9foLR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyjDP9foLR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tyjDP9foLR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tyjDP9foLR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyjDP9foLR .card-title {
  color: #11a4ec;
}
.cid-tyjDP9foLR .mbr-text,
.cid-tyjDP9foLR .mbr-section-btn {
  color: #000000;
}
.cid-tykqgAARfL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tykqgAARfL .mbr-section-title {
  text-align: center;
}
.cid-tykqgAARfL .mbr-text,
.cid-tykqgAARfL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tykqgAARfL .mbr-section-title,
  .cid-tykqgAARfL .mbr-section-btn,
  .cid-tykqgAARfL .mbr-text {
    text-align: center;
  }
}
.cid-tyjE4WGzbQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tyjE4WGzbQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tyjE4WGzbQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tyjE4WGzbQ .card-wrap {
  background: #15063f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tyjE4WGzbQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tyjE4WGzbQ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tyjE4WGzbQ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyjE4WGzbQ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tyjE4WGzbQ .social-row {
  text-align: center;
}
.cid-tyjE4WGzbQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyjE4WGzbQ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tyjE4WGzbQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyjE4WGzbQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tyjE4WGzbQ .card-title,
.cid-tyjE4WGzbQ .social-row {
  text-align: center;
  color: #ffffff;
}
.cid-tykpypZUHH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tykpypZUHH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tykpypZUHH .team-card:hover {
  transform: translateY(-10px);
}
.cid-tykpypZUHH .card-wrap {
  background: #15063f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tykpypZUHH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tykpypZUHH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tykpypZUHH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tykpypZUHH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tykpypZUHH .social-row {
  text-align: center;
}
.cid-tykpypZUHH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tykpypZUHH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tykpypZUHH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tykpypZUHH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tykpypZUHH .card-title,
.cid-tykpypZUHH .social-row {
  text-align: center;
  color: #ffffff;
}
.cid-tykpyP6N0r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tykpyP6N0r .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tykpyP6N0r .team-card:hover {
  transform: translateY(-10px);
}
.cid-tykpyP6N0r .card-wrap {
  background: #15063f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tykpyP6N0r .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tykpyP6N0r .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tykpyP6N0r .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tykpyP6N0r .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tykpyP6N0r .social-row {
  text-align: center;
}
.cid-tykpyP6N0r .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tykpyP6N0r .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tykpyP6N0r .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tykpyP6N0r .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tykpyP6N0r .card-title,
.cid-tykpyP6N0r .social-row {
  text-align: center;
  color: #ffffff;
}
.cid-tz5ls9Cvot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz5ls9Cvot .mbr-section-title {
  text-align: left;
  color: #11a4ec;
}
.cid-tz5ls9Cvot .mbr-section-subtitle {
  text-align: left;
  color: #15063f;
}
.cid-tz5lShQdsQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz5lShQdsQ .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tz5lShQdsQ .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tz5lShQdsQ .mbr-section-title DIV {
  text-align: right;
}
.cid-tz9L61CutT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #11a4ec;
}
.cid-tz9L61CutT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tz9L61CutT [class^="socicon-"]:before,
.cid-tz9L61CutT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tz9L61CutT .mbr-section-title,
.cid-tz9L61CutT .social-list {
  color: #ffffff;
  text-align: left;
}
.cid-tz8Br6TkSz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tz8Br6TkSz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tz8Br6TkSz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tz8Br6TkSz .row {
    text-align: center;
  }
  .cid-tz8Br6TkSz .row > div {
    margin: auto;
  }
  .cid-tz8Br6TkSz .social-row {
    justify-content: center;
  }
}
.cid-tz8Br6TkSz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tz8Br6TkSz .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tz8Br6TkSz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tz8Br6TkSz .list {
    margin-bottom: 0rem;
  }
}
.cid-tz8Br6TkSz .mbr-text {
  color: #ffffff;
}
.cid-tz8Br6TkSz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tz8Br6TkSz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tz8Br6TkSz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tz8Br6TkSz .copyright {
  text-align: right;
}
.cid-tz8Br6TkSz .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tz8Br6TkSz H5 {
  color: #ffe161;
}
.cid-tz9WLddvcL {
  z-index: 1000;
  width: 100%;
}
.cid-tz9WLddvcL nav.navbar {
  position: fixed;
}
.cid-tz9WLddvcL .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-tz9WLddvcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz9WLddvcL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz9WLddvcL .dropdown-item:hover,
.cid-tz9WLddvcL .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tz9WLddvcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz9WLddvcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz9WLddvcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9WLddvcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9WLddvcL .nav-link {
  position: relative;
}
.cid-tz9WLddvcL .container {
  display: flex;
  margin: auto;
}
.cid-tz9WLddvcL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz9WLddvcL .dropdown-menu,
.cid-tz9WLddvcL .navbar.opened {
  background: #47b5ed !important;
}
.cid-tz9WLddvcL .nav-item:focus,
.cid-tz9WLddvcL .nav-link:focus {
  outline: none;
}
.cid-tz9WLddvcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9WLddvcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9WLddvcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9WLddvcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9WLddvcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9WLddvcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9WLddvcL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tz9WLddvcL .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9WLddvcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9WLddvcL .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9WLddvcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9WLddvcL .navbar.collapsed {
  justify-content: center;
}
.cid-tz9WLddvcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9WLddvcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9WLddvcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz9WLddvcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9WLddvcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9WLddvcL .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-tz9WLddvcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9WLddvcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9WLddvcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9WLddvcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9WLddvcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9WLddvcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9WLddvcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9WLddvcL .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-tz9WLddvcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9WLddvcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9WLddvcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9WLddvcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz9WLddvcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9WLddvcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9WLddvcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9WLddvcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9WLddvcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9WLddvcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9WLddvcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9WLddvcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9WLddvcL .dropdown-item.active,
.cid-tz9WLddvcL .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9WLddvcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9WLddvcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9WLddvcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9WLddvcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tz9WLddvcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9WLddvcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9WLddvcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9WLddvcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9WLddvcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9WLddvcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tz9WLddvcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9WLddvcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9WLddvcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9WLddvcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9WLddvcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9WLddvcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9WLddvcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9WLddvcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9WLddvcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9WLddvcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9WLddvcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9WLddvcL .navbar {
    height: 70px;
  }
  .cid-tz9WLddvcL .navbar.opened {
    height: auto;
  }
  .cid-tz9WLddvcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzamN8JOXi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzamN8JOXi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzamN8JOXi .row {
  flex-direction: row-reverse;
}
.cid-tzamN8JOXi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzamN8JOXi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzamN8JOXi .mbr-section-title {
  color: #11a4ec;
}
.cid-tzalCV5hoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzalCV5hoK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzalCV5hoK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzalCV5hoK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzalCV5hoK .panel-body,
.cid-tzalCV5hoK .card-header {
  padding: 1rem 0;
}
.cid-tzalCV5hoK .panel-title-edit {
  color: #11a4ec;
}
.cid-tz9WLeTyaW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz9WLeTyaW .mbr-section-title {
  text-align: center;
}
.cid-tz9WLeTyaW .mbr-text,
.cid-tz9WLeTyaW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tz9WLeTyaW .mbr-section-title,
  .cid-tz9WLeTyaW .mbr-section-btn,
  .cid-tz9WLeTyaW .mbr-text {
    text-align: center;
  }
}
.cid-tze1kER7iB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze1kER7iB .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tze1kER7iB .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tze1kER7iB .mbr-section-title DIV {
  text-align: right;
}
.cid-tz9WLkUQhO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tz9WLkUQhO .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tz9WLkUQhO [class^="socicon-"]:before,
.cid-tz9WLkUQhO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tz9WLkUQhO .mbr-section-title,
.cid-tz9WLkUQhO .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tz9WLlmIx8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tz9WLlmIx8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tz9WLlmIx8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tz9WLlmIx8 .row {
    text-align: center;
  }
  .cid-tz9WLlmIx8 .row > div {
    margin: auto;
  }
  .cid-tz9WLlmIx8 .social-row {
    justify-content: center;
  }
}
.cid-tz9WLlmIx8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tz9WLlmIx8 .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tz9WLlmIx8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tz9WLlmIx8 .list {
    margin-bottom: 0rem;
  }
}
.cid-tz9WLlmIx8 .mbr-text {
  color: #ffffff;
}
.cid-tz9WLlmIx8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tz9WLlmIx8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tz9WLlmIx8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tz9WLlmIx8 .copyright {
  text-align: right;
}
.cid-tz9WLlmIx8 .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tz9WLlmIx8 H5 {
  color: #ffe161;
}
.cid-tzaOhNR6G0 {
  z-index: 1000;
  width: 100%;
}
.cid-tzaOhNR6G0 nav.navbar {
  position: fixed;
}
.cid-tzaOhNR6G0 .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-tzaOhNR6G0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzaOhNR6G0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzaOhNR6G0 .dropdown-item:hover,
.cid-tzaOhNR6G0 .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzaOhNR6G0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzaOhNR6G0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzaOhNR6G0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzaOhNR6G0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzaOhNR6G0 .nav-link {
  position: relative;
}
.cid-tzaOhNR6G0 .container {
  display: flex;
  margin: auto;
}
.cid-tzaOhNR6G0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzaOhNR6G0 .dropdown-menu,
.cid-tzaOhNR6G0 .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzaOhNR6G0 .nav-item:focus,
.cid-tzaOhNR6G0 .nav-link:focus {
  outline: none;
}
.cid-tzaOhNR6G0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzaOhNR6G0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzaOhNR6G0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzaOhNR6G0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzaOhNR6G0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzaOhNR6G0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzaOhNR6G0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzaOhNR6G0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzaOhNR6G0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzaOhNR6G0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzaOhNR6G0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzaOhNR6G0 .navbar.collapsed {
  justify-content: center;
}
.cid-tzaOhNR6G0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzaOhNR6G0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzaOhNR6G0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzaOhNR6G0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzaOhNR6G0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzaOhNR6G0 .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-tzaOhNR6G0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzaOhNR6G0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzaOhNR6G0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzaOhNR6G0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzaOhNR6G0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzaOhNR6G0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzaOhNR6G0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzaOhNR6G0 .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-tzaOhNR6G0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzaOhNR6G0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzaOhNR6G0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzaOhNR6G0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzaOhNR6G0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzaOhNR6G0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzaOhNR6G0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzaOhNR6G0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzaOhNR6G0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzaOhNR6G0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzaOhNR6G0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzaOhNR6G0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzaOhNR6G0 .dropdown-item.active,
.cid-tzaOhNR6G0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzaOhNR6G0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzaOhNR6G0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzaOhNR6G0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzaOhNR6G0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzaOhNR6G0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzaOhNR6G0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzaOhNR6G0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzaOhNR6G0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzaOhNR6G0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzaOhNR6G0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzaOhNR6G0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzaOhNR6G0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaOhNR6G0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaOhNR6G0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzaOhNR6G0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaOhNR6G0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzaOhNR6G0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzaOhNR6G0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaOhNR6G0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzaOhNR6G0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzaOhNR6G0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzaOhNR6G0 .navbar {
    height: 70px;
  }
  .cid-tzaOhNR6G0 .navbar.opened {
    height: auto;
  }
  .cid-tzaOhNR6G0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzaOhOtUCP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzaOhOtUCP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzaOhOtUCP .row {
  flex-direction: row-reverse;
}
.cid-tzaOhOtUCP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzaOhOtUCP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzaOhOtUCP .mbr-section-title {
  color: #11a4ec;
}
.cid-tzaOhP1zo9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzaOhP1zo9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzaOhP1zo9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzaOhP1zo9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzaOhP1zo9 .panel-body,
.cid-tzaOhP1zo9 .card-header {
  padding: 1rem 0;
}
.cid-tzaOhP1zo9 .panel-title-edit {
  color: #11a4ec;
}
.cid-tzaOhPuewr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzaOhPuewr .mbr-section-title {
  text-align: center;
}
.cid-tzaOhPuewr .mbr-text,
.cid-tzaOhPuewr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaOhPuewr .mbr-section-title,
  .cid-tzaOhPuewr .mbr-section-btn,
  .cid-tzaOhPuewr .mbr-text {
    text-align: center;
  }
}
.cid-tze2l8tKh9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze2l8tKh9 .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tze2l8tKh9 .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tze2l8tKh9 .mbr-section-title DIV {
  text-align: right;
}
.cid-tzaOhPMCbR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzaOhPMCbR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzaOhPMCbR [class^="socicon-"]:before,
.cid-tzaOhPMCbR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzaOhPMCbR .mbr-section-title,
.cid-tzaOhPMCbR .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzaOhQgMK4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzaOhQgMK4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzaOhQgMK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzaOhQgMK4 .row {
    text-align: center;
  }
  .cid-tzaOhQgMK4 .row > div {
    margin: auto;
  }
  .cid-tzaOhQgMK4 .social-row {
    justify-content: center;
  }
}
.cid-tzaOhQgMK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzaOhQgMK4 .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaOhQgMK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzaOhQgMK4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tzaOhQgMK4 .mbr-text {
  color: #ffffff;
}
.cid-tzaOhQgMK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzaOhQgMK4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzaOhQgMK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzaOhQgMK4 .copyright {
  text-align: right;
}
.cid-tzaOhQgMK4 .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzaOhQgMK4 H5 {
  color: #ffe161;
}
.cid-tzaOpAiTug {
  z-index: 1000;
  width: 100%;
}
.cid-tzaOpAiTug nav.navbar {
  position: fixed;
}
.cid-tzaOpAiTug .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-tzaOpAiTug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzaOpAiTug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzaOpAiTug .dropdown-item:hover,
.cid-tzaOpAiTug .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzaOpAiTug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzaOpAiTug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzaOpAiTug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzaOpAiTug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzaOpAiTug .nav-link {
  position: relative;
}
.cid-tzaOpAiTug .container {
  display: flex;
  margin: auto;
}
.cid-tzaOpAiTug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzaOpAiTug .dropdown-menu,
.cid-tzaOpAiTug .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzaOpAiTug .nav-item:focus,
.cid-tzaOpAiTug .nav-link:focus {
  outline: none;
}
.cid-tzaOpAiTug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzaOpAiTug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzaOpAiTug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzaOpAiTug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzaOpAiTug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzaOpAiTug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzaOpAiTug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzaOpAiTug .navbar.opened {
  transition: all 0.3s;
}
.cid-tzaOpAiTug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzaOpAiTug .navbar .navbar-logo img {
  width: auto;
}
.cid-tzaOpAiTug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzaOpAiTug .navbar.collapsed {
  justify-content: center;
}
.cid-tzaOpAiTug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzaOpAiTug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzaOpAiTug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzaOpAiTug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzaOpAiTug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzaOpAiTug .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-tzaOpAiTug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzaOpAiTug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzaOpAiTug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzaOpAiTug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzaOpAiTug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzaOpAiTug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzaOpAiTug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzaOpAiTug .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-tzaOpAiTug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzaOpAiTug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzaOpAiTug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzaOpAiTug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzaOpAiTug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzaOpAiTug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzaOpAiTug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzaOpAiTug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzaOpAiTug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzaOpAiTug .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzaOpAiTug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzaOpAiTug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzaOpAiTug .dropdown-item.active,
.cid-tzaOpAiTug .dropdown-item:active {
  background-color: transparent;
}
.cid-tzaOpAiTug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzaOpAiTug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzaOpAiTug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzaOpAiTug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzaOpAiTug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzaOpAiTug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzaOpAiTug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzaOpAiTug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzaOpAiTug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzaOpAiTug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzaOpAiTug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzaOpAiTug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaOpAiTug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaOpAiTug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzaOpAiTug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaOpAiTug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzaOpAiTug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzaOpAiTug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaOpAiTug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzaOpAiTug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzaOpAiTug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzaOpAiTug .navbar {
    height: 70px;
  }
  .cid-tzaOpAiTug .navbar.opened {
    height: auto;
  }
  .cid-tzaOpAiTug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzaOpARK8h {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzaOpARK8h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzaOpARK8h .row {
  flex-direction: row-reverse;
}
.cid-tzaOpARK8h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzaOpARK8h .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzaOpARK8h .mbr-section-title {
  color: #11a4ec;
}
.cid-tzaOpBcAw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzaOpBcAw3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzaOpBcAw3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzaOpBcAw3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzaOpBcAw3 .panel-body,
.cid-tzaOpBcAw3 .card-header {
  padding: 1rem 0;
}
.cid-tzaOpBcAw3 .panel-title-edit {
  color: #11a4ec;
}
.cid-tzaOpBFWos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzaOpBFWos .mbr-section-title {
  text-align: center;
}
.cid-tzaOpBFWos .mbr-text,
.cid-tzaOpBFWos .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaOpBFWos .mbr-section-title,
  .cid-tzaOpBFWos .mbr-section-btn,
  .cid-tzaOpBFWos .mbr-text {
    text-align: center;
  }
}
.cid-tze42xlWIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze42xlWIZ .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tze42xlWIZ .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tze42xlWIZ .mbr-section-title DIV {
  text-align: right;
}
.cid-tzaOpBZYYh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzaOpBZYYh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzaOpBZYYh [class^="socicon-"]:before,
.cid-tzaOpBZYYh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzaOpBZYYh .mbr-section-title,
.cid-tzaOpBZYYh .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzaOpCtPOK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzaOpCtPOK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzaOpCtPOK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzaOpCtPOK .row {
    text-align: center;
  }
  .cid-tzaOpCtPOK .row > div {
    margin: auto;
  }
  .cid-tzaOpCtPOK .social-row {
    justify-content: center;
  }
}
.cid-tzaOpCtPOK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzaOpCtPOK .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaOpCtPOK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzaOpCtPOK .list {
    margin-bottom: 0rem;
  }
}
.cid-tzaOpCtPOK .mbr-text {
  color: #ffffff;
}
.cid-tzaOpCtPOK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzaOpCtPOK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzaOpCtPOK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzaOpCtPOK .copyright {
  text-align: right;
}
.cid-tzaOpCtPOK .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzaOpCtPOK H5 {
  color: #ffe161;
}
.cid-tze9d4TV2h {
  z-index: 1000;
  width: 100%;
}
.cid-tze9d4TV2h nav.navbar {
  position: fixed;
}
.cid-tze9d4TV2h .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-tze9d4TV2h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tze9d4TV2h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tze9d4TV2h .dropdown-item:hover,
.cid-tze9d4TV2h .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tze9d4TV2h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tze9d4TV2h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tze9d4TV2h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tze9d4TV2h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tze9d4TV2h .nav-link {
  position: relative;
}
.cid-tze9d4TV2h .container {
  display: flex;
  margin: auto;
}
.cid-tze9d4TV2h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tze9d4TV2h .dropdown-menu,
.cid-tze9d4TV2h .navbar.opened {
  background: #47b5ed !important;
}
.cid-tze9d4TV2h .nav-item:focus,
.cid-tze9d4TV2h .nav-link:focus {
  outline: none;
}
.cid-tze9d4TV2h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tze9d4TV2h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tze9d4TV2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tze9d4TV2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tze9d4TV2h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tze9d4TV2h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tze9d4TV2h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tze9d4TV2h .navbar.opened {
  transition: all 0.3s;
}
.cid-tze9d4TV2h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tze9d4TV2h .navbar .navbar-logo img {
  width: auto;
}
.cid-tze9d4TV2h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tze9d4TV2h .navbar.collapsed {
  justify-content: center;
}
.cid-tze9d4TV2h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tze9d4TV2h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tze9d4TV2h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tze9d4TV2h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tze9d4TV2h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tze9d4TV2h .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-tze9d4TV2h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tze9d4TV2h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tze9d4TV2h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tze9d4TV2h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tze9d4TV2h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tze9d4TV2h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tze9d4TV2h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tze9d4TV2h .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-tze9d4TV2h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tze9d4TV2h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tze9d4TV2h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tze9d4TV2h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tze9d4TV2h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tze9d4TV2h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tze9d4TV2h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tze9d4TV2h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tze9d4TV2h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tze9d4TV2h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tze9d4TV2h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tze9d4TV2h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tze9d4TV2h .dropdown-item.active,
.cid-tze9d4TV2h .dropdown-item:active {
  background-color: transparent;
}
.cid-tze9d4TV2h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tze9d4TV2h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tze9d4TV2h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tze9d4TV2h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tze9d4TV2h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tze9d4TV2h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tze9d4TV2h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tze9d4TV2h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tze9d4TV2h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tze9d4TV2h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tze9d4TV2h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tze9d4TV2h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tze9d4TV2h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tze9d4TV2h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tze9d4TV2h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tze9d4TV2h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tze9d4TV2h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tze9d4TV2h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tze9d4TV2h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tze9d4TV2h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tze9d4TV2h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tze9d4TV2h .navbar {
    height: 70px;
  }
  .cid-tze9d4TV2h .navbar.opened {
    height: auto;
  }
  .cid-tze9d4TV2h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tze9d5EZl2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tze9d5EZl2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tze9d5EZl2 .row {
  flex-direction: row-reverse;
}
.cid-tze9d5EZl2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tze9d5EZl2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tze9d5EZl2 .mbr-section-title {
  color: #11a4ec;
}
.cid-tze9d69nJQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tze9d69nJQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tze9d69nJQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tze9d69nJQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tze9d69nJQ .panel-body,
.cid-tze9d69nJQ .card-header {
  padding: 1rem 0;
}
.cid-tze9d69nJQ .panel-title-edit {
  color: #11a4ec;
}
.cid-tze9d6Czix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze9d6Czix .mbr-section-title {
  text-align: center;
}
.cid-tze9d6Czix .mbr-text,
.cid-tze9d6Czix .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tze9d6Czix .mbr-section-title,
  .cid-tze9d6Czix .mbr-section-btn,
  .cid-tze9d6Czix .mbr-text {
    text-align: center;
  }
}
.cid-tze9d6V1mH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze9d6V1mH .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tze9d6V1mH .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tze9d6V1mH .mbr-section-title DIV {
  text-align: right;
}
.cid-tze9d7fMhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tze9d7fMhc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tze9d7fMhc [class^="socicon-"]:before,
.cid-tze9d7fMhc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tze9d7fMhc .mbr-section-title,
.cid-tze9d7fMhc .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tze9d7JFz6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tze9d7JFz6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tze9d7JFz6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tze9d7JFz6 .row {
    text-align: center;
  }
  .cid-tze9d7JFz6 .row > div {
    margin: auto;
  }
  .cid-tze9d7JFz6 .social-row {
    justify-content: center;
  }
}
.cid-tze9d7JFz6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tze9d7JFz6 .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tze9d7JFz6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tze9d7JFz6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tze9d7JFz6 .mbr-text {
  color: #ffffff;
}
.cid-tze9d7JFz6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tze9d7JFz6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tze9d7JFz6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tze9d7JFz6 .copyright {
  text-align: right;
}
.cid-tze9d7JFz6 .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tze9d7JFz6 H5 {
  color: #ffe161;
}
.cid-tzflBBtzil {
  z-index: 1000;
  width: 100%;
}
.cid-tzflBBtzil nav.navbar {
  position: fixed;
}
.cid-tzflBBtzil .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-tzflBBtzil .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzflBBtzil .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzflBBtzil .dropdown-item:hover,
.cid-tzflBBtzil .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzflBBtzil .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzflBBtzil .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzflBBtzil .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzflBBtzil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzflBBtzil .nav-link {
  position: relative;
}
.cid-tzflBBtzil .container {
  display: flex;
  margin: auto;
}
.cid-tzflBBtzil .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzflBBtzil .dropdown-menu,
.cid-tzflBBtzil .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzflBBtzil .nav-item:focus,
.cid-tzflBBtzil .nav-link:focus {
  outline: none;
}
.cid-tzflBBtzil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzflBBtzil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzflBBtzil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzflBBtzil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzflBBtzil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzflBBtzil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzflBBtzil .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzflBBtzil .navbar.opened {
  transition: all 0.3s;
}
.cid-tzflBBtzil .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzflBBtzil .navbar .navbar-logo img {
  width: auto;
}
.cid-tzflBBtzil .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzflBBtzil .navbar.collapsed {
  justify-content: center;
}
.cid-tzflBBtzil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzflBBtzil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzflBBtzil .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzflBBtzil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzflBBtzil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzflBBtzil .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-tzflBBtzil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzflBBtzil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzflBBtzil .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzflBBtzil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzflBBtzil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzflBBtzil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzflBBtzil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzflBBtzil .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-tzflBBtzil .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzflBBtzil .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzflBBtzil .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzflBBtzil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzflBBtzil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzflBBtzil .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzflBBtzil .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzflBBtzil .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzflBBtzil .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzflBBtzil .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzflBBtzil .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzflBBtzil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzflBBtzil .dropdown-item.active,
.cid-tzflBBtzil .dropdown-item:active {
  background-color: transparent;
}
.cid-tzflBBtzil .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzflBBtzil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzflBBtzil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzflBBtzil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzflBBtzil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzflBBtzil .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzflBBtzil ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzflBBtzil .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzflBBtzil button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzflBBtzil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzflBBtzil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzflBBtzil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzflBBtzil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzflBBtzil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzflBBtzil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzflBBtzil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzflBBtzil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzflBBtzil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzflBBtzil .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzflBBtzil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzflBBtzil .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzflBBtzil .navbar {
    height: 70px;
  }
  .cid-tzflBBtzil .navbar.opened {
    height: auto;
  }
  .cid-tzflBBtzil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzflBCgia8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzflBCgia8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzflBCgia8 .row {
  flex-direction: row-reverse;
}
.cid-tzflBCgia8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzflBCgia8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzflBCgia8 .mbr-section-title {
  color: #11a4ec;
}
.cid-tzflBCN7L4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzflBCN7L4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzflBCN7L4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzflBCN7L4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzflBCN7L4 .panel-body,
.cid-tzflBCN7L4 .card-header {
  padding: 1rem 0;
}
.cid-tzflBCN7L4 .panel-title-edit {
  color: #11a4ec;
}
.cid-tzflBDgaPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzflBDgaPL .mbr-section-title {
  text-align: center;
}
.cid-tzflBDgaPL .mbr-text,
.cid-tzflBDgaPL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzflBDgaPL .mbr-section-title,
  .cid-tzflBDgaPL .mbr-section-btn,
  .cid-tzflBDgaPL .mbr-text {
    text-align: center;
  }
}
.cid-tzflBDy1nU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzflBDy1nU .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzflBDy1nU .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzflBDy1nU .mbr-section-title DIV {
  text-align: right;
}
.cid-tzflBDT1uf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzflBDT1uf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzflBDT1uf [class^="socicon-"]:before,
.cid-tzflBDT1uf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzflBDT1uf .mbr-section-title,
.cid-tzflBDT1uf .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzflBElsrU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzflBElsrU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzflBElsrU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzflBElsrU .row {
    text-align: center;
  }
  .cid-tzflBElsrU .row > div {
    margin: auto;
  }
  .cid-tzflBElsrU .social-row {
    justify-content: center;
  }
}
.cid-tzflBElsrU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzflBElsrU .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzflBElsrU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzflBElsrU .list {
    margin-bottom: 0rem;
  }
}
.cid-tzflBElsrU .mbr-text {
  color: #ffffff;
}
.cid-tzflBElsrU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzflBElsrU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzflBElsrU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzflBElsrU .copyright {
  text-align: right;
}
.cid-tzflBElsrU .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzflBElsrU H5 {
  color: #ffe161;
}
.cid-tzfrKUeTnr {
  z-index: 1000;
  width: 100%;
}
.cid-tzfrKUeTnr nav.navbar {
  position: fixed;
}
.cid-tzfrKUeTnr .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-tzfrKUeTnr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzfrKUeTnr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzfrKUeTnr .dropdown-item:hover,
.cid-tzfrKUeTnr .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzfrKUeTnr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzfrKUeTnr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzfrKUeTnr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzfrKUeTnr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzfrKUeTnr .nav-link {
  position: relative;
}
.cid-tzfrKUeTnr .container {
  display: flex;
  margin: auto;
}
.cid-tzfrKUeTnr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzfrKUeTnr .dropdown-menu,
.cid-tzfrKUeTnr .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzfrKUeTnr .nav-item:focus,
.cid-tzfrKUeTnr .nav-link:focus {
  outline: none;
}
.cid-tzfrKUeTnr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzfrKUeTnr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzfrKUeTnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzfrKUeTnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzfrKUeTnr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzfrKUeTnr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzfrKUeTnr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzfrKUeTnr .navbar.opened {
  transition: all 0.3s;
}
.cid-tzfrKUeTnr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzfrKUeTnr .navbar .navbar-logo img {
  width: auto;
}
.cid-tzfrKUeTnr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzfrKUeTnr .navbar.collapsed {
  justify-content: center;
}
.cid-tzfrKUeTnr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzfrKUeTnr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzfrKUeTnr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzfrKUeTnr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzfrKUeTnr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzfrKUeTnr .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-tzfrKUeTnr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzfrKUeTnr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzfrKUeTnr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzfrKUeTnr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzfrKUeTnr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzfrKUeTnr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzfrKUeTnr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzfrKUeTnr .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-tzfrKUeTnr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzfrKUeTnr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzfrKUeTnr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzfrKUeTnr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzfrKUeTnr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzfrKUeTnr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzfrKUeTnr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzfrKUeTnr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzfrKUeTnr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzfrKUeTnr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzfrKUeTnr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzfrKUeTnr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzfrKUeTnr .dropdown-item.active,
.cid-tzfrKUeTnr .dropdown-item:active {
  background-color: transparent;
}
.cid-tzfrKUeTnr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzfrKUeTnr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzfrKUeTnr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzfrKUeTnr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzfrKUeTnr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzfrKUeTnr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzfrKUeTnr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzfrKUeTnr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzfrKUeTnr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzfrKUeTnr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzfrKUeTnr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzfrKUeTnr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzfrKUeTnr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzfrKUeTnr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzfrKUeTnr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzfrKUeTnr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzfrKUeTnr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzfrKUeTnr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzfrKUeTnr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzfrKUeTnr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzfrKUeTnr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzfrKUeTnr .navbar {
    height: 70px;
  }
  .cid-tzfrKUeTnr .navbar.opened {
    height: auto;
  }
  .cid-tzfrKUeTnr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzfrKVcLdL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzfrKVcLdL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzfrKVcLdL .row {
  flex-direction: row-reverse;
}
.cid-tzfrKVcLdL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzfrKVcLdL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzfrKVcLdL .mbr-section-title {
  color: #11a4ec;
}
.cid-tzfrKVIcSX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzfrKVIcSX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzfrKVIcSX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzfrKVIcSX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzfrKVIcSX .panel-body,
.cid-tzfrKVIcSX .card-header {
  padding: 1rem 0;
}
.cid-tzfrKVIcSX .panel-title-edit {
  color: #11a4ec;
}
.cid-tzfrKWaHsv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzfrKWaHsv .mbr-section-title {
  text-align: center;
}
.cid-tzfrKWaHsv .mbr-text,
.cid-tzfrKWaHsv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzfrKWaHsv .mbr-section-title,
  .cid-tzfrKWaHsv .mbr-section-btn,
  .cid-tzfrKWaHsv .mbr-text {
    text-align: center;
  }
}
.cid-tzfrKWvdqu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzfrKWvdqu .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzfrKWvdqu .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzfrKWvdqu .mbr-section-title DIV {
  text-align: right;
}
.cid-tzfrKWRbNf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzfrKWRbNf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzfrKWRbNf [class^="socicon-"]:before,
.cid-tzfrKWRbNf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzfrKWRbNf .mbr-section-title,
.cid-tzfrKWRbNf .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzfrKXlylo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzfrKXlylo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzfrKXlylo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzfrKXlylo .row {
    text-align: center;
  }
  .cid-tzfrKXlylo .row > div {
    margin: auto;
  }
  .cid-tzfrKXlylo .social-row {
    justify-content: center;
  }
}
.cid-tzfrKXlylo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzfrKXlylo .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzfrKXlylo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzfrKXlylo .list {
    margin-bottom: 0rem;
  }
}
.cid-tzfrKXlylo .mbr-text {
  color: #ffffff;
}
.cid-tzfrKXlylo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzfrKXlylo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzfrKXlylo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzfrKXlylo .copyright {
  text-align: right;
}
.cid-tzfrKXlylo .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzfrKXlylo H5 {
  color: #ffe161;
}
.cid-tzfwj4td8h {
  z-index: 1000;
  width: 100%;
}
.cid-tzfwj4td8h nav.navbar {
  position: fixed;
}
.cid-tzfwj4td8h .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-tzfwj4td8h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzfwj4td8h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzfwj4td8h .dropdown-item:hover,
.cid-tzfwj4td8h .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzfwj4td8h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzfwj4td8h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzfwj4td8h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzfwj4td8h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzfwj4td8h .nav-link {
  position: relative;
}
.cid-tzfwj4td8h .container {
  display: flex;
  margin: auto;
}
.cid-tzfwj4td8h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzfwj4td8h .dropdown-menu,
.cid-tzfwj4td8h .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzfwj4td8h .nav-item:focus,
.cid-tzfwj4td8h .nav-link:focus {
  outline: none;
}
.cid-tzfwj4td8h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzfwj4td8h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzfwj4td8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzfwj4td8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzfwj4td8h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzfwj4td8h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzfwj4td8h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzfwj4td8h .navbar.opened {
  transition: all 0.3s;
}
.cid-tzfwj4td8h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzfwj4td8h .navbar .navbar-logo img {
  width: auto;
}
.cid-tzfwj4td8h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzfwj4td8h .navbar.collapsed {
  justify-content: center;
}
.cid-tzfwj4td8h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzfwj4td8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzfwj4td8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzfwj4td8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzfwj4td8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzfwj4td8h .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-tzfwj4td8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzfwj4td8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzfwj4td8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzfwj4td8h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzfwj4td8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzfwj4td8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzfwj4td8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzfwj4td8h .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-tzfwj4td8h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzfwj4td8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzfwj4td8h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzfwj4td8h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzfwj4td8h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzfwj4td8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzfwj4td8h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzfwj4td8h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzfwj4td8h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzfwj4td8h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzfwj4td8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzfwj4td8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzfwj4td8h .dropdown-item.active,
.cid-tzfwj4td8h .dropdown-item:active {
  background-color: transparent;
}
.cid-tzfwj4td8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzfwj4td8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzfwj4td8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzfwj4td8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzfwj4td8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzfwj4td8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzfwj4td8h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzfwj4td8h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzfwj4td8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzfwj4td8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzfwj4td8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzfwj4td8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzfwj4td8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzfwj4td8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzfwj4td8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzfwj4td8h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzfwj4td8h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzfwj4td8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzfwj4td8h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzfwj4td8h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzfwj4td8h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzfwj4td8h .navbar {
    height: 70px;
  }
  .cid-tzfwj4td8h .navbar.opened {
    height: auto;
  }
  .cid-tzfwj4td8h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzfwj5nAq4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzfwj5nAq4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzfwj5nAq4 .row {
  flex-direction: row-reverse;
}
.cid-tzfwj5nAq4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzfwj5nAq4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzfwj5nAq4 .mbr-section-title {
  color: #11a4ec;
}
.cid-tzfwj60x0g {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzfwj60x0g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzfwj60x0g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzfwj60x0g .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzfwj60x0g .panel-body,
.cid-tzfwj60x0g .card-header {
  padding: 1rem 0;
}
.cid-tzfwj60x0g .panel-title-edit {
  color: #11a4ec;
}
.cid-tzfwj6wGKz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzfwj6wGKz .mbr-section-title {
  text-align: center;
}
.cid-tzfwj6wGKz .mbr-text,
.cid-tzfwj6wGKz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzfwj6wGKz .mbr-section-title,
  .cid-tzfwj6wGKz .mbr-section-btn,
  .cid-tzfwj6wGKz .mbr-text {
    text-align: center;
  }
}
.cid-tzfwj6Pdzp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzfwj6Pdzp .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzfwj6Pdzp .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzfwj6Pdzp .mbr-section-title DIV {
  text-align: right;
}
.cid-tzfwj7aqze {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzfwj7aqze .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzfwj7aqze [class^="socicon-"]:before,
.cid-tzfwj7aqze [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzfwj7aqze .mbr-section-title,
.cid-tzfwj7aqze .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzfwj7FWVS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzfwj7FWVS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzfwj7FWVS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzfwj7FWVS .row {
    text-align: center;
  }
  .cid-tzfwj7FWVS .row > div {
    margin: auto;
  }
  .cid-tzfwj7FWVS .social-row {
    justify-content: center;
  }
}
.cid-tzfwj7FWVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzfwj7FWVS .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzfwj7FWVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzfwj7FWVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tzfwj7FWVS .mbr-text {
  color: #ffffff;
}
.cid-tzfwj7FWVS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzfwj7FWVS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzfwj7FWVS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzfwj7FWVS .copyright {
  text-align: right;
}
.cid-tzfwj7FWVS .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzfwj7FWVS H5 {
  color: #ffe161;
}
.cid-tzgkndBqzG {
  z-index: 1000;
  width: 100%;
}
.cid-tzgkndBqzG nav.navbar {
  position: fixed;
}
.cid-tzgkndBqzG .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-tzgkndBqzG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzgkndBqzG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzgkndBqzG .dropdown-item:hover,
.cid-tzgkndBqzG .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzgkndBqzG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzgkndBqzG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzgkndBqzG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzgkndBqzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzgkndBqzG .nav-link {
  position: relative;
}
.cid-tzgkndBqzG .container {
  display: flex;
  margin: auto;
}
.cid-tzgkndBqzG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzgkndBqzG .dropdown-menu,
.cid-tzgkndBqzG .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzgkndBqzG .nav-item:focus,
.cid-tzgkndBqzG .nav-link:focus {
  outline: none;
}
.cid-tzgkndBqzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzgkndBqzG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzgkndBqzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzgkndBqzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzgkndBqzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzgkndBqzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzgkndBqzG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzgkndBqzG .navbar.opened {
  transition: all 0.3s;
}
.cid-tzgkndBqzG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzgkndBqzG .navbar .navbar-logo img {
  width: auto;
}
.cid-tzgkndBqzG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzgkndBqzG .navbar.collapsed {
  justify-content: center;
}
.cid-tzgkndBqzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzgkndBqzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzgkndBqzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzgkndBqzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzgkndBqzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzgkndBqzG .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-tzgkndBqzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzgkndBqzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzgkndBqzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzgkndBqzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzgkndBqzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzgkndBqzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzgkndBqzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzgkndBqzG .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-tzgkndBqzG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzgkndBqzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzgkndBqzG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzgkndBqzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzgkndBqzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzgkndBqzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzgkndBqzG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzgkndBqzG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzgkndBqzG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzgkndBqzG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzgkndBqzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzgkndBqzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzgkndBqzG .dropdown-item.active,
.cid-tzgkndBqzG .dropdown-item:active {
  background-color: transparent;
}
.cid-tzgkndBqzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzgkndBqzG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzgkndBqzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzgkndBqzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzgkndBqzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzgkndBqzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzgkndBqzG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzgkndBqzG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzgkndBqzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzgkndBqzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzgkndBqzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzgkndBqzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgkndBqzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgkndBqzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzgkndBqzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgkndBqzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzgkndBqzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzgkndBqzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgkndBqzG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzgkndBqzG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzgkndBqzG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzgkndBqzG .navbar {
    height: 70px;
  }
  .cid-tzgkndBqzG .navbar.opened {
    height: auto;
  }
  .cid-tzgkndBqzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzgkneUKZH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzgkneUKZH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzgkneUKZH .row {
  flex-direction: row-reverse;
}
.cid-tzgkneUKZH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzgkneUKZH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzgkneUKZH .mbr-section-title {
  color: #11a4ec;
}
.cid-tzgkneUKZH .mbr-description {
  text-align: right;
}
.cid-tzgkngxHOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzgkngxHOc .mbr-section-title {
  text-align: center;
}
.cid-tzgkngxHOc .mbr-text,
.cid-tzgkngxHOc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzgkngxHOc .mbr-section-title,
  .cid-tzgkngxHOc .mbr-section-btn,
  .cid-tzgkngxHOc .mbr-text {
    text-align: center;
  }
}
.cid-tzgkngXdI1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzgkngXdI1 .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzgkngXdI1 .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzgkngXdI1 .mbr-section-title DIV {
  text-align: right;
}
.cid-tzgknhpLK0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzgknhpLK0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzgknhpLK0 [class^="socicon-"]:before,
.cid-tzgknhpLK0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzgknhpLK0 .mbr-section-title,
.cid-tzgknhpLK0 .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzgknhVr4A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzgknhVr4A .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzgknhVr4A .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzgknhVr4A .row {
    text-align: center;
  }
  .cid-tzgknhVr4A .row > div {
    margin: auto;
  }
  .cid-tzgknhVr4A .social-row {
    justify-content: center;
  }
}
.cid-tzgknhVr4A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzgknhVr4A .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzgknhVr4A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzgknhVr4A .list {
    margin-bottom: 0rem;
  }
}
.cid-tzgknhVr4A .mbr-text {
  color: #ffffff;
}
.cid-tzgknhVr4A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzgknhVr4A .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzgknhVr4A div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzgknhVr4A .copyright {
  text-align: right;
}
.cid-tzgknhVr4A .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzgknhVr4A H5 {
  color: #ffe161;
}
.cid-tzgmA6Z5ZO {
  z-index: 1000;
  width: 100%;
}
.cid-tzgmA6Z5ZO nav.navbar {
  position: fixed;
}
.cid-tzgmA6Z5ZO .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-tzgmA6Z5ZO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzgmA6Z5ZO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzgmA6Z5ZO .dropdown-item:hover,
.cid-tzgmA6Z5ZO .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzgmA6Z5ZO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzgmA6Z5ZO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzgmA6Z5ZO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzgmA6Z5ZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzgmA6Z5ZO .nav-link {
  position: relative;
}
.cid-tzgmA6Z5ZO .container {
  display: flex;
  margin: auto;
}
.cid-tzgmA6Z5ZO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzgmA6Z5ZO .dropdown-menu,
.cid-tzgmA6Z5ZO .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzgmA6Z5ZO .nav-item:focus,
.cid-tzgmA6Z5ZO .nav-link:focus {
  outline: none;
}
.cid-tzgmA6Z5ZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzgmA6Z5ZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzgmA6Z5ZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzgmA6Z5ZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzgmA6Z5ZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzgmA6Z5ZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzgmA6Z5ZO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzgmA6Z5ZO .navbar.opened {
  transition: all 0.3s;
}
.cid-tzgmA6Z5ZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzgmA6Z5ZO .navbar .navbar-logo img {
  width: auto;
}
.cid-tzgmA6Z5ZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzgmA6Z5ZO .navbar.collapsed {
  justify-content: center;
}
.cid-tzgmA6Z5ZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzgmA6Z5ZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzgmA6Z5ZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzgmA6Z5ZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzgmA6Z5ZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzgmA6Z5ZO .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-tzgmA6Z5ZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzgmA6Z5ZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzgmA6Z5ZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzgmA6Z5ZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzgmA6Z5ZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzgmA6Z5ZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzgmA6Z5ZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzgmA6Z5ZO .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-tzgmA6Z5ZO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzgmA6Z5ZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzgmA6Z5ZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzgmA6Z5ZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzgmA6Z5ZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzgmA6Z5ZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzgmA6Z5ZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzgmA6Z5ZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzgmA6Z5ZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzgmA6Z5ZO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzgmA6Z5ZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzgmA6Z5ZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzgmA6Z5ZO .dropdown-item.active,
.cid-tzgmA6Z5ZO .dropdown-item:active {
  background-color: transparent;
}
.cid-tzgmA6Z5ZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzgmA6Z5ZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzgmA6Z5ZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzgmA6Z5ZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzgmA6Z5ZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzgmA6Z5ZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzgmA6Z5ZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzgmA6Z5ZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzgmA6Z5ZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzgmA6Z5ZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzgmA6Z5ZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzgmA6Z5ZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgmA6Z5ZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgmA6Z5ZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzgmA6Z5ZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgmA6Z5ZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzgmA6Z5ZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzgmA6Z5ZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgmA6Z5ZO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzgmA6Z5ZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzgmA6Z5ZO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzgmA6Z5ZO .navbar {
    height: 70px;
  }
  .cid-tzgmA6Z5ZO .navbar.opened {
    height: auto;
  }
  .cid-tzgmA6Z5ZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzgmA7UZk6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzgmA7UZk6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzgmA7UZk6 .row {
  flex-direction: row-reverse;
}
.cid-tzgmA7UZk6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzgmA7UZk6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzgmA7UZk6 .mbr-section-title {
  color: #11a4ec;
}
.cid-tzgmA7UZk6 .mbr-description {
  text-align: right;
}
.cid-tzgmA8itUQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzgmA8itUQ .mbr-section-title {
  text-align: center;
}
.cid-tzgmA8itUQ .mbr-text,
.cid-tzgmA8itUQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzgmA8itUQ .mbr-section-title,
  .cid-tzgmA8itUQ .mbr-section-btn,
  .cid-tzgmA8itUQ .mbr-text {
    text-align: center;
  }
}
.cid-tzgmA8AXUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzgmA8AXUM .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzgmA8AXUM .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzgmA8AXUM .mbr-section-title DIV {
  text-align: right;
}
.cid-tzgmA8TmRJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzgmA8TmRJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzgmA8TmRJ [class^="socicon-"]:before,
.cid-tzgmA8TmRJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzgmA8TmRJ .mbr-section-title,
.cid-tzgmA8TmRJ .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzgmA9m5t7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzgmA9m5t7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzgmA9m5t7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzgmA9m5t7 .row {
    text-align: center;
  }
  .cid-tzgmA9m5t7 .row > div {
    margin: auto;
  }
  .cid-tzgmA9m5t7 .social-row {
    justify-content: center;
  }
}
.cid-tzgmA9m5t7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzgmA9m5t7 .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzgmA9m5t7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzgmA9m5t7 .list {
    margin-bottom: 0rem;
  }
}
.cid-tzgmA9m5t7 .mbr-text {
  color: #ffffff;
}
.cid-tzgmA9m5t7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzgmA9m5t7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzgmA9m5t7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzgmA9m5t7 .copyright {
  text-align: right;
}
.cid-tzgmA9m5t7 .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzgmA9m5t7 H5 {
  color: #ffe161;
}
.cid-tzmENZ21gv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzmENZ21gv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzmENZ21gv [class^="socicon-"]:before,
.cid-tzmENZ21gv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzmENZ21gv .mbr-section-title,
.cid-tzmENZ21gv .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzmES3zTZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzmES3zTZf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzmES3zTZf [class^="socicon-"]:before,
.cid-tzmES3zTZf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzmES3zTZf .mbr-section-title,
.cid-tzmES3zTZf .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzVxEYtLSj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzVxEYtLSj .row {
    flex-direction: column-reverse;
  }
  .cid-tzVxEYtLSj .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzVxEYtLSj .google-map {
  height: 100%;
  position: relative;
}
.cid-tzVxEYtLSj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzVxEYtLSj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzVxEYtLSj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzVxEYtLSj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzVxEYtLSj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tzVxEYtLSj .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #47b5ed;
}
.cid-tzVxEYtLSj .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tzVxEYtLSj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzVxEYtLSj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tzVxEYtLSj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #15063f;
}
.cid-tzonNO7noT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzonNO7noT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzonNO7noT .row {
  flex-direction: row-reverse;
}
.cid-tzonNO7noT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzonNO7noT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzUfHfbyto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzUfHfbyto .mbr-section-title,
  .cid-tzUfHfbyto .mbr-section-subtitle,
  .cid-tzUfHfbyto .mbr-section-btn,
  .cid-tzUfHfbyto .mbr-text {
    text-align: center;
  }
}
.cid-tzU1AG3IAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzU1AG3IAk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzU1AG3IAk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzU1AG3IAk .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzU1AG3IAk .panel-body,
.cid-tzU1AG3IAk .card-header {
  padding: 1rem 0;
}
.cid-tzU1AG3IAk .panel-title-edit {
  color: #11a4ec;
}
.cid-tzU1AG3IAk .panel-text {
  color: #000000;
}
.cid-tzgpvlYxGY {
  z-index: 1000;
  width: 100%;
}
.cid-tzgpvlYxGY nav.navbar {
  position: fixed;
}
.cid-tzgpvlYxGY .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-tzgpvlYxGY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzgpvlYxGY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzgpvlYxGY .dropdown-item:hover,
.cid-tzgpvlYxGY .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzgpvlYxGY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzgpvlYxGY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzgpvlYxGY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzgpvlYxGY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzgpvlYxGY .nav-link {
  position: relative;
}
.cid-tzgpvlYxGY .container {
  display: flex;
  margin: auto;
}
.cid-tzgpvlYxGY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzgpvlYxGY .dropdown-menu,
.cid-tzgpvlYxGY .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzgpvlYxGY .nav-item:focus,
.cid-tzgpvlYxGY .nav-link:focus {
  outline: none;
}
.cid-tzgpvlYxGY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzgpvlYxGY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzgpvlYxGY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzgpvlYxGY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzgpvlYxGY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzgpvlYxGY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzgpvlYxGY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzgpvlYxGY .navbar.opened {
  transition: all 0.3s;
}
.cid-tzgpvlYxGY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzgpvlYxGY .navbar .navbar-logo img {
  width: auto;
}
.cid-tzgpvlYxGY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzgpvlYxGY .navbar.collapsed {
  justify-content: center;
}
.cid-tzgpvlYxGY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzgpvlYxGY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzgpvlYxGY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzgpvlYxGY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzgpvlYxGY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzgpvlYxGY .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-tzgpvlYxGY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzgpvlYxGY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzgpvlYxGY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzgpvlYxGY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzgpvlYxGY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzgpvlYxGY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzgpvlYxGY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzgpvlYxGY .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-tzgpvlYxGY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzgpvlYxGY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzgpvlYxGY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzgpvlYxGY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzgpvlYxGY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzgpvlYxGY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzgpvlYxGY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzgpvlYxGY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzgpvlYxGY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzgpvlYxGY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzgpvlYxGY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzgpvlYxGY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzgpvlYxGY .dropdown-item.active,
.cid-tzgpvlYxGY .dropdown-item:active {
  background-color: transparent;
}
.cid-tzgpvlYxGY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzgpvlYxGY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzgpvlYxGY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzgpvlYxGY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzgpvlYxGY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzgpvlYxGY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzgpvlYxGY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzgpvlYxGY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzgpvlYxGY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzgpvlYxGY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzgpvlYxGY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzgpvlYxGY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgpvlYxGY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzgpvlYxGY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzgpvlYxGY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgpvlYxGY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzgpvlYxGY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzgpvlYxGY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzgpvlYxGY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzgpvlYxGY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzgpvlYxGY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzgpvlYxGY .navbar {
    height: 70px;
  }
  .cid-tzgpvlYxGY .navbar.opened {
    height: auto;
  }
  .cid-tzgpvlYxGY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzgpvnGZB0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzgpvnGZB0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzgpvnGZB0 [class^="socicon-"]:before,
.cid-tzgpvnGZB0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzgpvnGZB0 .mbr-section-title,
.cid-tzgpvnGZB0 .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzgpvo8q6P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzgpvo8q6P .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzgpvo8q6P .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzgpvo8q6P .row {
    text-align: center;
  }
  .cid-tzgpvo8q6P .row > div {
    margin: auto;
  }
  .cid-tzgpvo8q6P .social-row {
    justify-content: center;
  }
}
.cid-tzgpvo8q6P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzgpvo8q6P .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzgpvo8q6P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzgpvo8q6P .list {
    margin-bottom: 0rem;
  }
}
.cid-tzgpvo8q6P .mbr-text {
  color: #ffffff;
}
.cid-tzgpvo8q6P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzgpvo8q6P .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzgpvo8q6P div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzgpvo8q6P .copyright {
  text-align: right;
}
.cid-tzgpvo8q6P .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzgpvo8q6P H5 {
  color: #ffe161;
}
.cid-tzaIcH4Sy0 {
  z-index: 1000;
  width: 100%;
}
.cid-tzaIcH4Sy0 nav.navbar {
  position: fixed;
}
.cid-tzaIcH4Sy0 .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-tzaIcH4Sy0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzaIcH4Sy0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzaIcH4Sy0 .dropdown-item:hover,
.cid-tzaIcH4Sy0 .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzaIcH4Sy0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzaIcH4Sy0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzaIcH4Sy0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzaIcH4Sy0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzaIcH4Sy0 .nav-link {
  position: relative;
}
.cid-tzaIcH4Sy0 .container {
  display: flex;
  margin: auto;
}
.cid-tzaIcH4Sy0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzaIcH4Sy0 .dropdown-menu,
.cid-tzaIcH4Sy0 .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzaIcH4Sy0 .nav-item:focus,
.cid-tzaIcH4Sy0 .nav-link:focus {
  outline: none;
}
.cid-tzaIcH4Sy0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzaIcH4Sy0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzaIcH4Sy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzaIcH4Sy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzaIcH4Sy0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzaIcH4Sy0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzaIcH4Sy0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzaIcH4Sy0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzaIcH4Sy0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzaIcH4Sy0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzaIcH4Sy0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzaIcH4Sy0 .navbar.collapsed {
  justify-content: center;
}
.cid-tzaIcH4Sy0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzaIcH4Sy0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzaIcH4Sy0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzaIcH4Sy0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzaIcH4Sy0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzaIcH4Sy0 .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-tzaIcH4Sy0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzaIcH4Sy0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzaIcH4Sy0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzaIcH4Sy0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzaIcH4Sy0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzaIcH4Sy0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzaIcH4Sy0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzaIcH4Sy0 .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-tzaIcH4Sy0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzaIcH4Sy0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzaIcH4Sy0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzaIcH4Sy0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzaIcH4Sy0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzaIcH4Sy0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzaIcH4Sy0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzaIcH4Sy0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzaIcH4Sy0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzaIcH4Sy0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzaIcH4Sy0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzaIcH4Sy0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzaIcH4Sy0 .dropdown-item.active,
.cid-tzaIcH4Sy0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzaIcH4Sy0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzaIcH4Sy0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzaIcH4Sy0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzaIcH4Sy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzaIcH4Sy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzaIcH4Sy0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzaIcH4Sy0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzaIcH4Sy0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzaIcH4Sy0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzaIcH4Sy0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzaIcH4Sy0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzaIcH4Sy0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaIcH4Sy0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzaIcH4Sy0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzaIcH4Sy0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaIcH4Sy0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzaIcH4Sy0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzaIcH4Sy0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzaIcH4Sy0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzaIcH4Sy0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzaIcH4Sy0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzaIcH4Sy0 .navbar {
    height: 70px;
  }
  .cid-tzaIcH4Sy0 .navbar.opened {
    height: auto;
  }
  .cid-tzaIcH4Sy0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzaIcHVLVL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzaIcHVLVL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzaIcHVLVL .row {
  flex-direction: row-reverse;
}
.cid-tzaIcHVLVL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzaIcHVLVL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzaIcHVLVL .mbr-section-title {
  color: #11a4ec;
}
.cid-tzaIcIoh9F {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzaIcIoh9F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzaIcIoh9F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzaIcIoh9F .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzaIcIoh9F .panel-body,
.cid-tzaIcIoh9F .card-header {
  padding: 1rem 0;
}
.cid-tzaIcIoh9F .panel-title-edit {
  color: #11a4ec;
}
.cid-tzaIcISMfl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzaIcISMfl .mbr-section-title {
  text-align: center;
}
.cid-tzaIcISMfl .mbr-text,
.cid-tzaIcISMfl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaIcISMfl .mbr-section-title,
  .cid-tzaIcISMfl .mbr-section-btn,
  .cid-tzaIcISMfl .mbr-text {
    text-align: center;
  }
}
.cid-tze2qYlvdL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tze2qYlvdL .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tze2qYlvdL .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tze2qYlvdL .mbr-section-title DIV {
  text-align: right;
}
.cid-tzaIcJeowa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzaIcJeowa .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzaIcJeowa [class^="socicon-"]:before,
.cid-tzaIcJeowa [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzaIcJeowa .mbr-section-title,
.cid-tzaIcJeowa .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzaIcJLXxb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzaIcJLXxb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzaIcJLXxb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzaIcJLXxb .row {
    text-align: center;
  }
  .cid-tzaIcJLXxb .row > div {
    margin: auto;
  }
  .cid-tzaIcJLXxb .social-row {
    justify-content: center;
  }
}
.cid-tzaIcJLXxb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzaIcJLXxb .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzaIcJLXxb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzaIcJLXxb .list {
    margin-bottom: 0rem;
  }
}
.cid-tzaIcJLXxb .mbr-text {
  color: #ffffff;
}
.cid-tzaIcJLXxb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzaIcJLXxb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzaIcJLXxb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzaIcJLXxb .copyright {
  text-align: right;
}
.cid-tzaIcJLXxb .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzaIcJLXxb H5 {
  color: #ffe161;
}
.cid-tzehWLXSJK {
  z-index: 1000;
  width: 100%;
}
.cid-tzehWLXSJK nav.navbar {
  position: fixed;
}
.cid-tzehWLXSJK .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-tzehWLXSJK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzehWLXSJK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzehWLXSJK .dropdown-item:hover,
.cid-tzehWLXSJK .dropdown-item:focus {
  background: #15063f !important;
  color: white !important;
}
.cid-tzehWLXSJK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzehWLXSJK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzehWLXSJK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzehWLXSJK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzehWLXSJK .nav-link {
  position: relative;
}
.cid-tzehWLXSJK .container {
  display: flex;
  margin: auto;
}
.cid-tzehWLXSJK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzehWLXSJK .dropdown-menu,
.cid-tzehWLXSJK .navbar.opened {
  background: #47b5ed !important;
}
.cid-tzehWLXSJK .nav-item:focus,
.cid-tzehWLXSJK .nav-link:focus {
  outline: none;
}
.cid-tzehWLXSJK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzehWLXSJK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzehWLXSJK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzehWLXSJK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzehWLXSJK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzehWLXSJK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzehWLXSJK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #47b5ed;
}
.cid-tzehWLXSJK .navbar.opened {
  transition: all 0.3s;
}
.cid-tzehWLXSJK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzehWLXSJK .navbar .navbar-logo img {
  width: auto;
}
.cid-tzehWLXSJK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzehWLXSJK .navbar.collapsed {
  justify-content: center;
}
.cid-tzehWLXSJK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzehWLXSJK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzehWLXSJK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzehWLXSJK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzehWLXSJK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzehWLXSJK .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-tzehWLXSJK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzehWLXSJK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzehWLXSJK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzehWLXSJK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzehWLXSJK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzehWLXSJK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzehWLXSJK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzehWLXSJK .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-tzehWLXSJK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzehWLXSJK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzehWLXSJK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzehWLXSJK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzehWLXSJK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzehWLXSJK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzehWLXSJK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzehWLXSJK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzehWLXSJK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzehWLXSJK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzehWLXSJK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzehWLXSJK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzehWLXSJK .dropdown-item.active,
.cid-tzehWLXSJK .dropdown-item:active {
  background-color: transparent;
}
.cid-tzehWLXSJK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzehWLXSJK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzehWLXSJK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzehWLXSJK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47b5ed;
}
.cid-tzehWLXSJK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzehWLXSJK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzehWLXSJK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzehWLXSJK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzehWLXSJK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzehWLXSJK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzehWLXSJK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzehWLXSJK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzehWLXSJK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzehWLXSJK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzehWLXSJK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzehWLXSJK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzehWLXSJK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzehWLXSJK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzehWLXSJK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzehWLXSJK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzehWLXSJK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzehWLXSJK .navbar {
    height: 70px;
  }
  .cid-tzehWLXSJK .navbar.opened {
    height: auto;
  }
  .cid-tzehWLXSJK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzehWMTsrs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzehWMTsrs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzehWMTsrs .row {
  flex-direction: row-reverse;
}
.cid-tzehWMTsrs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzehWMTsrs .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzehWMTsrs .mbr-section-title {
  color: #11a4ec;
}
.cid-tzehWNvqGs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tzehWNvqGs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzehWNvqGs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tzehWNvqGs .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #15063f;
}
.cid-tzehWNvqGs .panel-body,
.cid-tzehWNvqGs .card-header {
  padding: 1rem 0;
}
.cid-tzehWNvqGs .panel-title-edit {
  color: #11a4ec;
}
.cid-tzehWO6q6q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzehWO6q6q .mbr-section-title {
  text-align: center;
}
.cid-tzehWO6q6q .mbr-text,
.cid-tzehWO6q6q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzehWO6q6q .mbr-section-title,
  .cid-tzehWO6q6q .mbr-section-btn,
  .cid-tzehWO6q6q .mbr-text {
    text-align: center;
  }
}
.cid-tzehWOulsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzehWOulsg .mbr-section-title {
  text-align: center;
  color: #11a4ec;
}
.cid-tzehWOulsg .mbr-section-subtitle {
  text-align: right;
  color: #15063f;
}
.cid-tzehWOulsg .mbr-section-title DIV {
  text-align: right;
}
.cid-tzehWOS2rF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tzehWOS2rF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tzehWOS2rF [class^="socicon-"]:before,
.cid-tzehWOS2rF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tzehWOS2rF .mbr-section-title,
.cid-tzehWOS2rF .social-list {
  color: #15063f;
  text-align: left;
}
.cid-tzehWPsSk6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #15063f;
}
.cid-tzehWPsSk6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzehWPsSk6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tzehWPsSk6 .row {
    text-align: center;
  }
  .cid-tzehWPsSk6 .row > div {
    margin: auto;
  }
  .cid-tzehWPsSk6 .social-row {
    justify-content: center;
  }
}
.cid-tzehWPsSk6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzehWPsSk6 .list {
  list-style: none;
  padding-left: 0;
  color: #15063f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzehWPsSk6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzehWPsSk6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tzehWPsSk6 .mbr-text {
  color: #ffffff;
}
.cid-tzehWPsSk6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzehWPsSk6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tzehWPsSk6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tzehWPsSk6 .copyright {
  text-align: right;
}
.cid-tzehWPsSk6 .mbr-section-subtitle {
  color: #11a4ec;
  text-align: left;
}
.cid-tzehWPsSk6 H5 {
  color: #ffe161;
}
