body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 9.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.5rem;
}
.display-2 {
  font-family: 'Oswald', 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: 0.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.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: 7.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.44rem;
    font-size: calc( 3.869999999999999rem + (9.2 - 3.869999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.869999999999999rem + (9.2 - 3.869999999999999) * ((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.16rem;
    font-size: calc( 0.72rem + (0.2 - 0.72) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.72rem + (0.2 - 0.72) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #1057de !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1057de !important;
  border-color: #1057de !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: #0a378d !important;
  border-color: #0a378d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a378d !important;
  border-color: #0a378d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #1057de;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a378d !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: #1057de !important;
  border-color: #1057de !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !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: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #1057de !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #000000 !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: #09327f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990000 !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1057de;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1057de;
  border-color: #1057de;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1057de;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0d4fa;
}
.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: #b3b3b3;
}
.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: 0.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.25rem;
}
.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: #1057de !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.25rem;
}
blockquote {
  border-color: #1057de;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1057de;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1057de;
}
.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: #1057de;
  border-bottom-color: #1057de;
}
.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: #1057de !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: #ff0000 !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='%231057de' %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-vgCUPXK3xP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vgCUPXK3xP nav.navbar {
  position: fixed;
}
.cid-vgCUPXK3xP .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-vgCUPXK3xP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgCUPXK3xP .dropdown-item:hover,
.cid-vgCUPXK3xP .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vgCUPXK3xP .dropdown-item:hover span {
  color: white;
}
.cid-vgCUPXK3xP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgCUPXK3xP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgCUPXK3xP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgCUPXK3xP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgCUPXK3xP .nav-link {
  position: relative;
}
.cid-vgCUPXK3xP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgCUPXK3xP .container {
    flex-wrap: nowrap;
  }
}
.cid-vgCUPXK3xP .navbar-caption:hover,
.cid-vgCUPXK3xP .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vgCUPXK3xP .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vgCUPXK3xP .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vgCUPXK3xP .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgCUPXK3xP .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vgCUPXK3xP .dropdown-menu,
.cid-vgCUPXK3xP .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vgCUPXK3xP .nav-item:focus,
.cid-vgCUPXK3xP .nav-link:focus {
  outline: none;
}
.cid-vgCUPXK3xP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgCUPXK3xP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgCUPXK3xP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgCUPXK3xP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgCUPXK3xP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgCUPXK3xP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgCUPXK3xP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vgCUPXK3xP .navbar.opened {
  transition: all 0.3s;
}
.cid-vgCUPXK3xP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgCUPXK3xP .navbar .navbar-logo img {
  width: auto;
}
.cid-vgCUPXK3xP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgCUPXK3xP .navbar.collapsed {
  justify-content: center;
}
.cid-vgCUPXK3xP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgCUPXK3xP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgCUPXK3xP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vgCUPXK3xP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgCUPXK3xP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgCUPXK3xP .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-vgCUPXK3xP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgCUPXK3xP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgCUPXK3xP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgCUPXK3xP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgCUPXK3xP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgCUPXK3xP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgCUPXK3xP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgCUPXK3xP .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-vgCUPXK3xP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgCUPXK3xP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgCUPXK3xP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgCUPXK3xP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgCUPXK3xP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgCUPXK3xP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgCUPXK3xP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgCUPXK3xP .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgCUPXK3xP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vgCUPXK3xP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgCUPXK3xP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgCUPXK3xP .dropdown-item.active,
.cid-vgCUPXK3xP .dropdown-item:active {
  background-color: transparent;
}
.cid-vgCUPXK3xP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgCUPXK3xP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgCUPXK3xP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgCUPXK3xP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vgCUPXK3xP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgCUPXK3xP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgCUPXK3xP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgCUPXK3xP .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vgCUPXK3xP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgCUPXK3xP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgCUPXK3xP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgCUPXK3xP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgCUPXK3xP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgCUPXK3xP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgCUPXK3xP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCUPXK3xP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgCUPXK3xP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgCUPXK3xP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCUPXK3xP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgCUPXK3xP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgCUPXK3xP .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-vgCUPXK3xP .navbar {
    height: 70px;
  }
  .cid-vgCUPXK3xP .navbar.opened {
    height: auto;
  }
  .cid-vgCUPXK3xP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgCUPXK3xP .container-fluid {
  padding: 0 1rem !important;
}
.cid-vgCUPXK3xP .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vgCUPXK3xP .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vgCUPXK3xP .navbar-collapse {
    width: 100%;
  }
  .cid-vgCUPXK3xP .navbar-nav {
    width: 100%;
  }
  .cid-vgCUPXK3xP .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vgD2zCJO1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vgD2zCJO1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgD2zCJO1L .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
.cid-vhgT8BXTnD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhgT8BXTnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhgT8BXTnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhgV6xwJTD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhgV6xwJTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhgV6xwJTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhgV6xwJTD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vhgV6xwJTD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vhgV6xwJTD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1057de;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vjmseZyb7t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vjmseZyb7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjmseZyb7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjmseZyb7t .media-container-row {
  justify-content: space-between;
}
.cid-vjmseZyb7t .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vjmseZyb7t .text-content {
    max-width: none;
  }
}
.cid-vjmseZyb7t .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vjmseZyb7t .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vjmseZyb7t .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vjmseZyb7t .icons {
    justify-content: center !important;
  }
  .cid-vjmseZyb7t .text-content * {
    text-align: center;
  }
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhglghU0Cd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhglghU0Cd nav.navbar {
  position: fixed;
}
.cid-vhglghU0Cd .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-vhglghU0Cd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhglghU0Cd .dropdown-item:hover,
.cid-vhglghU0Cd .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhglghU0Cd .dropdown-item:hover span {
  color: white;
}
.cid-vhglghU0Cd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhglghU0Cd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhglghU0Cd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhglghU0Cd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhglghU0Cd .nav-link {
  position: relative;
}
.cid-vhglghU0Cd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhglghU0Cd .container {
    flex-wrap: nowrap;
  }
}
.cid-vhglghU0Cd .navbar-caption:hover,
.cid-vhglghU0Cd .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhglghU0Cd .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhglghU0Cd .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhglghU0Cd .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhglghU0Cd .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhglghU0Cd .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhglghU0Cd .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhglghU0Cd .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhglghU0Cd .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhglghU0Cd .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhglghU0Cd .dropdown-menu,
.cid-vhglghU0Cd .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhglghU0Cd .nav-item:focus,
.cid-vhglghU0Cd .nav-link:focus {
  outline: none;
}
.cid-vhglghU0Cd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhglghU0Cd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhglghU0Cd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhglghU0Cd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhglghU0Cd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhglghU0Cd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhglghU0Cd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhglghU0Cd .navbar.opened {
  transition: all 0.3s;
}
.cid-vhglghU0Cd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhglghU0Cd .navbar .navbar-logo img {
  width: auto;
}
.cid-vhglghU0Cd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhglghU0Cd .navbar.collapsed {
  justify-content: center;
}
.cid-vhglghU0Cd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhglghU0Cd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhglghU0Cd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhglghU0Cd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhglghU0Cd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhglghU0Cd .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-vhglghU0Cd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhglghU0Cd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhglghU0Cd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhglghU0Cd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhglghU0Cd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhglghU0Cd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhglghU0Cd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhglghU0Cd .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-vhglghU0Cd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhglghU0Cd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhglghU0Cd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhglghU0Cd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhglghU0Cd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhglghU0Cd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhglghU0Cd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhglghU0Cd .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhglghU0Cd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhglghU0Cd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhglghU0Cd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhglghU0Cd .dropdown-item.active,
.cid-vhglghU0Cd .dropdown-item:active {
  background-color: transparent;
}
.cid-vhglghU0Cd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhglghU0Cd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhglghU0Cd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhglghU0Cd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhglghU0Cd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhglghU0Cd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhglghU0Cd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhglghU0Cd .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhglghU0Cd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhglghU0Cd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhglghU0Cd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhglghU0Cd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhglghU0Cd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhglghU0Cd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhglghU0Cd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhglghU0Cd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhglghU0Cd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhglghU0Cd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhglghU0Cd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhglghU0Cd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhglghU0Cd .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-vhglghU0Cd .navbar {
    height: 70px;
  }
  .cid-vhglghU0Cd .navbar.opened {
    height: auto;
  }
  .cid-vhglghU0Cd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhglghU0Cd .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhglghU0Cd .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhglghU0Cd .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhglghU0Cd .navbar-collapse {
    width: 100%;
  }
  .cid-vhglghU0Cd .navbar-nav {
    width: 100%;
  }
  .cid-vhglghU0Cd .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhglgkRLx3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhglgkRLx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhglgkRLx3 .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
.cid-vhglgxdKCo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhgSB904VI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhgSB904VI nav.navbar {
  position: fixed;
}
.cid-vhgSB904VI .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-vhgSB904VI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhgSB904VI .dropdown-item:hover,
.cid-vhgSB904VI .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgSB904VI .dropdown-item:hover span {
  color: white;
}
.cid-vhgSB904VI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhgSB904VI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhgSB904VI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhgSB904VI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhgSB904VI .nav-link {
  position: relative;
}
.cid-vhgSB904VI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhgSB904VI .container {
    flex-wrap: nowrap;
  }
}
.cid-vhgSB904VI .navbar-caption:hover,
.cid-vhgSB904VI .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhgSB904VI .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhgSB904VI .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhgSB904VI .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhgSB904VI .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhgSB904VI .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhgSB904VI .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhgSB904VI .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhgSB904VI .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhgSB904VI .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgSB904VI .dropdown-menu,
.cid-vhgSB904VI .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhgSB904VI .nav-item:focus,
.cid-vhgSB904VI .nav-link:focus {
  outline: none;
}
.cid-vhgSB904VI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhgSB904VI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhgSB904VI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhgSB904VI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhgSB904VI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhgSB904VI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhgSB904VI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhgSB904VI .navbar.opened {
  transition: all 0.3s;
}
.cid-vhgSB904VI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhgSB904VI .navbar .navbar-logo img {
  width: auto;
}
.cid-vhgSB904VI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhgSB904VI .navbar.collapsed {
  justify-content: center;
}
.cid-vhgSB904VI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhgSB904VI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhgSB904VI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhgSB904VI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhgSB904VI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhgSB904VI .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-vhgSB904VI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhgSB904VI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhgSB904VI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhgSB904VI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhgSB904VI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhgSB904VI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhgSB904VI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhgSB904VI .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-vhgSB904VI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhgSB904VI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhgSB904VI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhgSB904VI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhgSB904VI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhgSB904VI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhgSB904VI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhgSB904VI .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhgSB904VI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhgSB904VI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhgSB904VI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhgSB904VI .dropdown-item.active,
.cid-vhgSB904VI .dropdown-item:active {
  background-color: transparent;
}
.cid-vhgSB904VI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhgSB904VI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhgSB904VI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhgSB904VI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhgSB904VI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhgSB904VI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhgSB904VI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhgSB904VI .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhgSB904VI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhgSB904VI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhgSB904VI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhgSB904VI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgSB904VI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgSB904VI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhgSB904VI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgSB904VI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhgSB904VI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhgSB904VI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgSB904VI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhgSB904VI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhgSB904VI .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-vhgSB904VI .navbar {
    height: 70px;
  }
  .cid-vhgSB904VI .navbar.opened {
    height: auto;
  }
  .cid-vhgSB904VI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhgSB904VI .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhgSB904VI .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhgSB904VI .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhgSB904VI .navbar-collapse {
    width: 100%;
  }
  .cid-vhgSB904VI .navbar-nav {
    width: 100%;
  }
  .cid-vhgSB904VI .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhgSB9XF6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhgSB9XF6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhgSB9XF6J .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-e p {
  font-size: 60px;
  color: #777;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhgVC7hRQ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhgVC7hRQ2 nav.navbar {
  position: fixed;
}
.cid-vhgVC7hRQ2 .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-vhgVC7hRQ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhgVC7hRQ2 .dropdown-item:hover,
.cid-vhgVC7hRQ2 .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgVC7hRQ2 .dropdown-item:hover span {
  color: white;
}
.cid-vhgVC7hRQ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhgVC7hRQ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhgVC7hRQ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhgVC7hRQ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhgVC7hRQ2 .nav-link {
  position: relative;
}
.cid-vhgVC7hRQ2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhgVC7hRQ2 .container {
    flex-wrap: nowrap;
  }
}
.cid-vhgVC7hRQ2 .navbar-caption:hover,
.cid-vhgVC7hRQ2 .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhgVC7hRQ2 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhgVC7hRQ2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhgVC7hRQ2 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgVC7hRQ2 .dropdown-menu,
.cid-vhgVC7hRQ2 .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhgVC7hRQ2 .nav-item:focus,
.cid-vhgVC7hRQ2 .nav-link:focus {
  outline: none;
}
.cid-vhgVC7hRQ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhgVC7hRQ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhgVC7hRQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhgVC7hRQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhgVC7hRQ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhgVC7hRQ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhgVC7hRQ2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhgVC7hRQ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhgVC7hRQ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhgVC7hRQ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhgVC7hRQ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhgVC7hRQ2 .navbar.collapsed {
  justify-content: center;
}
.cid-vhgVC7hRQ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhgVC7hRQ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhgVC7hRQ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhgVC7hRQ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhgVC7hRQ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhgVC7hRQ2 .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-vhgVC7hRQ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhgVC7hRQ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhgVC7hRQ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhgVC7hRQ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhgVC7hRQ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhgVC7hRQ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhgVC7hRQ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhgVC7hRQ2 .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-vhgVC7hRQ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhgVC7hRQ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhgVC7hRQ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhgVC7hRQ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhgVC7hRQ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhgVC7hRQ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhgVC7hRQ2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhgVC7hRQ2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhgVC7hRQ2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhgVC7hRQ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhgVC7hRQ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhgVC7hRQ2 .dropdown-item.active,
.cid-vhgVC7hRQ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhgVC7hRQ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhgVC7hRQ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhgVC7hRQ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhgVC7hRQ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhgVC7hRQ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhgVC7hRQ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhgVC7hRQ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhgVC7hRQ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhgVC7hRQ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhgVC7hRQ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhgVC7hRQ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhgVC7hRQ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgVC7hRQ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgVC7hRQ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhgVC7hRQ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgVC7hRQ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhgVC7hRQ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhgVC7hRQ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgVC7hRQ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhgVC7hRQ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhgVC7hRQ2 .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-vhgVC7hRQ2 .navbar {
    height: 70px;
  }
  .cid-vhgVC7hRQ2 .navbar.opened {
    height: auto;
  }
  .cid-vhgVC7hRQ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhgVC7hRQ2 .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhgVC7hRQ2 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhgVC7hRQ2 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhgVC7hRQ2 .navbar-collapse {
    width: 100%;
  }
  .cid-vhgVC7hRQ2 .navbar-nav {
    width: 100%;
  }
  .cid-vhgVC7hRQ2 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhgVC8HyiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhgVC8HyiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhgVC8HyiL .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
#custom-html-l {
  /* Type valid CSS here */
}
#custom-html-l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  justify-content: center;
}
#custom-html-l p {
  font-size: 60px;
  color: #777;
}
#custom-html-l iframe {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhgYBCkTy6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhgYBCkTy6 nav.navbar {
  position: fixed;
}
.cid-vhgYBCkTy6 .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-vhgYBCkTy6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhgYBCkTy6 .dropdown-item:hover,
.cid-vhgYBCkTy6 .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgYBCkTy6 .dropdown-item:hover span {
  color: white;
}
.cid-vhgYBCkTy6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhgYBCkTy6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhgYBCkTy6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhgYBCkTy6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhgYBCkTy6 .nav-link {
  position: relative;
}
.cid-vhgYBCkTy6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhgYBCkTy6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vhgYBCkTy6 .navbar-caption:hover,
.cid-vhgYBCkTy6 .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhgYBCkTy6 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhgYBCkTy6 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhgYBCkTy6 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhgYBCkTy6 .dropdown-menu,
.cid-vhgYBCkTy6 .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhgYBCkTy6 .nav-item:focus,
.cid-vhgYBCkTy6 .nav-link:focus {
  outline: none;
}
.cid-vhgYBCkTy6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhgYBCkTy6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhgYBCkTy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhgYBCkTy6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhgYBCkTy6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhgYBCkTy6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhgYBCkTy6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhgYBCkTy6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhgYBCkTy6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhgYBCkTy6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhgYBCkTy6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhgYBCkTy6 .navbar.collapsed {
  justify-content: center;
}
.cid-vhgYBCkTy6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhgYBCkTy6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhgYBCkTy6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhgYBCkTy6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhgYBCkTy6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhgYBCkTy6 .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-vhgYBCkTy6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhgYBCkTy6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhgYBCkTy6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhgYBCkTy6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhgYBCkTy6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhgYBCkTy6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhgYBCkTy6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhgYBCkTy6 .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-vhgYBCkTy6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhgYBCkTy6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhgYBCkTy6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhgYBCkTy6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhgYBCkTy6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhgYBCkTy6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhgYBCkTy6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhgYBCkTy6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhgYBCkTy6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhgYBCkTy6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhgYBCkTy6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhgYBCkTy6 .dropdown-item.active,
.cid-vhgYBCkTy6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhgYBCkTy6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhgYBCkTy6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhgYBCkTy6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhgYBCkTy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhgYBCkTy6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhgYBCkTy6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhgYBCkTy6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhgYBCkTy6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhgYBCkTy6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhgYBCkTy6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhgYBCkTy6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhgYBCkTy6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgYBCkTy6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhgYBCkTy6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhgYBCkTy6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgYBCkTy6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhgYBCkTy6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhgYBCkTy6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhgYBCkTy6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhgYBCkTy6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhgYBCkTy6 .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-vhgYBCkTy6 .navbar {
    height: 70px;
  }
  .cid-vhgYBCkTy6 .navbar.opened {
    height: auto;
  }
  .cid-vhgYBCkTy6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhgYBCkTy6 .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhgYBCkTy6 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhgYBCkTy6 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhgYBCkTy6 .navbar-collapse {
    width: 100%;
  }
  .cid-vhgYBCkTy6 .navbar-nav {
    width: 100%;
  }
  .cid-vhgYBCkTy6 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhgYBDugmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhgYBDugmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhgYBDugmr .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
.cid-vhgZqY4ghM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhgZqY4ghM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vhgZqY4ghM .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-vhgZqY4ghM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-vhgZqY4ghM .mbr-section-title {
  text-align: center;
}
.cid-vhgZqY4ghM .mbr-text UL {
  text-align: center;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhh3p9dDFq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhh3p9dDFq nav.navbar {
  position: fixed;
}
.cid-vhh3p9dDFq .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-vhh3p9dDFq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhh3p9dDFq .dropdown-item:hover,
.cid-vhh3p9dDFq .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhh3p9dDFq .dropdown-item:hover span {
  color: white;
}
.cid-vhh3p9dDFq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhh3p9dDFq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhh3p9dDFq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhh3p9dDFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhh3p9dDFq .nav-link {
  position: relative;
}
.cid-vhh3p9dDFq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhh3p9dDFq .container {
    flex-wrap: nowrap;
  }
}
.cid-vhh3p9dDFq .navbar-caption:hover,
.cid-vhh3p9dDFq .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhh3p9dDFq .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhh3p9dDFq .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhh3p9dDFq .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhh3p9dDFq .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhh3p9dDFq .dropdown-menu,
.cid-vhh3p9dDFq .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhh3p9dDFq .nav-item:focus,
.cid-vhh3p9dDFq .nav-link:focus {
  outline: none;
}
.cid-vhh3p9dDFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhh3p9dDFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhh3p9dDFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhh3p9dDFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhh3p9dDFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhh3p9dDFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhh3p9dDFq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhh3p9dDFq .navbar.opened {
  transition: all 0.3s;
}
.cid-vhh3p9dDFq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhh3p9dDFq .navbar .navbar-logo img {
  width: auto;
}
.cid-vhh3p9dDFq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhh3p9dDFq .navbar.collapsed {
  justify-content: center;
}
.cid-vhh3p9dDFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhh3p9dDFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhh3p9dDFq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhh3p9dDFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhh3p9dDFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhh3p9dDFq .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-vhh3p9dDFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhh3p9dDFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhh3p9dDFq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhh3p9dDFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhh3p9dDFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhh3p9dDFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhh3p9dDFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhh3p9dDFq .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-vhh3p9dDFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhh3p9dDFq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhh3p9dDFq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhh3p9dDFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhh3p9dDFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhh3p9dDFq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhh3p9dDFq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhh3p9dDFq .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhh3p9dDFq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhh3p9dDFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhh3p9dDFq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhh3p9dDFq .dropdown-item.active,
.cid-vhh3p9dDFq .dropdown-item:active {
  background-color: transparent;
}
.cid-vhh3p9dDFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhh3p9dDFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhh3p9dDFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhh3p9dDFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhh3p9dDFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhh3p9dDFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhh3p9dDFq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhh3p9dDFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhh3p9dDFq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhh3p9dDFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhh3p9dDFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhh3p9dDFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhh3p9dDFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhh3p9dDFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhh3p9dDFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhh3p9dDFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhh3p9dDFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhh3p9dDFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhh3p9dDFq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhh3p9dDFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhh3p9dDFq .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-vhh3p9dDFq .navbar {
    height: 70px;
  }
  .cid-vhh3p9dDFq .navbar.opened {
    height: auto;
  }
  .cid-vhh3p9dDFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhh3p9dDFq .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhh3p9dDFq .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhh3p9dDFq .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhh3p9dDFq .navbar-collapse {
    width: 100%;
  }
  .cid-vhh3p9dDFq .navbar-nav {
    width: 100%;
  }
  .cid-vhh3p9dDFq .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhh3pasDVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhh3pasDVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhh3pasDVE .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
.cid-vhh3yvffwa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhh3yvffwa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-10 {
  /* Type valid CSS here */
}
.cid-vjmI8FPqLG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjmI8FPqLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjmI8FPqLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjmI8FPqLG .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vjmI8FPqLG .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#custom-html-11 {
  /* Type valid CSS here */
}
.cid-vjp0l6Oggg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjp0l6Oggg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjp0l6Oggg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjp0l6Oggg .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vjp0l6Oggg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhh3RKL2jI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vhh3RKL2jI nav.navbar {
  position: fixed;
}
.cid-vhh3RKL2jI .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-vhh3RKL2jI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhh3RKL2jI .dropdown-item:hover,
.cid-vhh3RKL2jI .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhh3RKL2jI .dropdown-item:hover span {
  color: white;
}
.cid-vhh3RKL2jI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhh3RKL2jI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhh3RKL2jI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhh3RKL2jI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhh3RKL2jI .nav-link {
  position: relative;
}
.cid-vhh3RKL2jI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhh3RKL2jI .container {
    flex-wrap: nowrap;
  }
}
.cid-vhh3RKL2jI .navbar-caption:hover,
.cid-vhh3RKL2jI .navbar-caption:focus {
  color: #1057de !important;
}
.cid-vhh3RKL2jI .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-vhh3RKL2jI .navbar-nav .nav-item {
  color: #24262b;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item:hover {
  color: #1057de;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item a:hover {
  color: #1057de !important;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-vhh3RKL2jI .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhh3RKL2jI .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #1057de !important;
}
.cid-vhh3RKL2jI .dropdown-menu,
.cid-vhh3RKL2jI .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-vhh3RKL2jI .nav-item:focus,
.cid-vhh3RKL2jI .nav-link:focus {
  outline: none;
}
.cid-vhh3RKL2jI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhh3RKL2jI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhh3RKL2jI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhh3RKL2jI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhh3RKL2jI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhh3RKL2jI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhh3RKL2jI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
  padding: 0 !important;
}
.cid-vhh3RKL2jI .navbar.opened {
  transition: all 0.3s;
}
.cid-vhh3RKL2jI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhh3RKL2jI .navbar .navbar-logo img {
  width: auto;
}
.cid-vhh3RKL2jI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhh3RKL2jI .navbar.collapsed {
  justify-content: center;
}
.cid-vhh3RKL2jI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhh3RKL2jI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhh3RKL2jI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vhh3RKL2jI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhh3RKL2jI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhh3RKL2jI .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-vhh3RKL2jI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhh3RKL2jI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhh3RKL2jI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhh3RKL2jI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhh3RKL2jI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhh3RKL2jI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhh3RKL2jI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhh3RKL2jI .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-vhh3RKL2jI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhh3RKL2jI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhh3RKL2jI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhh3RKL2jI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhh3RKL2jI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhh3RKL2jI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhh3RKL2jI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhh3RKL2jI .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhh3RKL2jI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-vhh3RKL2jI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhh3RKL2jI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhh3RKL2jI .dropdown-item.active,
.cid-vhh3RKL2jI .dropdown-item:active {
  background-color: transparent;
}
.cid-vhh3RKL2jI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhh3RKL2jI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhh3RKL2jI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhh3RKL2jI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-vhh3RKL2jI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhh3RKL2jI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhh3RKL2jI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhh3RKL2jI .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-vhh3RKL2jI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhh3RKL2jI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhh3RKL2jI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhh3RKL2jI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhh3RKL2jI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhh3RKL2jI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhh3RKL2jI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhh3RKL2jI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhh3RKL2jI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhh3RKL2jI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhh3RKL2jI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhh3RKL2jI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhh3RKL2jI .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-vhh3RKL2jI .navbar {
    height: 70px;
  }
  .cid-vhh3RKL2jI .navbar.opened {
    height: auto;
  }
  .cid-vhh3RKL2jI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhh3RKL2jI .container-fluid {
  padding: 0 1rem !important;
}
.cid-vhh3RKL2jI .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-vhh3RKL2jI .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-vhh3RKL2jI .navbar-collapse {
    width: 100%;
  }
  .cid-vhh3RKL2jI .navbar-nav {
    width: 100%;
  }
  .cid-vhh3RKL2jI .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-vhh3RMcIv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-nzym5mnzym5mnzym-1122x923.png");
}
.cid-vhh3RMcIv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhh3RMcIv8 .mbr-fallback-image {
  display: block;
  background-position: center;
  max-width: 5%;
  height: auto;
  position: center;
  top: 0;
}
.cid-vhh4j0hMog {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhh4j0hMog .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhh4j0hMog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjmxZZpa80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjmxZZpa80 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjmxZZpa80 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjmxZZpa80 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vjmxZZpa80 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjmxZZpa80 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjmxZZpa80 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjmxZZpa80 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
