.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.emoji-warning {
  content: "\026A0";
  font-size: 3rem;
  font-weight: normal;
  color: red;
}
.display-1 {
  font-family: 'Big Shoulders Display', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2, .display-3, .display-4, .display-5, .display-6, .display-7 {
  font-family: 'Roboto', sans-serif;
}
.display-2 {
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-3 {
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-3 > .mbr-iconfont {
  font-size: 2.1rem;
}
.display-4 {
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #58a1d6 !important;
}
.bg-success {
  background-color: #cccccc !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #58a1d6 !important;
  border-color: #58a1d6 !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: #0c779a !important;
  border-color: #0c779a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c779a !important;
  border-color: #0c779a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #58a1d6 !important;
  border-color: #58a1d6 !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: #0c779a !important;
  border-color: #0c779a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c779a !important;
  border-color: #0c779a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !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: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4d4d4d !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !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: #5c6e73 !important;
  border-color: #5c6e73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #84774a !important;
  border-color: #84774a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !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: #58a1d6;
  color: #58a1d6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c779a !important;
  background-color: transparent!important;
  border-color: #0c779a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #58a1d6 !important;
  border-color: #58a1d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #58a1d6;
  color: #58a1d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0c779a !important;
  background-color: transparent!important;
  border-color: #0c779a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #58a1d6 !important;
  border-color: #58a1d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a1a1a1 !important;
  background-color: transparent!important;
  border-color: #a1a1a1 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c6e73 !important;
  background-color: transparent!important;
  border-color: #5c6e73 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84774a !important;
  background-color: transparent!important;
  border-color: #84774a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #58a1d6 !important;
}
.text-secondary {
  color: #58a1d6 !important;
}
.text-success {
  color: #cccccc !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b6c8c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b6c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #999999 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !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: #58a1d6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #58a1d6;
  border-color: #58a1d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #58a1d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cef0fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #58a1d6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #58a1d6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #58a1d6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #58a1d6;
}
.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: #58a1d6;
  border-bottom-color: #58a1d6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #58a1d6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #58a1d6 !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='%2313b5ea' %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-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #58a1d6 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #ffffff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .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: #ffffff;
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  padding-top: 12rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/2023-02-10 NTS RR 7063_1920.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFHoAfPmXB .mbr-section-title {
  color: #ffffff;
}
.cid-sFHoAfPmXB .mbr-text,
.cid-sFHoAfPmXB .mbr-section-btn {
  color: #ffffff;
}
.cid-sFHujWGouW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #58a1d6;
}
.cid-sFHujWGouW .mbr-media {
  position: relative;
}
.cid-sFHujWGouW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHujWGouW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFHujWGouW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sFHujWGouW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFHujWGouW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFHujWGouW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFHujWGouW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFHujWGouW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFHujWGouW .mbr-section-title {
  color: #ffffff;
}
.cid-tnFEyUNewl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tnFEyUNewl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnFEyUNewl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tnFEyUNewl .row {
    flex-direction: column-reverse;
  }
  .cid-tnFEyUNewl .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tnFEyUNewl .google-map {
  height: 100%;
  position: relative;
}
.cid-tnFEyUNewl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnFEyUNewl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnFEyUNewl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnFEyUNewl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnFEyUNewl .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tnFEyUNewl .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #c7eefa;
}
.cid-tnFEyUNewl .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tnFEyUNewl .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnFEyUNewl .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tnFEyUNewl .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #58a1d6;
}
.cid-toJ30Jy4Jp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-toJ30Jy4Jp img,
.cid-toJ30Jy4Jp .item-img {
  width: 100%;
}
.cid-toJ30Jy4Jp .item:focus,
.cid-toJ30Jy4Jp span:focus {
  outline: none;
}
.cid-toJ30Jy4Jp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toJ30Jy4Jp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #b1a374;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toJ30Jy4Jp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toJ30Jy4Jp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toJ30Jy4Jp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toJ30Jy4Jp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toJ30Jy4Jp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toJ30Jy4Jp .mbr-section-title {
  color: #232323;
}
.cid-toJ30Jy4Jp .mbr-text,
.cid-toJ30Jy4Jp .mbr-section-btn {
  text-align: left;
}
.cid-toJ30Jy4Jp .item-title {
  text-align: left;
}
.cid-toJ30Jy4Jp .item-subtitle {
  text-align: left;
}
.cid-sFHtEv8xMy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #58a1d6;
}
.cid-sFHtEv8xMy .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sFHtEv8xMy .number {
  color: #ffffff;
  white-space: nowrap;
}
.cid-sFHtEv8xMy .period {
  display: block;
}
.cid-sFHtEv8xMy .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sFHtEv8xMy .period {
    font-size: 0.8rem;
  }
}
.cid-sFHtEv8xMy .btn {
  height: 100%;
  margin: 0;
}
.cid-sFHtEv8xMy .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sFHtEv8xMy H3 {
  color: #ffffff;
}
.cid-tnFC7MMdyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tnFC7MMdyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnFC7MMdyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnFC7MMdyj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tnFC7MMdyj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tnFC7MMdyj .row {
    text-align: center;
  }
  .cid-tnFC7MMdyj .row > div {
    margin: auto;
  }
  .cid-tnFC7MMdyj .social-row {
    justify-content: center;
  }
}
.cid-tnFC7MMdyj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnFC7MMdyj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tnFC7MMdyj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnFC7MMdyj .list {
    margin-bottom: 0rem;
  }
}
.cid-tnFC7MMdyj .mbr-text {
  color: #bbbbbb;
}
.cid-tnFC7MMdyj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tnFC7MMdyj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tnFC7MMdyj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toO7Prha8A .navbar-dropdown {
  position: relative !important;
}
.cid-toO7Prha8A .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-toO7Prha8A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toO7Prha8A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toO7Prha8A .dropdown-item:hover,
.cid-toO7Prha8A .dropdown-item:focus {
  background: #58a1d6 !important;
  color: white !important;
}
.cid-toO7Prha8A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toO7Prha8A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toO7Prha8A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toO7Prha8A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toO7Prha8A .nav-link {
  position: relative;
}
.cid-toO7Prha8A .container {
  display: flex;
  margin: auto;
}
.cid-toO7Prha8A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toO7Prha8A .dropdown-menu,
.cid-toO7Prha8A .navbar.opened {
  background: #ffffff !important;
}
.cid-toO7Prha8A .nav-item:focus,
.cid-toO7Prha8A .nav-link:focus {
  outline: none;
}
.cid-toO7Prha8A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toO7Prha8A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toO7Prha8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toO7Prha8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toO7Prha8A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toO7Prha8A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toO7Prha8A .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: #ffffff;
}
.cid-toO7Prha8A .navbar.opened {
  transition: all 0.3s;
}
.cid-toO7Prha8A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toO7Prha8A .navbar .navbar-logo img {
  width: auto;
}
.cid-toO7Prha8A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toO7Prha8A .navbar.collapsed {
  justify-content: center;
}
.cid-toO7Prha8A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toO7Prha8A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toO7Prha8A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toO7Prha8A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toO7Prha8A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toO7Prha8A .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-toO7Prha8A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toO7Prha8A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toO7Prha8A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toO7Prha8A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toO7Prha8A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toO7Prha8A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toO7Prha8A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toO7Prha8A .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-toO7Prha8A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toO7Prha8A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toO7Prha8A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toO7Prha8A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toO7Prha8A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toO7Prha8A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toO7Prha8A .navbar.navbar-short {
  min-height: 60px;
}
.cid-toO7Prha8A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toO7Prha8A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toO7Prha8A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toO7Prha8A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toO7Prha8A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toO7Prha8A .dropdown-item.active,
.cid-toO7Prha8A .dropdown-item:active {
  background-color: transparent;
}
.cid-toO7Prha8A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toO7Prha8A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toO7Prha8A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toO7Prha8A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toO7Prha8A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toO7Prha8A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toO7Prha8A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toO7Prha8A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toO7Prha8A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toO7Prha8A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toO7Prha8A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toO7Prha8A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toO7Prha8A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toO7Prha8A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toO7Prha8A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toO7Prha8A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toO7Prha8A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toO7Prha8A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toO7Prha8A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-toO7Prha8A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toO7Prha8A .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-toO7Prha8A .navbar {
    height: 70px;
  }
  .cid-toO7Prha8A .navbar.opened {
    height: auto;
  }
  .cid-toO7Prha8A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toO8xL6sML {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/200207-dg-9585-1920x1280.jpg");
}
.cid-toO8xL6sML .mbr-fallback-image.disabled {
  display: none;
}
.cid-toO8xL6sML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toO8xL6sML .mbr-section-title {
  color: #ffffff;
}
.cid-toO8AaBteK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toO7PuUfzG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-toO7PuUfzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-toO7PuUfzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toO7PuUfzG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toO7PuUfzG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toO7PuUfzG .row {
    text-align: center;
  }
  .cid-toO7PuUfzG .row > div {
    margin: auto;
  }
  .cid-toO7PuUfzG .social-row {
    justify-content: center;
  }
}
.cid-toO7PuUfzG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toO7PuUfzG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-toO7PuUfzG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toO7PuUfzG .list {
    margin-bottom: 0rem;
  }
}
.cid-toO7PuUfzG .mbr-text {
  color: #bbbbbb;
}
.cid-toO7PuUfzG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toO7PuUfzG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toO7PuUfzG div > *:last-child {
    margin-top: 0 !important;
  }
}

.topalert-content {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 10px 10% 10px;
  position: absolute;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  width: 80%;
  border-top: 10px solid #fc9700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.topalert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.topalert h4 {
    margin-top: 0;
    color: inherit;
}

.topalert .topalert-link {
    font-weight: bold;
}

.topalert>p,.topalert>ul {
    margin-bottom: 0;
}

.topalert>p+p {
    margin-top: 5px;
}

.topalert-dismissable {
    padding-right: 35px;
}

.topalert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.topalert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.topalert-success hr {
    border-top-color: #c9e2b3;
}

.topalert-success .topalert-link {
    color: #2b542c;
}

.topalert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.topalert-info hr {
    border-top-color: #a6e1ec;
}

.topalert-info .topalert-link {
    color: #245269;
}

.topalert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.topalert-warning hr {
    border-top-color: #f7e1b5;
}

.topalert-warning .topalert-link {
    color: #66512c;
}

.topalert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.topalert-danger hr {
    border-top-color: #e4b9c0;
}

.topalert-danger .topalert-link {
    color: #843534;
}

.topalert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    
}

.topalert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.topalert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.topalert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.topalert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.topalert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.topalert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 5.5rem;
    position: relative;
}

.topalert-white .icon {
    text-align: center;
    width: 4rem;
    height: 102%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.topalert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.topalert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.topalert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.topalert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.topalert-white.topalert-danger .icon,.topalert-white.topalert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.topalert-white.topalert-info .icon,.topalert-white.topalert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.topalert-white.topalert-warning .icon,.topalert-white.topalert-warning .icon:after {
    border-color: #fc9700;
    background: #fc9700;
}

.topalert-white.topalert-success .icon,.topalert-white.topalert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}