body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f7e7e !important;
}
.bg-success {
  background-color: #aeffb6 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f7e7e !important;
  border-color: #7f7e7e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
  color: #00ae11 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #005709 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00ae11 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #535353;
  color: #7f7e7e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #535353 !important;
  background-color: transparent!important;
  border-color: #535353 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f7e7e !important;
  border-color: #7f7e7e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57ff68;
  color: #aeffb6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57ff68 !important;
  background-color: transparent!important;
  border-color: #57ff68 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ae11 !important;
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b7352e;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7f7e7e !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #aeffb6 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c4b4b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48ff5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7f7e7e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f7e7e;
  border-color: #7f7e7e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f7e7e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbebe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7f7e7e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #7f7e7e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f7e7e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f7e7e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f7e7e;
  border-bottom-color: #7f7e7e;
}
.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: #7f7e7e !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: #cacbcc !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='%237f7e7e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tIkfre9SAC .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIkfre9SAC .nav-item {
  list-style: none;
}
.cid-tIkfre9SAC .nav-item:focus,
.cid-tIkfre9SAC .nav-link:focus {
  outline: none;
}
.cid-tIkfre9SAC .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIkfre9SAC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIkfre9SAC .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIkfre9SAC .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse.show,
.cid-tIkfre9SAC .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIkfre9SAC .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIkfre9SAC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIkfre9SAC .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIkfre9SAC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIkfre9SAC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIkfre9SAC .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIkfre9SAC .dropdown-item.active,
.cid-tIkfre9SAC .dropdown-item:active {
  background-color: transparent;
}
.cid-tIkfre9SAC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIkfre9SAC .socicon {
  transition: color 0.3s;
}
.cid-tIkfre9SAC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIkfre9SAC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIkfre9SAC .navbar-buttons {
  text-align: inherit;
}
.cid-tIkfre9SAC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIkfre9SAC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIkfre9SAC .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIkfre9SAC .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIkfre9SAC .nav-link:hover,
.cid-tIkfre9SAC .dropdown-item:hover,
.cid-tIkfre9SAC .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIkfre9SAC .navbar {
    height: 77px;
  }
  .cid-tIkfre9SAC .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIkfre9SAC .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIkfre9SAC .icons-menu,
  .cid-tIkfre9SAC .navbar-buttons,
  .cid-tIkfre9SAC .contact-block,
  .cid-tIkfre9SAC .text-column {
    text-align: center !important;
  }
}
.cid-tIkfre9SAC h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIkfre9SAC .collapsing {
  transition: 0s;
}
.cid-tIkfre9SAC .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIkfre9SAC .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIkfre9SAC .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIkfre9SAC .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIkfre9SAC .contact-block {
    margin-left: 20px;
  }
  .cid-tIkfre9SAC .contact-block ul li {
    text-align: left;
  }
  .cid-tIkfre9SAC ul.col {
    padding: 0;
  }
}
.cid-tIkfre9SAC .icons-menu,
.cid-tIkfre9SAC .navbar-buttons,
.cid-tIkfre9SAC .contact-block,
.cid-tIkfre9SAC .text-column {
  color: #000000;
}
.cid-tIkfre9SAC H6 {
  color: #232323;
  text-align: left;
}
.cid-tIkjhZi1lo {
  background-color: #fafafa;
}
.cid-tIkjhZi1lo .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tIkjhZi1lo .wrapper img {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-tIkjhZi1lo .wrapper {
    padding: 0;
  }
  .cid-tIkjhZi1lo .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-tIkjhZi1lo .wrapper {
    padding: 0 6rem;
  }
}
.cid-tIkjhZi1lo .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-tIkjhZi1lo .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tIkjhZi1lo .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-tIkjhZi1lo .btn-black::after,
  .cid-tIkjhZi1lo .btn-black::before {
    display: none;
  }
}
.cid-tIkjhZi1lo .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tIkjhZi1lo .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-tIkjhZi1lo .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-tIkjhZi1lo .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-tIkjhZi1lo .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-tIkjhZi1lo .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-tIkjdLmuby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIkjdLmuby .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkjdLmuby .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIkjdLmuby .card-wrap {
  background: #51add0;
  border-radius: 30px;
  height: 100%;
}
.cid-tIkjdLmuby .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-tIkjdLmuby .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIkjdLmuby .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-tIkjdLmuby .mbr-text {
  text-align: left;
}
.cid-tIkjdLmuby .mbr-section-title {
  text-align: center;
}
.cid-tIkj7NSKtI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIkj7NSKtI .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkj7NSKtI .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIkj7NSKtI img {
  width: 100%;
  border-radius: 30px;
}
.cid-tIkj7NSKtI .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tIkj7NSKtI .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tIkj7NSKtI .wrapp {
    padding: 3rem;
  }
}
.cid-tIkAC83oME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIkAC83oME .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkAC83oME .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIkAC83oME .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tIkAC83oME .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tIkAC83oME .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tIkAC83oME .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tIkAC83oME .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tIkAC83oME .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIkAC83oME .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tIkAC83oME .card-title,
.cid-tIkAC83oME .mbr-text {
  color: #232323;
}
.cid-tIkAC83oME .mbr-section-title {
  color: #295664;
  text-align: center;
}
.cid-tIkAC83oME .card-title {
  color: #295664;
}
.cid-tIkAC83oME .mbr-text {
  color: #295664;
}
.cid-tIkixOqdfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIkixOqdfF .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkixOqdfF .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIkixOqdfF .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tIkixOqdfF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tIkixOqdfF .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tIkixOqdfF .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tIkixOqdfF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tIkixOqdfF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIkixOqdfF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tIkixOqdfF .card-title,
.cid-tIkixOqdfF .mbr-text {
  color: #232323;
}
.cid-tIkixOqdfF .mbr-section-title {
  color: #295664;
}
.cid-tIkixOqdfF .card-title {
  color: #295664;
}
.cid-tIkixOqdfF .mbr-text {
  color: #295664;
}
.cid-tIkiAS321m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIkiAS321m .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkiAS321m .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tIkiAS321m .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tIkiAS321m .team-card:hover {
  transform: translateY(-10px);
}
.cid-tIkiAS321m .card-wrap {
  background: #51add0;
  border-radius: 10px;
}
.cid-tIkiAS321m .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.cid-tIkiAS321m .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-tIkiAS321m .image-wrapper img {
  border: 2px solid #51add0;
}
.cid-tIkhHrdrCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tIkhHrdrCg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-tIkhHrdrCg .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIkhHrdrCg .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIkhHrdrCg input {
  padding: .6rem 1.2rem;
  border-radius: 10px;
}
.cid-tIkhHrdrCg .btn {
  display: inline-block;
  border-radius: 30px;
}
.cid-tIkhHrdrCg img {
  width: 65%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tIkhHrdrCg img {
    margin-top: 3rem;
  }
}
.cid-tIl9HmfusX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIl9HmfusX p {
  text-align: center;
}
.cid-tIl9HmfusX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIl9HmfusX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIl9HmfusX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIl9HmfusX .logo-footer {
  line-height: normal;
}
.cid-tIl9HmfusX .copyright {
  display: flex;
  align-items: center;
}
.cid-tIl9HmfusX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIl9HmfusX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIl9HmfusX .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIl9HmfusX .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIl9HmfusX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIl9HmfusX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIl9HmfusX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIl9HmfusX .logo-footer {
    text-align: center;
  }
  .cid-tIl9HmfusX .social-media {
    justify-content: center;
  }
}
.cid-tIB2IHUi5r .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIB2IHUi5r .nav-item {
  list-style: none;
}
.cid-tIB2IHUi5r .nav-item:focus,
.cid-tIB2IHUi5r .nav-link:focus {
  outline: none;
}
.cid-tIB2IHUi5r .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIB2IHUi5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIB2IHUi5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIB2IHUi5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIB2IHUi5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIB2IHUi5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIB2IHUi5r .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIB2IHUi5r .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIB2IHUi5r .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIB2IHUi5r .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIB2IHUi5r .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIB2IHUi5r .navbar .navbar-collapse.show,
.cid-tIB2IHUi5r .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIB2IHUi5r .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIB2IHUi5r .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIB2IHUi5r .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIB2IHUi5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIB2IHUi5r .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIB2IHUi5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIB2IHUi5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIB2IHUi5r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIB2IHUi5r .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIB2IHUi5r .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIB2IHUi5r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIB2IHUi5r .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIB2IHUi5r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIB2IHUi5r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIB2IHUi5r .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIB2IHUi5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIB2IHUi5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIB2IHUi5r .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIB2IHUi5r .dropdown-item.active,
.cid-tIB2IHUi5r .dropdown-item:active {
  background-color: transparent;
}
.cid-tIB2IHUi5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIB2IHUi5r .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIB2IHUi5r .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIB2IHUi5r .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIB2IHUi5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIB2IHUi5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIB2IHUi5r .socicon {
  transition: color 0.3s;
}
.cid-tIB2IHUi5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIB2IHUi5r ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIB2IHUi5r .navbar-buttons {
  text-align: inherit;
}
.cid-tIB2IHUi5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIB2IHUi5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIB2IHUi5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIB2IHUi5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIB2IHUi5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIB2IHUi5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIB2IHUi5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIB2IHUi5r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIB2IHUi5r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIB2IHUi5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIB2IHUi5r .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIB2IHUi5r .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIB2IHUi5r .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIB2IHUi5r .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIB2IHUi5r .nav-link:hover,
.cid-tIB2IHUi5r .dropdown-item:hover,
.cid-tIB2IHUi5r .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIB2IHUi5r .navbar {
    height: 77px;
  }
  .cid-tIB2IHUi5r .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIB2IHUi5r .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIB2IHUi5r .icons-menu,
  .cid-tIB2IHUi5r .navbar-buttons,
  .cid-tIB2IHUi5r .contact-block,
  .cid-tIB2IHUi5r .text-column {
    text-align: center !important;
  }
}
.cid-tIB2IHUi5r h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIB2IHUi5r .collapsing {
  transition: 0s;
}
.cid-tIB2IHUi5r .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIB2IHUi5r .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIB2IHUi5r .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIB2IHUi5r .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIB2IHUi5r .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIB2IHUi5r .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIB2IHUi5r .contact-block {
    margin-left: 20px;
  }
  .cid-tIB2IHUi5r .contact-block ul li {
    text-align: left;
  }
  .cid-tIB2IHUi5r ul.col {
    padding: 0;
  }
}
.cid-tIB2IHUi5r .icons-menu,
.cid-tIB2IHUi5r .navbar-buttons,
.cid-tIB2IHUi5r .contact-block,
.cid-tIB2IHUi5r .text-column {
  color: #000000;
}
.cid-tIB2IHUi5r H6 {
  color: #232323;
  text-align: left;
}
.cid-tIB2IJ37Zg {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIB2IJ37Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIB2IJ37Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIB2IJ37Zg .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIB2IJ37Zg .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIB2IJ37Zg .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIB2IJ37Zg .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIB2IJ37Zg .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIB2RN5sSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tIB2RN5sSj .mbr-overlay {
  z-index: 1;
}
.cid-tIB2RN5sSj .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tIB2RN5sSj .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tIB2RN5sSj .text-container {
  height: 100%;
  border-bottom: 1px solid #7F8678;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-tIB2RN5sSj .text-container {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-tIB2RN5sSj .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-tIB2RN5sSj .text-wrap {
    max-width: 512px;
    min-height: 638px;
  }
}
.cid-tIB2RN5sSj .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-tIB2RN5sSj .text {
  color: #3d3d3d;
}
.cid-tIB2RN5sSj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIB2RN5sSj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tIB2RN5sSj .item-wrapper {
  width: 100%;
}
.cid-tIB2RN5sSj .mbr-section-title {
  line-height: 1.25em;
}
.cid-tIB2RN5sSj .video-container {
  min-height: 638px;
}
.cid-tIB2RN5sSj .video-container iframe {
  height: 100% !important;
}
.cid-tIB2RN5sSj .video-container .video-block {
  height: 100%;
}
.cid-tIB2RN5sSj .video-container .video-wrapper {
  height: 100%;
}
.cid-tIB2RN5sSj .video-container .app-video-wrapper {
  height: 100%;
}
.cid-tIB2RN5sSj .video-container img {
  height: 100%;
  object-fit: cover;
}
.cid-tIB2RN5sSj .underlined-link:after {
  height: 1px !important;
}
.cid-tIB2IJWuDZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIB2IJWuDZ p {
  text-align: center;
}
.cid-tIB2IJWuDZ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIB2IJWuDZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIB2IJWuDZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIB2IJWuDZ .logo-footer {
  line-height: normal;
}
.cid-tIB2IJWuDZ .copyright {
  display: flex;
  align-items: center;
}
.cid-tIB2IJWuDZ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIB2IJWuDZ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIB2IJWuDZ .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIB2IJWuDZ .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIB2IJWuDZ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIB2IJWuDZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIB2IJWuDZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIB2IJWuDZ .logo-footer {
    text-align: center;
  }
  .cid-tIB2IJWuDZ .social-media {
    justify-content: center;
  }
}
.cid-tIkfre9SAC .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIkfre9SAC .nav-item {
  list-style: none;
}
.cid-tIkfre9SAC .nav-item:focus,
.cid-tIkfre9SAC .nav-link:focus {
  outline: none;
}
.cid-tIkfre9SAC .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIkfre9SAC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIkfre9SAC .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIkfre9SAC .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse.show,
.cid-tIkfre9SAC .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIkfre9SAC .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIkfre9SAC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIkfre9SAC .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIkfre9SAC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIkfre9SAC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIkfre9SAC .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIkfre9SAC .dropdown-item.active,
.cid-tIkfre9SAC .dropdown-item:active {
  background-color: transparent;
}
.cid-tIkfre9SAC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIkfre9SAC .socicon {
  transition: color 0.3s;
}
.cid-tIkfre9SAC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIkfre9SAC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIkfre9SAC .navbar-buttons {
  text-align: inherit;
}
.cid-tIkfre9SAC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIkfre9SAC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIkfre9SAC .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIkfre9SAC .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIkfre9SAC .nav-link:hover,
.cid-tIkfre9SAC .dropdown-item:hover,
.cid-tIkfre9SAC .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIkfre9SAC .navbar {
    height: 77px;
  }
  .cid-tIkfre9SAC .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIkfre9SAC .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIkfre9SAC .icons-menu,
  .cid-tIkfre9SAC .navbar-buttons,
  .cid-tIkfre9SAC .contact-block,
  .cid-tIkfre9SAC .text-column {
    text-align: center !important;
  }
}
.cid-tIkfre9SAC h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIkfre9SAC .collapsing {
  transition: 0s;
}
.cid-tIkfre9SAC .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIkfre9SAC .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIkfre9SAC .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIkfre9SAC .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIkfre9SAC .contact-block {
    margin-left: 20px;
  }
  .cid-tIkfre9SAC .contact-block ul li {
    text-align: left;
  }
  .cid-tIkfre9SAC ul.col {
    padding: 0;
  }
}
.cid-tIkfre9SAC .icons-menu,
.cid-tIkfre9SAC .navbar-buttons,
.cid-tIkfre9SAC .contact-block,
.cid-tIkfre9SAC .text-column {
  color: #000000;
}
.cid-tIkfre9SAC H6 {
  color: #232323;
  text-align: left;
}
.cid-tIkMUiFBXu {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIkMUiFBXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIkMUiFBXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIkMUiFBXu .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIkMUiFBXu .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIkMUiFBXu .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIkMUiFBXu .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIkMUiFBXu .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIkqqDheQP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIkqqDheQP {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIkqqDheQP {
    padding-top: 0.9rem;
    padding-bottom: 0rem;
  }
}
.cid-tIkqqDheQP .mbr-section-subtitle {
  text-align: left;
}
.cid-tIkqqDheQP .mbr-section-title {
  text-align: left;
}
.cid-tIkqqDheQP .mbr-text {
  text-align: left;
}
.cid-tIkRQh6Wt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIkRQh6Wt6 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIkRQh6Wt6 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIkRQh6Wt6 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIkRQh6Wt6 .mbr-section-title {
  text-align: left;
}
.cid-tIkRQh6Wt6 .mbr-text {
  text-align: left;
}
.cid-tIl3Yspbdr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIl3Yspbdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIl3Yspbdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIl3Yspbdr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIl3Yspbdr .row {
  flex-direction: row-reverse;
}
.cid-tIl3Yspbdr img {
  width: 100%;
}
.cid-tIl1qVopor {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1qVopor {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1qVopor {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1qVopor .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1qVopor .mbr-section-title {
  text-align: left;
}
.cid-tIl1qVopor .mbr-text {
  text-align: left;
}
.cid-tIl1AmfIuV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1AmfIuV {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1AmfIuV {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1AmfIuV .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1AmfIuV .mbr-section-title {
  text-align: left;
}
.cid-tIl1AmfIuV .mbr-text {
  text-align: left;
}
.cid-tIl1BIqFim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1BIqFim {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1BIqFim {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1BIqFim .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1BIqFim .mbr-section-title {
  text-align: left;
}
.cid-tIl1BIqFim .mbr-text {
  text-align: left;
}
.cid-tIl1ChHvLs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1ChHvLs {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1ChHvLs {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1ChHvLs .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1ChHvLs .mbr-section-title {
  text-align: left;
}
.cid-tIl1ChHvLs .mbr-text {
  text-align: left;
}
.cid-tIl1QXyh6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1QXyh6c {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1QXyh6c {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1QXyh6c .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1QXyh6c .mbr-section-title {
  text-align: left;
}
.cid-tIl1QXyh6c .mbr-text {
  text-align: left;
}
.cid-tIl40tsVo9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIl40tsVo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIl40tsVo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIl40tsVo9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIl40tsVo9 .row {
  flex-direction: row-reverse;
}
.cid-tIl40tsVo9 img {
  width: 100%;
}
.cid-tIl1ZGCXsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl1ZGCXsP {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl1ZGCXsP {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl1ZGCXsP .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl1ZGCXsP .mbr-section-title {
  text-align: left;
}
.cid-tIl1ZGCXsP .mbr-text {
  text-align: left;
}
.cid-tIl20lHjUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIl20lHjUM {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIl20lHjUM {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIl20lHjUM .mbr-section-subtitle {
  text-align: left;
}
.cid-tIl20lHjUM .mbr-section-title {
  text-align: left;
}
.cid-tIl20lHjUM .mbr-text {
  text-align: left;
}
.cid-tIl9HmfusX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIl9HmfusX p {
  text-align: center;
}
.cid-tIl9HmfusX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIl9HmfusX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIl9HmfusX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIl9HmfusX .logo-footer {
  line-height: normal;
}
.cid-tIl9HmfusX .copyright {
  display: flex;
  align-items: center;
}
.cid-tIl9HmfusX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIl9HmfusX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIl9HmfusX .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIl9HmfusX .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIl9HmfusX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIl9HmfusX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIl9HmfusX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIl9HmfusX .logo-footer {
    text-align: center;
  }
  .cid-tIl9HmfusX .social-media {
    justify-content: center;
  }
}
.cid-tIkfre9SAC .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIkfre9SAC .nav-item {
  list-style: none;
}
.cid-tIkfre9SAC .nav-item:focus,
.cid-tIkfre9SAC .nav-link:focus {
  outline: none;
}
.cid-tIkfre9SAC .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIkfre9SAC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIkfre9SAC .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIkfre9SAC .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse.show,
.cid-tIkfre9SAC .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIkfre9SAC .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIkfre9SAC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIkfre9SAC .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIkfre9SAC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIkfre9SAC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIkfre9SAC .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIkfre9SAC .dropdown-item.active,
.cid-tIkfre9SAC .dropdown-item:active {
  background-color: transparent;
}
.cid-tIkfre9SAC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIkfre9SAC .socicon {
  transition: color 0.3s;
}
.cid-tIkfre9SAC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIkfre9SAC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIkfre9SAC .navbar-buttons {
  text-align: inherit;
}
.cid-tIkfre9SAC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIkfre9SAC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIkfre9SAC .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIkfre9SAC .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIkfre9SAC .nav-link:hover,
.cid-tIkfre9SAC .dropdown-item:hover,
.cid-tIkfre9SAC .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIkfre9SAC .navbar {
    height: 77px;
  }
  .cid-tIkfre9SAC .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIkfre9SAC .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIkfre9SAC .icons-menu,
  .cid-tIkfre9SAC .navbar-buttons,
  .cid-tIkfre9SAC .contact-block,
  .cid-tIkfre9SAC .text-column {
    text-align: center !important;
  }
}
.cid-tIkfre9SAC h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIkfre9SAC .collapsing {
  transition: 0s;
}
.cid-tIkfre9SAC .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIkfre9SAC .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIkfre9SAC .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIkfre9SAC .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIkfre9SAC .contact-block {
    margin-left: 20px;
  }
  .cid-tIkfre9SAC .contact-block ul li {
    text-align: left;
  }
  .cid-tIkfre9SAC ul.col {
    padding: 0;
  }
}
.cid-tIkfre9SAC .icons-menu,
.cid-tIkfre9SAC .navbar-buttons,
.cid-tIkfre9SAC .contact-block,
.cid-tIkfre9SAC .text-column {
  color: #000000;
}
.cid-tIkfre9SAC H6 {
  color: #232323;
  text-align: left;
}
.cid-tIl9HmfusX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIl9HmfusX p {
  text-align: center;
}
.cid-tIl9HmfusX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIl9HmfusX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIl9HmfusX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIl9HmfusX .logo-footer {
  line-height: normal;
}
.cid-tIl9HmfusX .copyright {
  display: flex;
  align-items: center;
}
.cid-tIl9HmfusX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIl9HmfusX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIl9HmfusX .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIl9HmfusX .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIl9HmfusX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIl9HmfusX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIl9HmfusX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIl9HmfusX .logo-footer {
    text-align: center;
  }
  .cid-tIl9HmfusX .social-media {
    justify-content: center;
  }
}
.cid-tIB1cWVB2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tIB1cWVB2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIB1cWVB2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIB1cWVB2n .row {
  padding: 1rem;
}
.cid-tIB1cWVB2n .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tIB1cWVB2n .row {
    padding: 0 12px;
  }
}
.cid-tIB1cWVB2n .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-tIB1cWVB2n .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tIB1cWVB2n .row::after {
    display: none;
  }
}
.cid-tIB1cWVB2n .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-tIB1cWVB2n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIB1cWVB2n .title-wrapper .mbr-section-title span {
  color: #cacbcc;
}
.cid-tIB1cWVB2n .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIB1cWVB2n .text-wrapper {
    padding: 0;
  }
}
.cid-tIB1cWVB2n .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tIB1cWVB2n .mbr-section-title {
  color: #1e4381;
}
.cid-tIB1cWVB2n .mbr-text {
  color: #1e4381;
}
.cid-tIldEgtqzQ .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIldEgtqzQ .nav-item {
  list-style: none;
}
.cid-tIldEgtqzQ .nav-item:focus,
.cid-tIldEgtqzQ .nav-link:focus {
  outline: none;
}
.cid-tIldEgtqzQ .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIldEgtqzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIldEgtqzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIldEgtqzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIldEgtqzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIldEgtqzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIldEgtqzQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIldEgtqzQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIldEgtqzQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIldEgtqzQ .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIldEgtqzQ .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIldEgtqzQ .navbar .navbar-collapse.show,
.cid-tIldEgtqzQ .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIldEgtqzQ .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIldEgtqzQ .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIldEgtqzQ .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIldEgtqzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIldEgtqzQ .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIldEgtqzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIldEgtqzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIldEgtqzQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIldEgtqzQ .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIldEgtqzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIldEgtqzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIldEgtqzQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIldEgtqzQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIldEgtqzQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIldEgtqzQ .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIldEgtqzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIldEgtqzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIldEgtqzQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIldEgtqzQ .dropdown-item.active,
.cid-tIldEgtqzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tIldEgtqzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIldEgtqzQ .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIldEgtqzQ .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIldEgtqzQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIldEgtqzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIldEgtqzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIldEgtqzQ .socicon {
  transition: color 0.3s;
}
.cid-tIldEgtqzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIldEgtqzQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIldEgtqzQ .navbar-buttons {
  text-align: inherit;
}
.cid-tIldEgtqzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIldEgtqzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIldEgtqzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIldEgtqzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIldEgtqzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIldEgtqzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIldEgtqzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIldEgtqzQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIldEgtqzQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIldEgtqzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIldEgtqzQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIldEgtqzQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIldEgtqzQ .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIldEgtqzQ .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIldEgtqzQ .nav-link:hover,
.cid-tIldEgtqzQ .dropdown-item:hover,
.cid-tIldEgtqzQ .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIldEgtqzQ .navbar {
    height: 77px;
  }
  .cid-tIldEgtqzQ .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIldEgtqzQ .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIldEgtqzQ .icons-menu,
  .cid-tIldEgtqzQ .navbar-buttons,
  .cid-tIldEgtqzQ .contact-block,
  .cid-tIldEgtqzQ .text-column {
    text-align: center !important;
  }
}
.cid-tIldEgtqzQ h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIldEgtqzQ .collapsing {
  transition: 0s;
}
.cid-tIldEgtqzQ .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIldEgtqzQ .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIldEgtqzQ .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIldEgtqzQ .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIldEgtqzQ .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIldEgtqzQ .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIldEgtqzQ .contact-block {
    margin-left: 20px;
  }
  .cid-tIldEgtqzQ .contact-block ul li {
    text-align: left;
  }
  .cid-tIldEgtqzQ ul.col {
    padding: 0;
  }
}
.cid-tIldEgtqzQ .icons-menu,
.cid-tIldEgtqzQ .navbar-buttons,
.cid-tIldEgtqzQ .contact-block,
.cid-tIldEgtqzQ .text-column {
  color: #000000;
}
.cid-tIldEgtqzQ H6 {
  color: #232323;
  text-align: left;
}
.cid-tIldEhrew7 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-tIldEhrew7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIldEhrew7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIldEhrew7 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIldEhrew7 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIldEhrew7 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIldEhrew7 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIldEhrew7 .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIlgl2lHer {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlgl2lHer {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlgl2lHer {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlgl2lHer .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlgl2lHer .mbr-section-title {
  text-align: left;
}
.cid-tIlgl2lHer .mbr-text {
  text-align: center;
}
.cid-tIldEhTctO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEhTctO {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEhTctO {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEhTctO .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEhTctO .mbr-section-title {
  text-align: left;
}
.cid-tIldEhTctO .mbr-text {
  text-align: left;
}
.cid-tIldEig0WV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEig0WV {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEig0WV {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEig0WV .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEig0WV .mbr-section-title {
  text-align: left;
}
.cid-tIldEig0WV .mbr-text {
  text-align: left;
}
.cid-tIldEjbXw5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEjbXw5 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEjbXw5 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEjbXw5 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEjbXw5 .mbr-section-title {
  text-align: left;
}
.cid-tIldEjbXw5 .mbr-text {
  text-align: left;
}
.cid-tIldEjApKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEjApKj {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEjApKj {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEjApKj .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEjApKj .mbr-section-title {
  text-align: left;
}
.cid-tIldEjApKj .mbr-text {
  text-align: left;
}
.cid-tIldEk9xt9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEk9xt9 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEk9xt9 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEk9xt9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEk9xt9 .mbr-section-title {
  text-align: left;
}
.cid-tIldEk9xt9 .mbr-text {
  text-align: left;
}
.cid-tIldEkAEVc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIldEkAEVc {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIldEkAEVc {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIldEkAEVc .mbr-section-subtitle {
  text-align: left;
}
.cid-tIldEkAEVc .mbr-section-title {
  text-align: left;
}
.cid-tIldEkAEVc .mbr-text {
  text-align: left;
}
.cid-tIldEmDTjx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIldEmDTjx p {
  text-align: center;
}
.cid-tIldEmDTjx .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIldEmDTjx .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIldEmDTjx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIldEmDTjx .logo-footer {
  line-height: normal;
}
.cid-tIldEmDTjx .copyright {
  display: flex;
  align-items: center;
}
.cid-tIldEmDTjx .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIldEmDTjx .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIldEmDTjx .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIldEmDTjx .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIldEmDTjx .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIldEmDTjx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIldEmDTjx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIldEmDTjx .logo-footer {
    text-align: center;
  }
  .cid-tIldEmDTjx .social-media {
    justify-content: center;
  }
}
.cid-tIlf3DXVlD .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIlf3DXVlD .nav-item {
  list-style: none;
}
.cid-tIlf3DXVlD .nav-item:focus,
.cid-tIlf3DXVlD .nav-link:focus {
  outline: none;
}
.cid-tIlf3DXVlD .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIlf3DXVlD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlf3DXVlD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIlf3DXVlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIlf3DXVlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlf3DXVlD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIlf3DXVlD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIlf3DXVlD .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIlf3DXVlD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIlf3DXVlD .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIlf3DXVlD .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIlf3DXVlD .navbar .navbar-collapse.show,
.cid-tIlf3DXVlD .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIlf3DXVlD .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIlf3DXVlD .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIlf3DXVlD .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIlf3DXVlD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIlf3DXVlD .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIlf3DXVlD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIlf3DXVlD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIlf3DXVlD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIlf3DXVlD .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIlf3DXVlD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIlf3DXVlD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIlf3DXVlD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIlf3DXVlD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIlf3DXVlD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIlf3DXVlD .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIlf3DXVlD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIlf3DXVlD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIlf3DXVlD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIlf3DXVlD .dropdown-item.active,
.cid-tIlf3DXVlD .dropdown-item:active {
  background-color: transparent;
}
.cid-tIlf3DXVlD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIlf3DXVlD .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIlf3DXVlD .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIlf3DXVlD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIlf3DXVlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIlf3DXVlD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIlf3DXVlD .socicon {
  transition: color 0.3s;
}
.cid-tIlf3DXVlD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIlf3DXVlD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlf3DXVlD .navbar-buttons {
  text-align: inherit;
}
.cid-tIlf3DXVlD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIlf3DXVlD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIlf3DXVlD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIlf3DXVlD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlf3DXVlD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlf3DXVlD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIlf3DXVlD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlf3DXVlD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIlf3DXVlD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIlf3DXVlD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlf3DXVlD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIlf3DXVlD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIlf3DXVlD .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIlf3DXVlD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIlf3DXVlD .nav-link:hover,
.cid-tIlf3DXVlD .dropdown-item:hover,
.cid-tIlf3DXVlD .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIlf3DXVlD .navbar {
    height: 77px;
  }
  .cid-tIlf3DXVlD .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIlf3DXVlD .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIlf3DXVlD .icons-menu,
  .cid-tIlf3DXVlD .navbar-buttons,
  .cid-tIlf3DXVlD .contact-block,
  .cid-tIlf3DXVlD .text-column {
    text-align: center !important;
  }
}
.cid-tIlf3DXVlD h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIlf3DXVlD .collapsing {
  transition: 0s;
}
.cid-tIlf3DXVlD .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIlf3DXVlD .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlf3DXVlD .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIlf3DXVlD .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIlf3DXVlD .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlf3DXVlD .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIlf3DXVlD .contact-block {
    margin-left: 20px;
  }
  .cid-tIlf3DXVlD .contact-block ul li {
    text-align: left;
  }
  .cid-tIlf3DXVlD ul.col {
    padding: 0;
  }
}
.cid-tIlf3DXVlD .icons-menu,
.cid-tIlf3DXVlD .navbar-buttons,
.cid-tIlf3DXVlD .contact-block,
.cid-tIlf3DXVlD .text-column {
  color: #000000;
}
.cid-tIlf3DXVlD H6 {
  color: #232323;
  text-align: left;
}
.cid-tIlf3EPeDA {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIlf3EPeDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIlf3EPeDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIlf3EPeDA .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlf3EPeDA .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIlf3EPeDA .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlf3EPeDA .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIlf3EPeDA .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIlf3Fp6OA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3Fp6OA {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3Fp6OA {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3Fp6OA .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3Fp6OA .mbr-section-title {
  text-align: left;
}
.cid-tIlf3Fp6OA .mbr-text {
  text-align: center;
}
.cid-tIlf3FS567 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3FS567 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3FS567 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3FS567 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3FS567 .mbr-section-title {
  text-align: left;
}
.cid-tIlf3FS567 .mbr-text {
  text-align: left;
}
.cid-tIlf3GGjT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3GGjT4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3GGjT4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3GGjT4 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3GGjT4 .mbr-section-title {
  text-align: left;
}
.cid-tIlf3GGjT4 .mbr-text {
  text-align: left;
}
.cid-tIlf3H3nur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3H3nur {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3H3nur {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3H3nur .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3H3nur .mbr-section-title {
  text-align: left;
}
.cid-tIlf3H3nur .mbr-text {
  text-align: left;
}
.cid-tIlf3HpT7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3HpT7H {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3HpT7H {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3HpT7H .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3HpT7H .mbr-section-title {
  text-align: left;
}
.cid-tIlf3HpT7H .mbr-text {
  text-align: left;
}
.cid-tIlf3HLkwh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3HLkwh {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3HLkwh {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3HLkwh .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3HLkwh .mbr-section-title {
  text-align: left;
}
.cid-tIlf3HLkwh .mbr-text {
  text-align: left;
}
.cid-tIlf3IcQ9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3IcQ9H {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3IcQ9H {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3IcQ9H .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3IcQ9H .mbr-section-title {
  text-align: left;
}
.cid-tIlf3IcQ9H .mbr-text {
  text-align: left;
}
.cid-tIlf3ISGKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3ISGKx {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3ISGKx {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3ISGKx .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3ISGKx .mbr-section-title {
  text-align: left;
}
.cid-tIlf3ISGKx .mbr-text {
  text-align: left;
}
.cid-tIlf3Je5FU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlf3Je5FU {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlf3Je5FU {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlf3Je5FU .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlf3Je5FU .mbr-section-title {
  text-align: left;
}
.cid-tIlf3Je5FU .mbr-text {
  text-align: left;
}
.cid-tIlf3JA2Sp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIlf3JA2Sp p {
  text-align: center;
}
.cid-tIlf3JA2Sp .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIlf3JA2Sp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIlf3JA2Sp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIlf3JA2Sp .logo-footer {
  line-height: normal;
}
.cid-tIlf3JA2Sp .copyright {
  display: flex;
  align-items: center;
}
.cid-tIlf3JA2Sp .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIlf3JA2Sp .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIlf3JA2Sp .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIlf3JA2Sp .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIlf3JA2Sp .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIlf3JA2Sp .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIlf3JA2Sp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIlf3JA2Sp .logo-footer {
    text-align: center;
  }
  .cid-tIlf3JA2Sp .social-media {
    justify-content: center;
  }
}
.cid-tIliHRC3ZG .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIliHRC3ZG .nav-item {
  list-style: none;
}
.cid-tIliHRC3ZG .nav-item:focus,
.cid-tIliHRC3ZG .nav-link:focus {
  outline: none;
}
.cid-tIliHRC3ZG .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIliHRC3ZG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIliHRC3ZG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIliHRC3ZG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIliHRC3ZG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIliHRC3ZG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIliHRC3ZG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIliHRC3ZG .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIliHRC3ZG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIliHRC3ZG .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIliHRC3ZG .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIliHRC3ZG .navbar .navbar-collapse.show,
.cid-tIliHRC3ZG .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIliHRC3ZG .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIliHRC3ZG .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIliHRC3ZG .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIliHRC3ZG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIliHRC3ZG .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIliHRC3ZG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIliHRC3ZG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIliHRC3ZG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIliHRC3ZG .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIliHRC3ZG .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIliHRC3ZG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIliHRC3ZG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIliHRC3ZG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIliHRC3ZG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIliHRC3ZG .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIliHRC3ZG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIliHRC3ZG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIliHRC3ZG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIliHRC3ZG .dropdown-item.active,
.cid-tIliHRC3ZG .dropdown-item:active {
  background-color: transparent;
}
.cid-tIliHRC3ZG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIliHRC3ZG .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIliHRC3ZG .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIliHRC3ZG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIliHRC3ZG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIliHRC3ZG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIliHRC3ZG .socicon {
  transition: color 0.3s;
}
.cid-tIliHRC3ZG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIliHRC3ZG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIliHRC3ZG .navbar-buttons {
  text-align: inherit;
}
.cid-tIliHRC3ZG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIliHRC3ZG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIliHRC3ZG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIliHRC3ZG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIliHRC3ZG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIliHRC3ZG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIliHRC3ZG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIliHRC3ZG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIliHRC3ZG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIliHRC3ZG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIliHRC3ZG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIliHRC3ZG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIliHRC3ZG .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIliHRC3ZG .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIliHRC3ZG .nav-link:hover,
.cid-tIliHRC3ZG .dropdown-item:hover,
.cid-tIliHRC3ZG .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIliHRC3ZG .navbar {
    height: 77px;
  }
  .cid-tIliHRC3ZG .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIliHRC3ZG .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIliHRC3ZG .icons-menu,
  .cid-tIliHRC3ZG .navbar-buttons,
  .cid-tIliHRC3ZG .contact-block,
  .cid-tIliHRC3ZG .text-column {
    text-align: center !important;
  }
}
.cid-tIliHRC3ZG h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIliHRC3ZG .collapsing {
  transition: 0s;
}
.cid-tIliHRC3ZG .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIliHRC3ZG .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIliHRC3ZG .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIliHRC3ZG .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIliHRC3ZG .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIliHRC3ZG .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIliHRC3ZG .contact-block {
    margin-left: 20px;
  }
  .cid-tIliHRC3ZG .contact-block ul li {
    text-align: left;
  }
  .cid-tIliHRC3ZG ul.col {
    padding: 0;
  }
}
.cid-tIliHRC3ZG .icons-menu,
.cid-tIliHRC3ZG .navbar-buttons,
.cid-tIliHRC3ZG .contact-block,
.cid-tIliHRC3ZG .text-column {
  color: #000000;
}
.cid-tIliHRC3ZG H6 {
  color: #232323;
  text-align: left;
}
.cid-tIliHSla73 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIliHSla73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIliHSla73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIliHSla73 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIliHSla73 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIliHSla73 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIliHSla73 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIliHSla73 .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIliHSH1M6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIliHSH1M6 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIliHSH1M6 {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIliHSH1M6 .mbr-section-subtitle {
  text-align: left;
}
.cid-tIliHSH1M6 .mbr-section-title {
  text-align: left;
}
.cid-tIliHSH1M6 .mbr-text {
  text-align: left;
}
.cid-tIliHTjHTo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIliHTjHTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIliHTjHTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIliHTjHTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIliHTjHTo .row {
  flex-direction: row-reverse;
}
.cid-tIliHTjHTo img {
  width: 100%;
}
.cid-tIlouWvCpH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIlouWvCpH H1 {
  text-align: left;
}
.cid-tIlm6gv5cM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIlm6gv5cM .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIlm6gv5cM .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tIlm6gv5cM img,
.cid-tIlm6gv5cM .item-img {
  width: 100%;
}
.cid-tIlm6gv5cM .item:focus,
.cid-tIlm6gv5cM span:focus {
  outline: none;
}
.cid-tIlm6gv5cM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIlm6gv5cM .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIlm6gv5cM img {
  border-radius: 30px;
}
.cid-tIliHWQai9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIliHWQai9 p {
  text-align: center;
}
.cid-tIliHWQai9 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIliHWQai9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIliHWQai9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIliHWQai9 .logo-footer {
  line-height: normal;
}
.cid-tIliHWQai9 .copyright {
  display: flex;
  align-items: center;
}
.cid-tIliHWQai9 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIliHWQai9 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIliHWQai9 .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIliHWQai9 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIliHWQai9 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIliHWQai9 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIliHWQai9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIliHWQai9 .logo-footer {
    text-align: center;
  }
  .cid-tIliHWQai9 .social-media {
    justify-content: center;
  }
}
.cid-tIlpFhEPQN .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIlpFhEPQN .nav-item {
  list-style: none;
}
.cid-tIlpFhEPQN .nav-item:focus,
.cid-tIlpFhEPQN .nav-link:focus {
  outline: none;
}
.cid-tIlpFhEPQN .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIlpFhEPQN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlpFhEPQN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIlpFhEPQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIlpFhEPQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlpFhEPQN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIlpFhEPQN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIlpFhEPQN .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIlpFhEPQN .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIlpFhEPQN .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIlpFhEPQN .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIlpFhEPQN .navbar .navbar-collapse.show,
.cid-tIlpFhEPQN .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIlpFhEPQN .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIlpFhEPQN .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIlpFhEPQN .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIlpFhEPQN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIlpFhEPQN .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIlpFhEPQN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIlpFhEPQN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIlpFhEPQN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIlpFhEPQN .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIlpFhEPQN .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIlpFhEPQN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIlpFhEPQN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIlpFhEPQN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIlpFhEPQN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIlpFhEPQN .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIlpFhEPQN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIlpFhEPQN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIlpFhEPQN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIlpFhEPQN .dropdown-item.active,
.cid-tIlpFhEPQN .dropdown-item:active {
  background-color: transparent;
}
.cid-tIlpFhEPQN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIlpFhEPQN .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIlpFhEPQN .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIlpFhEPQN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIlpFhEPQN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIlpFhEPQN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIlpFhEPQN .socicon {
  transition: color 0.3s;
}
.cid-tIlpFhEPQN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIlpFhEPQN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlpFhEPQN .navbar-buttons {
  text-align: inherit;
}
.cid-tIlpFhEPQN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIlpFhEPQN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIlpFhEPQN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIlpFhEPQN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlpFhEPQN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlpFhEPQN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIlpFhEPQN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlpFhEPQN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIlpFhEPQN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIlpFhEPQN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlpFhEPQN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIlpFhEPQN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIlpFhEPQN .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIlpFhEPQN .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIlpFhEPQN .nav-link:hover,
.cid-tIlpFhEPQN .dropdown-item:hover,
.cid-tIlpFhEPQN .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIlpFhEPQN .navbar {
    height: 77px;
  }
  .cid-tIlpFhEPQN .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIlpFhEPQN .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIlpFhEPQN .icons-menu,
  .cid-tIlpFhEPQN .navbar-buttons,
  .cid-tIlpFhEPQN .contact-block,
  .cid-tIlpFhEPQN .text-column {
    text-align: center !important;
  }
}
.cid-tIlpFhEPQN h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIlpFhEPQN .collapsing {
  transition: 0s;
}
.cid-tIlpFhEPQN .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIlpFhEPQN .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlpFhEPQN .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIlpFhEPQN .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIlpFhEPQN .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlpFhEPQN .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIlpFhEPQN .contact-block {
    margin-left: 20px;
  }
  .cid-tIlpFhEPQN .contact-block ul li {
    text-align: left;
  }
  .cid-tIlpFhEPQN ul.col {
    padding: 0;
  }
}
.cid-tIlpFhEPQN .icons-menu,
.cid-tIlpFhEPQN .navbar-buttons,
.cid-tIlpFhEPQN .contact-block,
.cid-tIlpFhEPQN .text-column {
  color: #000000;
}
.cid-tIlpFhEPQN H6 {
  color: #232323;
  text-align: left;
}
.cid-tIlpFjPB2R {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIlpFjPB2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIlpFjPB2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIlpFjPB2R .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlpFjPB2R .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIlpFjPB2R .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlpFjPB2R .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIlpFjPB2R .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIlpFkCVdA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlpFkCVdA {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlpFkCVdA {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlpFkCVdA .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlpFkCVdA .mbr-section-title {
  text-align: left;
}
.cid-tIlpFkCVdA .mbr-text {
  text-align: left;
}
.cid-tIlq5u9vAW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlq5u9vAW {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlq5u9vAW {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlq5u9vAW .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlq5u9vAW .mbr-section-title {
  text-align: left;
}
.cid-tIlq5u9vAW .mbr-text {
  text-align: left;
}
.cid-tIlqh6jQEZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tIlqh6jQEZ {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIlqh6jQEZ {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIlqh6jQEZ .mbr-section-subtitle {
  text-align: left;
}
.cid-tIlqh6jQEZ .mbr-section-title {
  text-align: left;
}
.cid-tIlqh6jQEZ .mbr-text {
  text-align: left;
}
.cid-tIlpFnuExU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIlpFnuExU p {
  text-align: center;
}
.cid-tIlpFnuExU .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIlpFnuExU .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIlpFnuExU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIlpFnuExU .logo-footer {
  line-height: normal;
}
.cid-tIlpFnuExU .copyright {
  display: flex;
  align-items: center;
}
.cid-tIlpFnuExU .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIlpFnuExU .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIlpFnuExU .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIlpFnuExU .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIlpFnuExU .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIlpFnuExU .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIlpFnuExU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIlpFnuExU .logo-footer {
    text-align: center;
  }
  .cid-tIlpFnuExU .social-media {
    justify-content: center;
  }
}
.cid-tIlttJX8c9 .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIlttJX8c9 .nav-item {
  list-style: none;
}
.cid-tIlttJX8c9 .nav-item:focus,
.cid-tIlttJX8c9 .nav-link:focus {
  outline: none;
}
.cid-tIlttJX8c9 .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIlttJX8c9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlttJX8c9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIlttJX8c9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIlttJX8c9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIlttJX8c9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIlttJX8c9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIlttJX8c9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIlttJX8c9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIlttJX8c9 .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIlttJX8c9 .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIlttJX8c9 .navbar .navbar-collapse.show,
.cid-tIlttJX8c9 .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIlttJX8c9 .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIlttJX8c9 .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIlttJX8c9 .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIlttJX8c9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIlttJX8c9 .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIlttJX8c9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIlttJX8c9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIlttJX8c9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIlttJX8c9 .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIlttJX8c9 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIlttJX8c9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIlttJX8c9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIlttJX8c9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIlttJX8c9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIlttJX8c9 .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIlttJX8c9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIlttJX8c9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIlttJX8c9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIlttJX8c9 .dropdown-item.active,
.cid-tIlttJX8c9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIlttJX8c9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIlttJX8c9 .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIlttJX8c9 .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIlttJX8c9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIlttJX8c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIlttJX8c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIlttJX8c9 .socicon {
  transition: color 0.3s;
}
.cid-tIlttJX8c9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIlttJX8c9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIlttJX8c9 .navbar-buttons {
  text-align: inherit;
}
.cid-tIlttJX8c9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIlttJX8c9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIlttJX8c9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIlttJX8c9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlttJX8c9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIlttJX8c9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIlttJX8c9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlttJX8c9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIlttJX8c9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIlttJX8c9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIlttJX8c9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIlttJX8c9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIlttJX8c9 .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIlttJX8c9 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIlttJX8c9 .nav-link:hover,
.cid-tIlttJX8c9 .dropdown-item:hover,
.cid-tIlttJX8c9 .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIlttJX8c9 .navbar {
    height: 77px;
  }
  .cid-tIlttJX8c9 .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIlttJX8c9 .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIlttJX8c9 .icons-menu,
  .cid-tIlttJX8c9 .navbar-buttons,
  .cid-tIlttJX8c9 .contact-block,
  .cid-tIlttJX8c9 .text-column {
    text-align: center !important;
  }
}
.cid-tIlttJX8c9 h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIlttJX8c9 .collapsing {
  transition: 0s;
}
.cid-tIlttJX8c9 .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIlttJX8c9 .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlttJX8c9 .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIlttJX8c9 .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIlttJX8c9 .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIlttJX8c9 .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIlttJX8c9 .contact-block {
    margin-left: 20px;
  }
  .cid-tIlttJX8c9 .contact-block ul li {
    text-align: left;
  }
  .cid-tIlttJX8c9 ul.col {
    padding: 0;
  }
}
.cid-tIlttJX8c9 .icons-menu,
.cid-tIlttJX8c9 .navbar-buttons,
.cid-tIlttJX8c9 .contact-block,
.cid-tIlttJX8c9 .text-column {
  color: #000000;
}
.cid-tIlttJX8c9 H6 {
  color: #232323;
  text-align: left;
}
.cid-tIlttKBLiY {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIlttKBLiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIlttKBLiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIlttKBLiY .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlttKBLiY .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIlttKBLiY .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIlttKBLiY .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIlttKBLiY .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIlZtPkAF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIlZtPkAF4 .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tIlZtPkAF4 .display-1 {
    font-size: 16rem;
  }
}
.cid-tIlZtPkAF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIlZtPkAF4 .mbr-section-title {
  text-align: center;
}
.cid-tIlZtPkAF4 .mbr-text,
.cid-tIlZtPkAF4 .mbr-section-btn {
  text-align: center;
}
.cid-tIlZtPkAF4 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tIlZtPkAF4 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tIlZtPkAF4 .mbr-section-title,
.cid-tIlZtPkAF4 .dot {
  color: #000000;
  text-align: center;
}
.cid-tIlZtPkAF4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tIlttLEaR7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIlttLEaR7 p {
  text-align: center;
}
.cid-tIlttLEaR7 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIlttLEaR7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIlttLEaR7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIlttLEaR7 .logo-footer {
  line-height: normal;
}
.cid-tIlttLEaR7 .copyright {
  display: flex;
  align-items: center;
}
.cid-tIlttLEaR7 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIlttLEaR7 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIlttLEaR7 .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIlttLEaR7 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIlttLEaR7 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIlttLEaR7 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIlttLEaR7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIlttLEaR7 .logo-footer {
    text-align: center;
  }
  .cid-tIlttLEaR7 .social-media {
    justify-content: center;
  }
}
.cid-tIB2jLHimP .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIB2jLHimP .nav-item {
  list-style: none;
}
.cid-tIB2jLHimP .nav-item:focus,
.cid-tIB2jLHimP .nav-link:focus {
  outline: none;
}
.cid-tIB2jLHimP .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIB2jLHimP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIB2jLHimP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIB2jLHimP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIB2jLHimP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIB2jLHimP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIB2jLHimP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIB2jLHimP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIB2jLHimP .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIB2jLHimP .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIB2jLHimP .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIB2jLHimP .navbar .navbar-collapse.show,
.cid-tIB2jLHimP .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIB2jLHimP .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIB2jLHimP .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIB2jLHimP .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIB2jLHimP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIB2jLHimP .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIB2jLHimP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIB2jLHimP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIB2jLHimP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIB2jLHimP .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIB2jLHimP .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIB2jLHimP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIB2jLHimP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIB2jLHimP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIB2jLHimP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIB2jLHimP .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIB2jLHimP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIB2jLHimP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIB2jLHimP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIB2jLHimP .dropdown-item.active,
.cid-tIB2jLHimP .dropdown-item:active {
  background-color: transparent;
}
.cid-tIB2jLHimP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIB2jLHimP .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIB2jLHimP .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIB2jLHimP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIB2jLHimP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIB2jLHimP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIB2jLHimP .socicon {
  transition: color 0.3s;
}
.cid-tIB2jLHimP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIB2jLHimP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIB2jLHimP .navbar-buttons {
  text-align: inherit;
}
.cid-tIB2jLHimP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIB2jLHimP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIB2jLHimP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIB2jLHimP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIB2jLHimP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIB2jLHimP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIB2jLHimP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIB2jLHimP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIB2jLHimP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIB2jLHimP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIB2jLHimP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIB2jLHimP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIB2jLHimP .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIB2jLHimP .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIB2jLHimP .nav-link:hover,
.cid-tIB2jLHimP .dropdown-item:hover,
.cid-tIB2jLHimP .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIB2jLHimP .navbar {
    height: 77px;
  }
  .cid-tIB2jLHimP .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIB2jLHimP .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIB2jLHimP .icons-menu,
  .cid-tIB2jLHimP .navbar-buttons,
  .cid-tIB2jLHimP .contact-block,
  .cid-tIB2jLHimP .text-column {
    text-align: center !important;
  }
}
.cid-tIB2jLHimP h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIB2jLHimP .collapsing {
  transition: 0s;
}
.cid-tIB2jLHimP .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIB2jLHimP .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIB2jLHimP .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIB2jLHimP .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIB2jLHimP .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIB2jLHimP .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIB2jLHimP .contact-block {
    margin-left: 20px;
  }
  .cid-tIB2jLHimP .contact-block ul li {
    text-align: left;
  }
  .cid-tIB2jLHimP ul.col {
    padding: 0;
  }
}
.cid-tIB2jLHimP .icons-menu,
.cid-tIB2jLHimP .navbar-buttons,
.cid-tIB2jLHimP .contact-block,
.cid-tIB2jLHimP .text-column {
  color: #000000;
}
.cid-tIB2jLHimP H6 {
  color: #232323;
  text-align: left;
}
.cid-tIB2jNFOPC {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIB2jNFOPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIB2jNFOPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIB2jNFOPC .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIB2jNFOPC .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIB2jNFOPC .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIB2jNFOPC .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIB2jNFOPC .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIB72PSP6O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tIB72PSP6O .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tIB72PSP6O .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tIB72PSP6O .wrap {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .cid-tIB72PSP6O .wrap {
    flex-wrap: nowrap;
  }
}
.cid-tIB72PSP6O .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-tIB72PSP6O .numbering {
  font-size: 80px;
}
.cid-tIB72PSP6O .item-img {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tIB72PSP6O .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tIB72PSP6O .item-img {
    padding-bottom: 50px;
  }
}
.cid-tIB72PSP6O .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-tIB72PSP6O .img {
    margin-top: 200px;
  }
}
.cid-tIB72PSP6O .img img {
  object-fit: cover;
  height: 100%;
}
.cid-tIB72PSP6O .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-tIB72PSP6O .text-container {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIB72PSP6O .item-text {
    margin-left: -100%;
    margin-top: 162px;
  }
}
@media (max-width: 767px) {
  .cid-tIB72PSP6O .item-text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIB72PSP6O .text-container {
    margin-left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tIB72PSP6O .text-container {
    margin-left: 0;
  }
}
.cid-tIB72PSP6O .item-text {
  padding: 0 32px;
}
.cid-tIB72PSP6O .sublabel {
  margin-bottom: 20px;
}
.cid-tIB72PSP6O .link {
  margin-top: 10px;
}
.cid-tIB72PSP6O .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-tIB72PSP6O .emerging-underline-link:after {
  height: 2px;
}
.cid-tIB5PuwK5g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tIB5PuwK5g .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tIB5PuwK5g .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tIB5PuwK5g .wrap {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tIB5PuwK5g .wrap {
    flex-wrap: nowrap;
  }
}
.cid-tIB5PuwK5g .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-tIB5PuwK5g .numbering {
  font-size: 80px;
}
.cid-tIB5PuwK5g .item-img {
  display: flex;
  flex-wrap: nowrap;
  width: 18%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tIB5PuwK5g .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tIB5PuwK5g .item-img {
    padding-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tIB5PuwK5g .text-wrap {
    width: 82%;
  }
}
.cid-tIB5PuwK5g .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-tIB5PuwK5g .image svg {
  display: flex;
  width: 100%;
}
.cid-tIB5PuwK5g .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-tIB5PuwK5g .text-container {
    flex-direction: column;
  }
}
.cid-tIB5PuwK5g .text {
  margin-top: 10px;
}
.cid-tIB5PuwK5g .text-left {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .cid-tIB5PuwK5g .text-left {
    width: 35%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tIB5PuwK5g .text-left {
    padding-left: 0;
    width: 100%;
    padding-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .cid-tIB5PuwK5g .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tIB5PuwK5g .text-right {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 21px;
  }
}
.cid-tIB5PuwK5g .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-tIB5PuwK5g .item-text {
    max-width: 892px;
    padding: 0;
  }
}
.cid-tIB5PuwK5g .sublabel {
  margin-bottom: 20px;
}
.cid-tIB5PuwK5g .link {
  margin-top: 10px;
}
.cid-tIB5PuwK5g .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-tIB5R4HWu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tIB5R4HWu2 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tIB5R4HWu2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tIB5R4HWu2 .wrap {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .cid-tIB5R4HWu2 .wrap {
    flex-wrap: nowrap;
  }
}
.cid-tIB5R4HWu2 .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-tIB5R4HWu2 .numbering {
  font-size: 80px;
}
.cid-tIB5R4HWu2 .item-img {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tIB5R4HWu2 .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tIB5R4HWu2 .item-img {
    padding-bottom: 50px;
  }
}
.cid-tIB5R4HWu2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-tIB5R4HWu2 .img {
    margin-top: 200px;
  }
}
.cid-tIB5R4HWu2 .img img {
  object-fit: cover;
  height: 100%;
}
.cid-tIB5R4HWu2 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-tIB5R4HWu2 .text-container {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIB5R4HWu2 .item-text {
    margin-left: -100%;
    margin-top: 162px;
  }
}
@media (max-width: 767px) {
  .cid-tIB5R4HWu2 .item-text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIB5R4HWu2 .text-container {
    margin-left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tIB5R4HWu2 .text-container {
    margin-left: 0;
  }
}
.cid-tIB5R4HWu2 .item-text {
  padding: 0 32px;
}
.cid-tIB5R4HWu2 .sublabel {
  margin-bottom: 20px;
}
.cid-tIB5R4HWu2 .link {
  margin-top: 10px;
}
.cid-tIB5R4HWu2 .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-tIB5R4HWu2 .emerging-underline-link:after {
  height: 2px;
}
.cid-tIB2jOAwIu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIB2jOAwIu p {
  text-align: center;
}
.cid-tIB2jOAwIu .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIB2jOAwIu .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIB2jOAwIu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIB2jOAwIu .logo-footer {
  line-height: normal;
}
.cid-tIB2jOAwIu .copyright {
  display: flex;
  align-items: center;
}
.cid-tIB2jOAwIu .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIB2jOAwIu .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIB2jOAwIu .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIB2jOAwIu .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIB2jOAwIu .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIB2jOAwIu .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIB2jOAwIu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIB2jOAwIu .logo-footer {
    text-align: center;
  }
  .cid-tIB2jOAwIu .social-media {
    justify-content: center;
  }
}
.cid-tIltAjV75O .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIltAjV75O .nav-item {
  list-style: none;
}
.cid-tIltAjV75O .nav-item:focus,
.cid-tIltAjV75O .nav-link:focus {
  outline: none;
}
.cid-tIltAjV75O .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIltAjV75O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIltAjV75O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIltAjV75O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIltAjV75O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIltAjV75O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIltAjV75O .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIltAjV75O .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIltAjV75O .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIltAjV75O .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIltAjV75O .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIltAjV75O .navbar .navbar-collapse.show,
.cid-tIltAjV75O .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIltAjV75O .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIltAjV75O .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIltAjV75O .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIltAjV75O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIltAjV75O .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIltAjV75O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIltAjV75O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIltAjV75O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIltAjV75O .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIltAjV75O .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIltAjV75O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIltAjV75O .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIltAjV75O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIltAjV75O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIltAjV75O .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIltAjV75O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIltAjV75O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIltAjV75O .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIltAjV75O .dropdown-item.active,
.cid-tIltAjV75O .dropdown-item:active {
  background-color: transparent;
}
.cid-tIltAjV75O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIltAjV75O .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIltAjV75O .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIltAjV75O .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIltAjV75O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIltAjV75O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIltAjV75O .socicon {
  transition: color 0.3s;
}
.cid-tIltAjV75O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIltAjV75O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIltAjV75O .navbar-buttons {
  text-align: inherit;
}
.cid-tIltAjV75O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIltAjV75O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIltAjV75O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIltAjV75O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIltAjV75O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIltAjV75O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIltAjV75O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIltAjV75O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIltAjV75O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIltAjV75O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIltAjV75O .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIltAjV75O .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIltAjV75O .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIltAjV75O .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIltAjV75O .nav-link:hover,
.cid-tIltAjV75O .dropdown-item:hover,
.cid-tIltAjV75O .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIltAjV75O .navbar {
    height: 77px;
  }
  .cid-tIltAjV75O .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIltAjV75O .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIltAjV75O .icons-menu,
  .cid-tIltAjV75O .navbar-buttons,
  .cid-tIltAjV75O .contact-block,
  .cid-tIltAjV75O .text-column {
    text-align: center !important;
  }
}
.cid-tIltAjV75O h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIltAjV75O .collapsing {
  transition: 0s;
}
.cid-tIltAjV75O .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIltAjV75O .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIltAjV75O .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIltAjV75O .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIltAjV75O .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIltAjV75O .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIltAjV75O .contact-block {
    margin-left: 20px;
  }
  .cid-tIltAjV75O .contact-block ul li {
    text-align: left;
  }
  .cid-tIltAjV75O ul.col {
    padding: 0;
  }
}
.cid-tIltAjV75O .icons-menu,
.cid-tIltAjV75O .navbar-buttons,
.cid-tIltAjV75O .contact-block,
.cid-tIltAjV75O .text-column {
  color: #000000;
}
.cid-tIltAjV75O H6 {
  color: #232323;
  text-align: left;
}
.cid-tIltAkwT7S {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-tIltAkwT7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIltAkwT7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIltAkwT7S .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIltAkwT7S .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-tIltAkwT7S .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-tIltAkwT7S .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-tIltAkwT7S .mbr-section-btn {
  margin-top: 144px;
}
.cid-tIlwDqlVZI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIlwDqlVZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIlwDqlVZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIlwDqlVZI .mbr-section-title,
.cid-tIlwDqlVZI .mbr-section-subtitle {
  text-align: center;
}
.cid-tIlwDqlVZI .cost {
  word-break: normal;
}
.cid-tIlwDqlVZI .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tIlwDqlVZI .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tIlwDqlVZI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIlwDqlVZI .card-wrapper {
    padding: 1rem;
  }
}
.cid-tIlwDqlVZI .card-title {
  color: #7f7e7e;
}
.cid-tIlwDqlVZI P {
  color: #7f7e7e;
}
.cid-tIltAlwsD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIltAlwsD1 p {
  text-align: center;
}
.cid-tIltAlwsD1 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIltAlwsD1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIltAlwsD1 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIltAlwsD1 .logo-footer {
  line-height: normal;
}
.cid-tIltAlwsD1 .copyright {
  display: flex;
  align-items: center;
}
.cid-tIltAlwsD1 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIltAlwsD1 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIltAlwsD1 .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIltAlwsD1 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIltAlwsD1 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIltAlwsD1 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIltAlwsD1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIltAlwsD1 .logo-footer {
    text-align: center;
  }
  .cid-tIltAlwsD1 .social-media {
    justify-content: center;
  }
}
.cid-tIkfre9SAC .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-tIkfre9SAC .nav-item {
  list-style: none;
}
.cid-tIkfre9SAC .nav-item:focus,
.cid-tIkfre9SAC .nav-link:focus {
  outline: none;
}
.cid-tIkfre9SAC .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIkfre9SAC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIkfre9SAC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIkfre9SAC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tIkfre9SAC .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tIkfre9SAC .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse.show,
.cid-tIkfre9SAC .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tIkfre9SAC .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tIkfre9SAC .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tIkfre9SAC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIkfre9SAC .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tIkfre9SAC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tIkfre9SAC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIkfre9SAC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIkfre9SAC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIkfre9SAC .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIkfre9SAC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIkfre9SAC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIkfre9SAC .dropdown-item.active,
.cid-tIkfre9SAC .dropdown-item:active {
  background-color: transparent;
}
.cid-tIkfre9SAC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tIkfre9SAC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIkfre9SAC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIkfre9SAC .socicon {
  transition: color 0.3s;
}
.cid-tIkfre9SAC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIkfre9SAC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIkfre9SAC .navbar-buttons {
  text-align: inherit;
}
.cid-tIkfre9SAC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIkfre9SAC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIkfre9SAC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIkfre9SAC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIkfre9SAC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIkfre9SAC .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-tIkfre9SAC .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tIkfre9SAC .nav-link:hover,
.cid-tIkfre9SAC .dropdown-item:hover,
.cid-tIkfre9SAC .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIkfre9SAC .navbar {
    height: 77px;
  }
  .cid-tIkfre9SAC .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tIkfre9SAC .navbar-collapse .img-column {
    display: none;
  }
  .cid-tIkfre9SAC .icons-menu,
  .cid-tIkfre9SAC .navbar-buttons,
  .cid-tIkfre9SAC .contact-block,
  .cid-tIkfre9SAC .text-column {
    text-align: center !important;
  }
}
.cid-tIkfre9SAC h6.mbr-fonts-style {
  padding: 0;
}
.cid-tIkfre9SAC .collapsing {
  transition: 0s;
}
.cid-tIkfre9SAC .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tIkfre9SAC .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-tIkfre9SAC .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-tIkfre9SAC .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-tIkfre9SAC .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-tIkfre9SAC .contact-block {
    margin-left: 20px;
  }
  .cid-tIkfre9SAC .contact-block ul li {
    text-align: left;
  }
  .cid-tIkfre9SAC ul.col {
    padding: 0;
  }
}
.cid-tIkfre9SAC .icons-menu,
.cid-tIkfre9SAC .navbar-buttons,
.cid-tIkfre9SAC .contact-block,
.cid-tIkfre9SAC .text-column {
  color: #000000;
}
.cid-tIkfre9SAC H6 {
  color: #232323;
  text-align: left;
}
.cid-tIATzhJs7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-tIATzhJs7k .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIATzhJs7k .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-tIATzhJs7k .card .card-header {
  background-color: transparent;
}
.cid-tIATzhJs7k .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-tIATzhJs7k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIATzhJs7k .panel-body,
.cid-tIATzhJs7k .card-header {
  padding: 1rem 0;
}
.cid-tIATzhJs7k .panel-title-edit {
  color: #ffffff;
}
.cid-tIATzhJs7k .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-tIl9HmfusX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIl9HmfusX p {
  text-align: center;
}
.cid-tIl9HmfusX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIl9HmfusX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIl9HmfusX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #7f7e7e;
}
.cid-tIl9HmfusX .logo-footer {
  line-height: normal;
}
.cid-tIl9HmfusX .copyright {
  display: flex;
  align-items: center;
}
.cid-tIl9HmfusX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIl9HmfusX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIl9HmfusX .icon-transition span {
  color: #78c5e2;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIl9HmfusX .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tIl9HmfusX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIl9HmfusX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIl9HmfusX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tIl9HmfusX .logo-footer {
    text-align: center;
  }
  .cid-tIl9HmfusX .social-media {
    justify-content: center;
  }
}
