.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- 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: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !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: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !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: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !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: #47b5ed !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: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #000000 !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: #145862 !important;
  border-color: #2299aa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #2299aa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !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: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !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: #ff9966 !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: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !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: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black: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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !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: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  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: #2299aa;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  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: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !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: #ff6666 !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='%23ff2b09' %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 0s;
}
.cid-u7zo5M3qPY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7zo5M3qPY nav.navbar {
  position: fixed;
}
.cid-u7zo5M3qPY .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-u7zo5M3qPY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u7zo5M3qPY .dropdown-item:hover,
.cid-u7zo5M3qPY .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u7zo5M3qPY .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u7zo5M3qPY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7zo5M3qPY .nav-link {
  position: relative;
  padding: 0;
}
.cid-u7zo5M3qPY .container {
  display: flex;
  margin: auto;
}
.cid-u7zo5M3qPY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7zo5M3qPY .dropdown-menu,
.cid-u7zo5M3qPY .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zo5M3qPY .nav-item:focus,
.cid-u7zo5M3qPY .nav-link:focus {
  outline: none;
}
.cid-u7zo5M3qPY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7zo5M3qPY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zo5M3qPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zo5M3qPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zo5M3qPY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zo5M3qPY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zo5M3qPY .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-u7zo5M3qPY .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zo5M3qPY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7zo5M3qPY .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zo5M3qPY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7zo5M3qPY .navbar.collapsed {
  justify-content: center;
}
.cid-u7zo5M3qPY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zo5M3qPY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7zo5M3qPY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zo5M3qPY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zo5M3qPY .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-u7zo5M3qPY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zo5M3qPY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7zo5M3qPY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7zo5M3qPY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7zo5M3qPY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zo5M3qPY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zo5M3qPY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zo5M3qPY .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-u7zo5M3qPY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zo5M3qPY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7zo5M3qPY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7zo5M3qPY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zo5M3qPY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zo5M3qPY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7zo5M3qPY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7zo5M3qPY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zo5M3qPY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zo5M3qPY .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-u7zo5M3qPY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zo5M3qPY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zo5M3qPY .dropdown-item.active,
.cid-u7zo5M3qPY .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zo5M3qPY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zo5M3qPY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7zo5M3qPY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7zo5M3qPY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zo5M3qPY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zo5M3qPY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7zo5M3qPY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zo5M3qPY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zo5M3qPY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zo5M3qPY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7zo5M3qPY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zo5M3qPY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zo5M3qPY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zo5M3qPY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zo5M3qPY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zo5M3qPY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zo5M3qPY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zo5M3qPY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zo5M3qPY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zo5M3qPY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7zo5M3qPY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zo5M3qPY .navbar {
    height: 70px;
  }
  .cid-u7zo5M3qPY .navbar.opened {
    height: auto;
  }
  .cid-u7zo5M3qPY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7zo5M3qPY .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u7zo5M3qPY .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u7zo5M3qPY a {
  display: inline;
  font-weight: bold;
}
.cid-u7zo5M3qPY img {
  display: inline;
  padding-right: 10px;
}
.cid-u7zo5M3qPY .text-black:hover {
  color: #000000 !important;
}
.cid-u7zo5M3qPY .dropdown-toggle:after {
  display: none;
}
.cid-u7zo5M3qPY .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u7zo5M3qPY .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u7zo5M3qPY a.text-black:hover,
.cid-u7zo5M3qPY a.text-black:focus,
.cid-u7zo5M3qPY a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u7zo5M3qPY .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sv2BSB8scu {
  background-image: url("../../../assets/images/massoterapista-df-1920x1280.jpg");
}
.cid-sv2BSB8scu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2BSB8scu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sv2BSB8scu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-sv2BSB8scu .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-u7zACtH9CH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7zACtH9CH .left-side {
  text-align: left;
}
.cid-u7zACtH9CH .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-u7zACtH9CH .item-wrapper {
    padding-top: 20px;
  }
}
.cid-u7zACtH9CH .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-u7zACtH9CH .mbr-section-title {
  color: #000000;
}
.cid-u7zACtH9CH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7zACtH9CH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7zACtH9CH img,
.cid-u7zACtH9CH .item-img {
  width: 100%;
  height: auto;
}
.cid-u7zACtH9CH .mbr-text {
  padding-top: 10px;
}
.cid-u7zvBDYTsz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7zvBDYTsz .left-side {
  text-align: left;
}
.cid-u7zvBDYTsz .row {
  align-items: center;
}
.cid-u7zvBDYTsz .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7zvBDYTsz .row {
  flex-direction: row-reverse;
}
.cid-u7zvBDYTsz .right-side {
  padding-right: 0rem;
  padding-left: 5rem;
}
.cid-u7zvBDYTsz .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7zvBDYTsz .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7zvBDYTsz .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7zvBDYTsz img,
.cid-u7zvBDYTsz .item-img {
  margin: auto;
  width: auto;
}
.cid-u7zvBDYTsz .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7zvBDYTsz .lin:hover {
  color: #ff2b09;
}
.cid-u7zvBDYTsz .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7zvBDYTsz .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7zvBDYTsz .right-side {
    padding: 15px;
  }
}
.cid-u7zvBDYTsz P {
  text-align: left;
}
.cid-u7zvBDYTsz .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7zvBDYTsz a {
  font-weight: bold;
}
.cid-u7zvBDYTsz .mbr-text {
  padding-top: 10px;
}
.cid-u7zvBDYTsz .right-side {
  padding-right: 5rem;
}
.cid-u7zvBDYTsz .text-primary {
  color: #000000 !important;
}
.cid-u7zvBDYTsz .mbr-text,
.cid-u7zvBDYTsz .align {
  text-align: left;
}
.cid-u8Yzju7H1B {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8Yzju7H1B .left-side {
  text-align: left;
}
.cid-u8Yzju7H1B .row {
  align-items: center;
}
.cid-u8Yzju7H1B .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u8Yzju7H1B .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u8Yzju7H1B .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u8Yzju7H1B .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u8Yzju7H1B img,
.cid-u8Yzju7H1B .item-img {
  margin: auto;
  width: auto;
}
.cid-u8Yzju7H1B .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u8Yzju7H1B .lin:hover {
  color: #ff2b09;
}
.cid-u8Yzju7H1B .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u8Yzju7H1B .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u8Yzju7H1B .right-side {
    padding: 15px;
  }
}
.cid-u8Yzju7H1B P {
  text-align: left;
}
.cid-u8Yzju7H1B .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u8Yzju7H1B a {
  font-weight: bold;
}
.cid-u8Yzju7H1B .mbr-text {
  padding-top: 10px;
}
.cid-u8Yzju7H1B .right-side {
  padding-right: 5rem;
}
.cid-u8Yzju7H1B .text-primary {
  color: #000000 !important;
}
.cid-sv2C1i7xee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sv2C1i7xee .container {
    max-width: 1400px;
  }
}
.cid-sv2C1i7xee .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-sv2C1i7xee .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sv2C1i7xee .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sv2C1i7xee .row {
  justify-content: center;
}
.cid-sv2C1i7xee img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sv2C1i7xee .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-sv2C59k3F0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2C59k3F0 img {
  border-radius: 0px;
}
.cid-sv2C59k3F0 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sv2C59k3F0 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sv2C59k3F0 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sv2C59k3F0 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sv2C59k3F0 img {
    padding-top: 1rem;
  }
}
.cid-u7zQotnd21 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7zQotnd21 .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u7zQotnd21 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u7zQotnd21 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u7zQotnd21 .row {
  justify-content: center;
}
.cid-u7zQotnd21 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u7zQotnd21 .item {
    padding-bottom: 25px;
  }
}
.cid-sv2Ca8W2xp .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sv2Ca8W2xp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sv2Ca8W2xp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sv2Ca8W2xp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sv2Ca8W2xp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sv2CdcIkMQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sv2CdcIkMQ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-sv2CdcIkMQ a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sv2CdcIkMQ a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-sv2CdcIkMQ .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-sv2CdcIkMQ .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-sv2CdcIkMQ .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-sv2CdcIkMQ .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-sv2CdcIkMQ .long-distance {
    margin-top: 50px;
  }
}
.cid-sv2CdcIkMQ .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-sv2CdcIkMQ .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-sv2CdcIkMQ .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sv2CdcIkMQ .text-primary {
  color: #000000 !important;
}
.cid-sv2CdcIkMQ .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-sv2CdcIkMQ img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2CdcIkMQ img {
    padding-right: 50px;
  }
}
.cid-u7FKR3iYVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7FKR3iYVR nav.navbar {
  position: fixed;
}
.cid-u7FKR3iYVR .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-u7FKR3iYVR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u7FKR3iYVR .dropdown-item:hover,
.cid-u7FKR3iYVR .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u7FKR3iYVR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u7FKR3iYVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7FKR3iYVR .nav-link {
  position: relative;
  padding: 0;
}
.cid-u7FKR3iYVR .container {
  display: flex;
  margin: auto;
}
.cid-u7FKR3iYVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7FKR3iYVR .dropdown-menu,
.cid-u7FKR3iYVR .navbar.opened {
  background: #ffffff !important;
}
.cid-u7FKR3iYVR .nav-item:focus,
.cid-u7FKR3iYVR .nav-link:focus {
  outline: none;
}
.cid-u7FKR3iYVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7FKR3iYVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7FKR3iYVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7FKR3iYVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7FKR3iYVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7FKR3iYVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7FKR3iYVR .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-u7FKR3iYVR .navbar.opened {
  transition: all 0.3s;
}
.cid-u7FKR3iYVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7FKR3iYVR .navbar .navbar-logo img {
  width: auto;
}
.cid-u7FKR3iYVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7FKR3iYVR .navbar.collapsed {
  justify-content: center;
}
.cid-u7FKR3iYVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7FKR3iYVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7FKR3iYVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7FKR3iYVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7FKR3iYVR .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-u7FKR3iYVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7FKR3iYVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7FKR3iYVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7FKR3iYVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7FKR3iYVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7FKR3iYVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7FKR3iYVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7FKR3iYVR .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-u7FKR3iYVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7FKR3iYVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7FKR3iYVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7FKR3iYVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7FKR3iYVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7FKR3iYVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7FKR3iYVR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7FKR3iYVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7FKR3iYVR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7FKR3iYVR .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-u7FKR3iYVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7FKR3iYVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7FKR3iYVR .dropdown-item.active,
.cid-u7FKR3iYVR .dropdown-item:active {
  background-color: transparent;
}
.cid-u7FKR3iYVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7FKR3iYVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7FKR3iYVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7FKR3iYVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7FKR3iYVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7FKR3iYVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7FKR3iYVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7FKR3iYVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7FKR3iYVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7FKR3iYVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7FKR3iYVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7FKR3iYVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FKR3iYVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FKR3iYVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7FKR3iYVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FKR3iYVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7FKR3iYVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7FKR3iYVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FKR3iYVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7FKR3iYVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7FKR3iYVR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7FKR3iYVR .navbar {
    height: 70px;
  }
  .cid-u7FKR3iYVR .navbar.opened {
    height: auto;
  }
  .cid-u7FKR3iYVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7FKR3iYVR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u7FKR3iYVR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u7FKR3iYVR a {
  display: inline;
  font-weight: bold;
}
.cid-u7FKR3iYVR img {
  display: inline;
  padding-right: 10px;
}
.cid-u7FKR3iYVR .text-black:hover {
  color: #000000 !important;
}
.cid-u7FKR3iYVR .dropdown-toggle:after {
  display: none;
}
.cid-u7FKR3iYVR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u7FKR3iYVR .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u7FKR3iYVR a.text-black:hover,
.cid-u7FKR3iYVR a.text-black:focus,
.cid-u7FKR3iYVR a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u7FKR3iYVR .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-u7zZetkgB4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7zZetkgB4 img {
  border-radius: 0px;
}
.cid-u7zZetkgB4 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7zZetkgB4 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7zZetkgB4 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7zZetkgB4 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7zZetkgB4 .right {
  display: flex;
  flex-direction: column;
}
.cid-u7zZetkgB4 .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7zZetkgB4 .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7zZetkgB4 .card-heading {
  padding-top: 0;
}
.cid-u7zZetkgB4 .mbr-text {
  padding-top: 10px;
}
.cid-u7A0dZcAGZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7A0dZcAGZ .left-side {
  text-align: left;
}
.cid-u7A0dZcAGZ .row {
  align-items: center;
}
.cid-u7A0dZcAGZ .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7A0dZcAGZ .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7A0dZcAGZ .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7A0dZcAGZ .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7A0dZcAGZ img,
.cid-u7A0dZcAGZ .item-img {
  margin: auto;
  width: auto;
}
.cid-u7A0dZcAGZ .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7A0dZcAGZ .lin:hover {
  color: #ff2b09;
}
.cid-u7A0dZcAGZ .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7A0dZcAGZ .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7A0dZcAGZ .right-side {
    padding: 15px;
  }
}
.cid-u7A0dZcAGZ P {
  text-align: left;
}
.cid-u7A0dZcAGZ .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7A0dZcAGZ a {
  font-weight: bold;
}
.cid-u7A0dZcAGZ .mbr-text {
  padding-top: 10px;
}
.cid-u7A0dZcAGZ .right-side {
  padding-right: 5rem;
}
.cid-u7A0dZcAGZ .text-primary {
  color: #000000 !important;
}
.cid-u7FEcgF89n {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7FEcgF89n img {
  border-radius: 0px;
}
.cid-u7FEcgF89n .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7FEcgF89n .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7FEcgF89n .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7FEcgF89n .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7FEcgF89n .right {
  display: flex;
  flex-direction: column;
}
.cid-u7FEcgF89n .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7FEcgF89n .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7FEcgF89n .card-heading {
  padding-top: 0;
}
.cid-u7FEcgF89n .mbr-text {
  padding-top: 10px;
}
.cid-u7FFXENSuQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7FFXENSuQ img {
  border-radius: 0px;
}
.cid-u7FFXENSuQ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7FFXENSuQ .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7FFXENSuQ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7FFXENSuQ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7FFXENSuQ .right {
  display: flex;
  flex-direction: column;
}
.cid-u7FFXENSuQ .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7FFXENSuQ .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7FFXENSuQ .card-heading {
  padding-top: 0;
}
.cid-u7FFXENSuQ .mbr-text {
  padding-top: 10px;
}
.cid-sv2C0Jiidf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sv2C0Jiidf .card-wrapper {
  background: none;
}
.cid-sv2C0Jiidf .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sv2C0Jiidf .row .row {
    flex-direction: column-reverse;
  }
  .cid-sv2C0Jiidf .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sv2C0Jiidf .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2C0Jiidf .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-sv2C0Jiidf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sv2C0Jiidf .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-sv2C0Jiidf .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-sv2C0Jiidf .top {
    margin-top: 40px;
  }
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-u7FABLBD8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7FABLBD8K .card-wrapper {
  background: none;
}
.cid-u7FABLBD8K .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u7FABLBD8K .row .row {
    flex-direction: column-reverse;
  }
  .cid-u7FABLBD8K .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7FABLBD8K .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7FABLBD8K .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-u7FABLBD8K .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u7FABLBD8K .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-u7FABLBD8K .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-u7FABLBD8K .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-u7FABLBD8K .top {
    margin-top: 40px;
  }
  .cid-u7FABLBD8K .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-u7FJWcxDOk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7FJWcxDOk .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u7FJWcxDOk .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u7FJWcxDOk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u7FJWcxDOk .row {
  justify-content: center;
}
.cid-u7FJWcxDOk .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u7FJWcxDOk .item {
    padding-bottom: 25px;
  }
}
.cid-u7FKrDZcGC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u7FKrDZcGC input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-u7FKrDZcGC a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-u7FKrDZcGC a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-u7FKrDZcGC .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-u7FKrDZcGC .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-u7FKrDZcGC .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-u7FKrDZcGC .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-u7FKrDZcGC .long-distance {
    margin-top: 50px;
  }
}
.cid-u7FKrDZcGC .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-u7FKrDZcGC .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-u7FKrDZcGC .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7FKrDZcGC .text-primary {
  color: #000000 !important;
}
.cid-u7FKrDZcGC .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-u7FKrDZcGC img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-u7FKrDZcGC img {
    padding-right: 50px;
  }
}
.cid-u7R2URS8Wj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7R2URS8Wj nav.navbar {
  position: fixed;
}
.cid-u7R2URS8Wj .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-u7R2URS8Wj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u7R2URS8Wj .dropdown-item:hover,
.cid-u7R2URS8Wj .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u7R2URS8Wj .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u7R2URS8Wj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7R2URS8Wj .nav-link {
  position: relative;
  padding: 0;
}
.cid-u7R2URS8Wj .container {
  display: flex;
  margin: auto;
}
.cid-u7R2URS8Wj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7R2URS8Wj .dropdown-menu,
.cid-u7R2URS8Wj .navbar.opened {
  background: #ffffff !important;
}
.cid-u7R2URS8Wj .nav-item:focus,
.cid-u7R2URS8Wj .nav-link:focus {
  outline: none;
}
.cid-u7R2URS8Wj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7R2URS8Wj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7R2URS8Wj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7R2URS8Wj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7R2URS8Wj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7R2URS8Wj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7R2URS8Wj .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-u7R2URS8Wj .navbar.opened {
  transition: all 0.3s;
}
.cid-u7R2URS8Wj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7R2URS8Wj .navbar .navbar-logo img {
  width: auto;
}
.cid-u7R2URS8Wj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7R2URS8Wj .navbar.collapsed {
  justify-content: center;
}
.cid-u7R2URS8Wj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7R2URS8Wj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7R2URS8Wj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7R2URS8Wj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7R2URS8Wj .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-u7R2URS8Wj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7R2URS8Wj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7R2URS8Wj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7R2URS8Wj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7R2URS8Wj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7R2URS8Wj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7R2URS8Wj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7R2URS8Wj .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-u7R2URS8Wj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7R2URS8Wj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7R2URS8Wj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7R2URS8Wj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7R2URS8Wj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7R2URS8Wj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7R2URS8Wj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7R2URS8Wj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7R2URS8Wj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7R2URS8Wj .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-u7R2URS8Wj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7R2URS8Wj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7R2URS8Wj .dropdown-item.active,
.cid-u7R2URS8Wj .dropdown-item:active {
  background-color: transparent;
}
.cid-u7R2URS8Wj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7R2URS8Wj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7R2URS8Wj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7R2URS8Wj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7R2URS8Wj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7R2URS8Wj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7R2URS8Wj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7R2URS8Wj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7R2URS8Wj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7R2URS8Wj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7R2URS8Wj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7R2URS8Wj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R2URS8Wj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R2URS8Wj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7R2URS8Wj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R2URS8Wj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7R2URS8Wj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7R2URS8Wj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R2URS8Wj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7R2URS8Wj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7R2URS8Wj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7R2URS8Wj .navbar {
    height: 70px;
  }
  .cid-u7R2URS8Wj .navbar.opened {
    height: auto;
  }
  .cid-u7R2URS8Wj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7R2URS8Wj .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u7R2URS8Wj .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u7R2URS8Wj a {
  display: inline;
  font-weight: bold;
}
.cid-u7R2URS8Wj img {
  display: inline;
  padding-right: 10px;
}
.cid-u7R2URS8Wj .text-black:hover {
  color: #000000 !important;
}
.cid-u7R2URS8Wj .dropdown-toggle:after {
  display: none;
}
.cid-u7R2URS8Wj .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u7R2URS8Wj .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u7R2URS8Wj a.text-black:hover,
.cid-u7R2URS8Wj a.text-black:focus,
.cid-u7R2URS8Wj a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u7R2URS8Wj .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-u7R2USs7jw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7R2USs7jw img {
  border-radius: 0px;
}
.cid-u7R2USs7jw .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7R2USs7jw .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7R2USs7jw .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7R2USs7jw .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7R2USs7jw .right {
  display: flex;
  flex-direction: column;
}
.cid-u7R2USs7jw .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7R2USs7jw .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7R2USs7jw .card-heading {
  padding-top: 0;
}
.cid-u7R2USs7jw .mbr-text {
  padding-top: 10px;
}
.cid-u7R2USNLph {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7R2USNLph .left-side {
  text-align: left;
}
.cid-u7R2USNLph .row {
  align-items: center;
}
.cid-u7R2USNLph .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7R2USNLph .row {
  flex-direction: row-reverse;
}
.cid-u7R2USNLph .right-side {
  padding-right: 0rem;
  padding-left: 5rem;
}
.cid-u7R2USNLph .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7R2USNLph .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7R2USNLph .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7R2USNLph img,
.cid-u7R2USNLph .item-img {
  margin: auto;
  width: auto;
}
.cid-u7R2USNLph .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7R2USNLph .lin:hover {
  color: #ff2b09;
}
.cid-u7R2USNLph .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7R2USNLph .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7R2USNLph .right-side {
    padding: 15px;
  }
}
.cid-u7R2USNLph P {
  text-align: left;
}
.cid-u7R2USNLph .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7R2USNLph a {
  font-weight: bold;
}
.cid-u7R2USNLph .mbr-text {
  padding-top: 10px;
}
.cid-u7R2USNLph .right-side {
  padding-right: 5rem;
}
.cid-u7R2USNLph .text-primary {
  color: #000000 !important;
}
.cid-u7R2UTdMFP {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7R2UTdMFP img {
  border-radius: 0px;
}
.cid-u7R2UTdMFP .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7R2UTdMFP .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7R2UTdMFP .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7R2UTdMFP .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7R2UTdMFP .right {
  display: flex;
  flex-direction: column;
}
.cid-u7R2UTdMFP .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7R2UTdMFP .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7R2UTdMFP .card-heading {
  padding-top: 0;
}
.cid-u7R2UTdMFP .mbr-text {
  padding-top: 10px;
}
.cid-u7R2UTtUMp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7R2UTtUMp img {
  border-radius: 0px;
}
.cid-u7R2UTtUMp .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7R2UTtUMp .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7R2UTtUMp .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7R2UTtUMp .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7R2UTtUMp .right {
  display: flex;
  flex-direction: column;
}
.cid-u7R2UTtUMp .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7R2UTtUMp .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7R2UTtUMp .card-heading {
  padding-top: 0;
}
.cid-u7R2UTtUMp .mbr-text {
  padding-top: 10px;
}
.cid-u7Rc9ZTEqk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7Rc9ZTEqk img {
  border-radius: 0px;
}
.cid-u7Rc9ZTEqk .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7Rc9ZTEqk .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7Rc9ZTEqk .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7Rc9ZTEqk .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7Rc9ZTEqk .right {
  display: flex;
  flex-direction: column;
}
.cid-u7Rc9ZTEqk .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7Rc9ZTEqk .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7Rc9ZTEqk .card-heading {
  padding-top: 0;
}
.cid-u7Rc9ZTEqk .mbr-text {
  padding-top: 10px;
}
.cid-u7Rcb6kLEt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7Rcb6kLEt img {
  border-radius: 0px;
}
.cid-u7Rcb6kLEt .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7Rcb6kLEt .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7Rcb6kLEt .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7Rcb6kLEt .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7Rcb6kLEt .right {
  display: flex;
  flex-direction: column;
}
.cid-u7Rcb6kLEt .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7Rcb6kLEt .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7Rcb6kLEt .card-heading {
  padding-top: 0;
}
.cid-u7Rcb6kLEt .mbr-text {
  padding-top: 10px;
}
.cid-u7R2UV5lXH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7R2UV5lXH .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u7R2UV5lXH .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u7R2UV5lXH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u7R2UV5lXH .row {
  justify-content: center;
}
.cid-u7R2UV5lXH .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u7R2UV5lXH .item {
    padding-bottom: 25px;
  }
}
.cid-u7R2UVBtDU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u7R2UVBtDU input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-u7R2UVBtDU a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-u7R2UVBtDU a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-u7R2UVBtDU .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-u7R2UVBtDU .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-u7R2UVBtDU .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-u7R2UVBtDU .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-u7R2UVBtDU .long-distance {
    margin-top: 50px;
  }
}
.cid-u7R2UVBtDU .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-u7R2UVBtDU .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-u7R2UVBtDU .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7R2UVBtDU .text-primary {
  color: #000000 !important;
}
.cid-u7R2UVBtDU .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-u7R2UVBtDU img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-u7R2UVBtDU img {
    padding-right: 50px;
  }
}
.cid-u7RhIDaJLl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7RhIDaJLl nav.navbar {
  position: fixed;
}
.cid-u7RhIDaJLl .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-u7RhIDaJLl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u7RhIDaJLl .dropdown-item:hover,
.cid-u7RhIDaJLl .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u7RhIDaJLl .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u7RhIDaJLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7RhIDaJLl .nav-link {
  position: relative;
  padding: 0;
}
.cid-u7RhIDaJLl .container {
  display: flex;
  margin: auto;
}
.cid-u7RhIDaJLl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7RhIDaJLl .dropdown-menu,
.cid-u7RhIDaJLl .navbar.opened {
  background: #ffffff !important;
}
.cid-u7RhIDaJLl .nav-item:focus,
.cid-u7RhIDaJLl .nav-link:focus {
  outline: none;
}
.cid-u7RhIDaJLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7RhIDaJLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7RhIDaJLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7RhIDaJLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7RhIDaJLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7RhIDaJLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7RhIDaJLl .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-u7RhIDaJLl .navbar.opened {
  transition: all 0.3s;
}
.cid-u7RhIDaJLl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7RhIDaJLl .navbar .navbar-logo img {
  width: auto;
}
.cid-u7RhIDaJLl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7RhIDaJLl .navbar.collapsed {
  justify-content: center;
}
.cid-u7RhIDaJLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7RhIDaJLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7RhIDaJLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7RhIDaJLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7RhIDaJLl .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-u7RhIDaJLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7RhIDaJLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7RhIDaJLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7RhIDaJLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7RhIDaJLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7RhIDaJLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7RhIDaJLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7RhIDaJLl .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-u7RhIDaJLl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7RhIDaJLl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7RhIDaJLl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7RhIDaJLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7RhIDaJLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7RhIDaJLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7RhIDaJLl .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7RhIDaJLl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7RhIDaJLl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7RhIDaJLl .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-u7RhIDaJLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7RhIDaJLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7RhIDaJLl .dropdown-item.active,
.cid-u7RhIDaJLl .dropdown-item:active {
  background-color: transparent;
}
.cid-u7RhIDaJLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7RhIDaJLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7RhIDaJLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7RhIDaJLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7RhIDaJLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7RhIDaJLl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7RhIDaJLl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7RhIDaJLl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7RhIDaJLl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7RhIDaJLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7RhIDaJLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7RhIDaJLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RhIDaJLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7RhIDaJLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7RhIDaJLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RhIDaJLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7RhIDaJLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7RhIDaJLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7RhIDaJLl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7RhIDaJLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7RhIDaJLl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7RhIDaJLl .navbar {
    height: 70px;
  }
  .cid-u7RhIDaJLl .navbar.opened {
    height: auto;
  }
  .cid-u7RhIDaJLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7RhIDaJLl .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u7RhIDaJLl .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u7RhIDaJLl a {
  display: inline;
  font-weight: bold;
}
.cid-u7RhIDaJLl img {
  display: inline;
  padding-right: 10px;
}
.cid-u7RhIDaJLl .text-black:hover {
  color: #000000 !important;
}
.cid-u7RhIDaJLl .dropdown-toggle:after {
  display: none;
}
.cid-u7RhIDaJLl .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u7RhIDaJLl .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u7RhIDaJLl a.text-black:hover,
.cid-u7RhIDaJLl a.text-black:focus,
.cid-u7RhIDaJLl a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u7RhIDaJLl .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-u7RhIDKqlW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7RhIDKqlW img {
  border-radius: 0px;
}
.cid-u7RhIDKqlW .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7RhIDKqlW .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7RhIDKqlW .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7RhIDKqlW .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7RhIDKqlW .right {
  display: flex;
  flex-direction: column;
}
.cid-u7RhIDKqlW .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7RhIDKqlW .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7RhIDKqlW .card-heading {
  padding-top: 0;
}
.cid-u7RhIDKqlW .mbr-text {
  padding-top: 10px;
}
.cid-u7RhIE2iHp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7RhIE2iHp .left-side {
  text-align: left;
}
.cid-u7RhIE2iHp .row {
  align-items: center;
}
.cid-u7RhIE2iHp .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7RhIE2iHp .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7RhIE2iHp .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7RhIE2iHp .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7RhIE2iHp img,
.cid-u7RhIE2iHp .item-img {
  margin: auto;
  width: auto;
}
.cid-u7RhIE2iHp .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7RhIE2iHp .lin:hover {
  color: #ff2b09;
}
.cid-u7RhIE2iHp .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7RhIE2iHp .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7RhIE2iHp .right-side {
    padding: 15px;
  }
}
.cid-u7RhIE2iHp P {
  text-align: left;
}
.cid-u7RhIE2iHp .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7RhIE2iHp a {
  font-weight: bold;
}
.cid-u7RhIE2iHp .mbr-text {
  padding-top: 10px;
}
.cid-u7RhIE2iHp .right-side {
  padding-right: 5rem;
}
.cid-u7RhIE2iHp .text-primary {
  color: #000000 !important;
}
.cid-u7RhIEpaK0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7RhIEpaK0 img {
  border-radius: 0px;
}
.cid-u7RhIEpaK0 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7RhIEpaK0 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7RhIEpaK0 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7RhIEpaK0 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7RhIEpaK0 .right {
  display: flex;
  flex-direction: column;
}
.cid-u7RhIEpaK0 .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7RhIEpaK0 .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7RhIEpaK0 .card-heading {
  padding-top: 0;
}
.cid-u7RhIEpaK0 .mbr-text {
  padding-top: 10px;
}
.cid-u7SkVzRMsD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7SkVzRMsD .left-side {
  text-align: left;
}
.cid-u7SkVzRMsD .row {
  align-items: center;
}
.cid-u7SkVzRMsD .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7SkVzRMsD .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7SkVzRMsD .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7SkVzRMsD .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7SkVzRMsD img,
.cid-u7SkVzRMsD .item-img {
  margin: auto;
  width: auto;
}
.cid-u7SkVzRMsD .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7SkVzRMsD .lin:hover {
  color: #ff2b09;
}
.cid-u7SkVzRMsD .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7SkVzRMsD .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7SkVzRMsD .right-side {
    padding: 15px;
  }
}
.cid-u7SkVzRMsD P {
  text-align: left;
}
.cid-u7SkVzRMsD .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7SkVzRMsD a {
  font-weight: bold;
}
.cid-u7SkVzRMsD .mbr-text {
  padding-top: 10px;
}
.cid-u7SkVzRMsD .right-side {
  padding-right: 5rem;
}
.cid-u7SkVzRMsD .text-primary {
  color: #000000 !important;
}
.cid-u7SnRs7wyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7SnRs7wyr .left-side {
  text-align: left;
}
.cid-u7SnRs7wyr .row {
  align-items: center;
}
.cid-u7SnRs7wyr .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7SnRs7wyr .row {
  flex-direction: row-reverse;
}
.cid-u7SnRs7wyr .right-side {
  padding-right: 0rem;
  padding-left: 5rem;
}
.cid-u7SnRs7wyr .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7SnRs7wyr .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7SnRs7wyr .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7SnRs7wyr img,
.cid-u7SnRs7wyr .item-img {
  margin: auto;
  width: auto;
}
.cid-u7SnRs7wyr .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7SnRs7wyr .lin:hover {
  color: #ff2b09;
}
.cid-u7SnRs7wyr .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7SnRs7wyr .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7SnRs7wyr .right-side {
    padding: 15px;
  }
}
.cid-u7SnRs7wyr P {
  text-align: left;
}
.cid-u7SnRs7wyr .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7SnRs7wyr a {
  font-weight: bold;
}
.cid-u7SnRs7wyr .mbr-text {
  padding-top: 10px;
}
.cid-u7SnRs7wyr .right-side {
  padding-right: 5rem;
}
.cid-u7SnRs7wyr .text-primary {
  color: #000000 !important;
}
.cid-u7RhIFUK7G {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7RhIFUK7G .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u7RhIFUK7G .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u7RhIFUK7G .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u7RhIFUK7G .row {
  justify-content: center;
}
.cid-u7RhIFUK7G .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u7RhIFUK7G .item {
    padding-bottom: 25px;
  }
}
.cid-u7RhIGyyDw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u7RhIGyyDw input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-u7RhIGyyDw a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-u7RhIGyyDw a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-u7RhIGyyDw .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-u7RhIGyyDw .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-u7RhIGyyDw .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-u7RhIGyyDw .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-u7RhIGyyDw .long-distance {
    margin-top: 50px;
  }
}
.cid-u7RhIGyyDw .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-u7RhIGyyDw .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-u7RhIGyyDw .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7RhIGyyDw .text-primary {
  color: #000000 !important;
}
.cid-u7RhIGyyDw .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-u7RhIGyyDw img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-u7RhIGyyDw img {
    padding-right: 50px;
  }
}
.cid-u7SsIUpsAX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7SsIUpsAX nav.navbar {
  position: fixed;
}
.cid-u7SsIUpsAX .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-u7SsIUpsAX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u7SsIUpsAX .dropdown-item:hover,
.cid-u7SsIUpsAX .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u7SsIUpsAX .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SsIUpsAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SsIUpsAX .nav-link {
  position: relative;
  padding: 0;
}
.cid-u7SsIUpsAX .container {
  display: flex;
  margin: auto;
}
.cid-u7SsIUpsAX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SsIUpsAX .dropdown-menu,
.cid-u7SsIUpsAX .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SsIUpsAX .nav-item:focus,
.cid-u7SsIUpsAX .nav-link:focus {
  outline: none;
}
.cid-u7SsIUpsAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SsIUpsAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SsIUpsAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SsIUpsAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SsIUpsAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SsIUpsAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SsIUpsAX .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-u7SsIUpsAX .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SsIUpsAX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SsIUpsAX .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SsIUpsAX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SsIUpsAX .navbar.collapsed {
  justify-content: center;
}
.cid-u7SsIUpsAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SsIUpsAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7SsIUpsAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SsIUpsAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SsIUpsAX .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-u7SsIUpsAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SsIUpsAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SsIUpsAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SsIUpsAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SsIUpsAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SsIUpsAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SsIUpsAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SsIUpsAX .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-u7SsIUpsAX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SsIUpsAX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SsIUpsAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SsIUpsAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SsIUpsAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SsIUpsAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7SsIUpsAX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7SsIUpsAX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SsIUpsAX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SsIUpsAX .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-u7SsIUpsAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SsIUpsAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SsIUpsAX .dropdown-item.active,
.cid-u7SsIUpsAX .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SsIUpsAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SsIUpsAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SsIUpsAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SsIUpsAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SsIUpsAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SsIUpsAX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SsIUpsAX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SsIUpsAX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SsIUpsAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SsIUpsAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SsIUpsAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SsIUpsAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SsIUpsAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SsIUpsAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SsIUpsAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SsIUpsAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SsIUpsAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SsIUpsAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SsIUpsAX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SsIUpsAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SsIUpsAX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SsIUpsAX .navbar {
    height: 70px;
  }
  .cid-u7SsIUpsAX .navbar.opened {
    height: auto;
  }
  .cid-u7SsIUpsAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SsIUpsAX .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u7SsIUpsAX .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u7SsIUpsAX a {
  display: inline;
  font-weight: bold;
}
.cid-u7SsIUpsAX img {
  display: inline;
  padding-right: 10px;
}
.cid-u7SsIUpsAX .text-black:hover {
  color: #000000 !important;
}
.cid-u7SsIUpsAX .dropdown-toggle:after {
  display: none;
}
.cid-u7SsIUpsAX .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u7SsIUpsAX .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u7SsIUpsAX a.text-black:hover,
.cid-u7SsIUpsAX a.text-black:focus,
.cid-u7SsIUpsAX a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u7SsIUpsAX .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-u7SsIUXuAG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7SsIUXuAG img {
  border-radius: 0px;
}
.cid-u7SsIUXuAG .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7SsIUXuAG .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7SsIUXuAG .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7SsIUXuAG .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7SsIUXuAG .right {
  display: flex;
  flex-direction: column;
}
.cid-u7SsIUXuAG .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7SsIUXuAG .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7SsIUXuAG .card-heading {
  padding-top: 0;
}
.cid-u7SsIUXuAG .mbr-text {
  padding-top: 10px;
}
.cid-u7SsIVgT81 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7SsIVgT81 .left-side {
  text-align: left;
}
.cid-u7SsIVgT81 .row {
  align-items: center;
}
.cid-u7SsIVgT81 .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7SsIVgT81 .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7SsIVgT81 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7SsIVgT81 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7SsIVgT81 img,
.cid-u7SsIVgT81 .item-img {
  margin: auto;
  width: auto;
}
.cid-u7SsIVgT81 .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7SsIVgT81 .lin:hover {
  color: #ff2b09;
}
.cid-u7SsIVgT81 .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7SsIVgT81 .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7SsIVgT81 .right-side {
    padding: 15px;
  }
}
.cid-u7SsIVgT81 P {
  text-align: left;
}
.cid-u7SsIVgT81 .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7SsIVgT81 a {
  font-weight: bold;
}
.cid-u7SsIVgT81 .mbr-text {
  padding-top: 10px;
}
.cid-u7SsIVgT81 .right-side {
  padding-right: 5rem;
}
.cid-u7SsIVgT81 .text-primary {
  color: #000000 !important;
}
.cid-u7Sxj9FpIq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7Sxj9FpIq img {
  border-radius: 0px;
}
.cid-u7Sxj9FpIq .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7Sxj9FpIq .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7Sxj9FpIq .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7Sxj9FpIq .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7Sxj9FpIq .right {
  display: flex;
  flex-direction: column;
}
.cid-u7Sxj9FpIq .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7Sxj9FpIq .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7Sxj9FpIq .card-heading {
  padding-top: 0;
}
.cid-u7Sxj9FpIq .mbr-text {
  padding-top: 10px;
}
.cid-u7SsIVDCy5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7SsIVDCy5 img {
  border-radius: 0px;
}
.cid-u7SsIVDCy5 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7SsIVDCy5 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7SsIVDCy5 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7SsIVDCy5 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7SsIVDCy5 .right {
  display: flex;
  flex-direction: column;
}
.cid-u7SsIVDCy5 .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7SsIVDCy5 .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7SsIVDCy5 .card-heading {
  padding-top: 0;
}
.cid-u7SsIVDCy5 .mbr-text {
  padding-top: 10px;
}
.cid-u7SAfjMkfy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7SAfjMkfy img {
  border-radius: 0px;
}
.cid-u7SAfjMkfy .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7SAfjMkfy .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7SAfjMkfy .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7SAfjMkfy .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7SAfjMkfy .right {
  display: flex;
  flex-direction: column;
}
.cid-u7SAfjMkfy .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7SAfjMkfy .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7SAfjMkfy .card-heading {
  padding-top: 0;
}
.cid-u7SAfjMkfy .mbr-text {
  padding-top: 10px;
}
.cid-u7SAg6HrPS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7SAg6HrPS img {
  border-radius: 0px;
}
.cid-u7SAg6HrPS .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u7SAg6HrPS .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u7SAg6HrPS .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u7SAg6HrPS .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u7SAg6HrPS .right {
  display: flex;
  flex-direction: column;
}
.cid-u7SAg6HrPS .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u7SAg6HrPS .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u7SAg6HrPS .card-heading {
  padding-top: 0;
}
.cid-u7SAg6HrPS .mbr-text {
  padding-top: 10px;
}
.cid-u7SBv1i7Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7SBv1i7Jl .left-side {
  text-align: left;
}
.cid-u7SBv1i7Jl .row {
  align-items: center;
}
.cid-u7SBv1i7Jl .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u7SBv1i7Jl .row {
  flex-direction: row-reverse;
}
.cid-u7SBv1i7Jl .right-side {
  padding-right: 0rem;
  padding-left: 5rem;
}
.cid-u7SBv1i7Jl .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u7SBv1i7Jl .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u7SBv1i7Jl .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u7SBv1i7Jl img,
.cid-u7SBv1i7Jl .item-img {
  margin: auto;
  width: auto;
}
.cid-u7SBv1i7Jl .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u7SBv1i7Jl .lin:hover {
  color: #ff2b09;
}
.cid-u7SBv1i7Jl .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u7SBv1i7Jl .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u7SBv1i7Jl .right-side {
    padding: 15px;
  }
}
.cid-u7SBv1i7Jl P {
  text-align: left;
}
.cid-u7SBv1i7Jl .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u7SBv1i7Jl a {
  font-weight: bold;
}
.cid-u7SBv1i7Jl .mbr-text {
  padding-top: 10px;
}
.cid-u7SBv1i7Jl .right-side {
  padding-right: 5rem;
}
.cid-u7SBv1i7Jl .text-primary {
  color: #000000 !important;
}
.cid-u7SsIWAUZP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7SsIWAUZP .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u7SsIWAUZP .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u7SsIWAUZP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u7SsIWAUZP .row {
  justify-content: center;
}
.cid-u7SsIWAUZP .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u7SsIWAUZP .item {
    padding-bottom: 25px;
  }
}
.cid-u7SsIX4k6H {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u7SsIX4k6H input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-u7SsIX4k6H a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-u7SsIX4k6H a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-u7SsIX4k6H .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-u7SsIX4k6H .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-u7SsIX4k6H .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-u7SsIX4k6H .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-u7SsIX4k6H .long-distance {
    margin-top: 50px;
  }
}
.cid-u7SsIX4k6H .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-u7SsIX4k6H .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-u7SsIX4k6H .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7SsIX4k6H .text-primary {
  color: #000000 !important;
}
.cid-u7SsIX4k6H .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-u7SsIX4k6H img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-u7SsIX4k6H img {
    padding-right: 50px;
  }
}
.cid-u8eznj6xxN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8eznj6xxN nav.navbar {
  position: fixed;
}
.cid-u8eznj6xxN .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-u8eznj6xxN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u8eznj6xxN .dropdown-item:hover,
.cid-u8eznj6xxN .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-u8eznj6xxN .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-u8eznj6xxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8eznj6xxN .nav-link {
  position: relative;
  padding: 0;
}
.cid-u8eznj6xxN .container {
  display: flex;
  margin: auto;
}
.cid-u8eznj6xxN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8eznj6xxN .dropdown-menu,
.cid-u8eznj6xxN .navbar.opened {
  background: #ffffff !important;
}
.cid-u8eznj6xxN .nav-item:focus,
.cid-u8eznj6xxN .nav-link:focus {
  outline: none;
}
.cid-u8eznj6xxN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8eznj6xxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8eznj6xxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8eznj6xxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8eznj6xxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8eznj6xxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8eznj6xxN .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-u8eznj6xxN .navbar.opened {
  transition: all 0.3s;
}
.cid-u8eznj6xxN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8eznj6xxN .navbar .navbar-logo img {
  width: auto;
}
.cid-u8eznj6xxN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8eznj6xxN .navbar.collapsed {
  justify-content: center;
}
.cid-u8eznj6xxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8eznj6xxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8eznj6xxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8eznj6xxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8eznj6xxN .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-u8eznj6xxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8eznj6xxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8eznj6xxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8eznj6xxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8eznj6xxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8eznj6xxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8eznj6xxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8eznj6xxN .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-u8eznj6xxN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8eznj6xxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8eznj6xxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8eznj6xxN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8eznj6xxN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8eznj6xxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8eznj6xxN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8eznj6xxN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8eznj6xxN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8eznj6xxN .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-u8eznj6xxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8eznj6xxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8eznj6xxN .dropdown-item.active,
.cid-u8eznj6xxN .dropdown-item:active {
  background-color: transparent;
}
.cid-u8eznj6xxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8eznj6xxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8eznj6xxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8eznj6xxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8eznj6xxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8eznj6xxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8eznj6xxN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8eznj6xxN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8eznj6xxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8eznj6xxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8eznj6xxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8eznj6xxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8eznj6xxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8eznj6xxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8eznj6xxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8eznj6xxN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8eznj6xxN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8eznj6xxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8eznj6xxN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8eznj6xxN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8eznj6xxN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8eznj6xxN .navbar {
    height: 70px;
  }
  .cid-u8eznj6xxN .navbar.opened {
    height: auto;
  }
  .cid-u8eznj6xxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8eznj6xxN .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-u8eznj6xxN .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-u8eznj6xxN a {
  display: inline;
  font-weight: bold;
}
.cid-u8eznj6xxN img {
  display: inline;
  padding-right: 10px;
}
.cid-u8eznj6xxN .text-black:hover {
  color: #000000 !important;
}
.cid-u8eznj6xxN .dropdown-toggle:after {
  display: none;
}
.cid-u8eznj6xxN .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u8eznj6xxN .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-u8eznj6xxN a.text-black:hover,
.cid-u8eznj6xxN a.text-black:focus,
.cid-u8eznj6xxN a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-u8eznj6xxN .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-u8eznjJTkH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8eznjJTkH img {
  border-radius: 0px;
}
.cid-u8eznjJTkH .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8eznjJTkH .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8eznjJTkH .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8eznjJTkH .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u8eznjJTkH .right {
  display: flex;
  flex-direction: column;
}
.cid-u8eznjJTkH .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u8eznjJTkH .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u8eznjJTkH .card-heading {
  padding-top: 0;
}
.cid-u8eznjJTkH .mbr-text {
  padding-top: 10px;
}
.cid-u8eznk3CL3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8eznk3CL3 .left-side {
  text-align: left;
}
.cid-u8eznk3CL3 .row {
  align-items: center;
}
.cid-u8eznk3CL3 .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-u8eznk3CL3 .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-u8eznk3CL3 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-u8eznk3CL3 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-u8eznk3CL3 img,
.cid-u8eznk3CL3 .item-img {
  margin: auto;
  width: auto;
}
.cid-u8eznk3CL3 .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-u8eznk3CL3 .lin:hover {
  color: #ff2b09;
}
.cid-u8eznk3CL3 .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-u8eznk3CL3 .mbr-link {
    padding-bottom: 20px;
  }
  .cid-u8eznk3CL3 .right-side {
    padding: 15px;
  }
}
.cid-u8eznk3CL3 P {
  text-align: left;
}
.cid-u8eznk3CL3 .align {
  width: 100%;
  padding: 15px 0;
}
.cid-u8eznk3CL3 a {
  font-weight: bold;
}
.cid-u8eznk3CL3 .mbr-text {
  padding-top: 10px;
}
.cid-u8eznk3CL3 .right-side {
  padding-right: 5rem;
}
.cid-u8eznk3CL3 .text-primary {
  color: #000000 !important;
}
.cid-u8eznkmkDE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8eznkmkDE img {
  border-radius: 0px;
}
.cid-u8eznkmkDE .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8eznkmkDE .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8eznkmkDE .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8eznkmkDE .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u8eznkmkDE .right {
  display: flex;
  flex-direction: column;
}
.cid-u8eznkmkDE .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u8eznkmkDE .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u8eznkmkDE .card-heading {
  padding-top: 0;
}
.cid-u8eznkmkDE .mbr-text {
  padding-top: 10px;
}
.cid-u8eznkELTJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8eznkELTJ img {
  border-radius: 0px;
}
.cid-u8eznkELTJ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u8eznkELTJ .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-u8eznkELTJ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u8eznkELTJ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u8eznkELTJ .right {
  display: flex;
  flex-direction: column;
}
.cid-u8eznkELTJ .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-u8eznkELTJ .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-u8eznkELTJ .card-heading {
  padding-top: 0;
}
.cid-u8eznkELTJ .mbr-text {
  padding-top: 10px;
}
.cid-u8eznlHDqL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8eznlHDqL .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u8eznlHDqL .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u8eznlHDqL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-u8eznlHDqL .row {
  justify-content: center;
}
.cid-u8eznlHDqL .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u8eznlHDqL .item {
    padding-bottom: 25px;
  }
}
.cid-u8eznmgLBk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u8eznmgLBk input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-u8eznmgLBk a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-u8eznmgLBk a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-u8eznmgLBk .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-u8eznmgLBk .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-u8eznmgLBk .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-u8eznmgLBk .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-u8eznmgLBk .long-distance {
    margin-top: 50px;
  }
}
.cid-u8eznmgLBk .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-u8eznmgLBk .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-u8eznmgLBk .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u8eznmgLBk .text-primary {
  color: #000000 !important;
}
.cid-u8eznmgLBk .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-u8eznmgLBk img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-u8eznmgLBk img {
    padding-right: 50px;
  }
}
