body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Play', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Play', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Play', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Play', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Play', 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #8caff0 !important;
}
.bg-info {
  background-color: #22a5e5 !important;
}
.bg-warning {
  background-color: #6ec7f2 !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success,
.btn-success:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8caff0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #8caff0 !important;
}
.text-info {
  color: #22a5e5 !important;
}
.text-warning {
  color: #6ec7f2 !important;
}
.text-danger {
  color: #fafafa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3270e4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #116690 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #15a1e5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7c7c7 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22a5e5;
}
.alert-warning {
  background-color: #6ec7f2;
}
.alert-danger {
  background-color: #fafafa;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d9effa;
}
.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: 'Play', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Play', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4479d9 !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='%236592e6' %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-vhHLE2yFaA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhHLE2yFaA nav.navbar {
  position: fixed;
}
.cid-vhHLE2yFaA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhHLE2yFaA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhHLE2yFaA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhHLE2yFaA .dropdown-item:hover,
.cid-vhHLE2yFaA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhHLE2yFaA .dropdown-item:hover span {
  color: white;
}
.cid-vhHLE2yFaA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhHLE2yFaA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhHLE2yFaA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhHLE2yFaA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhHLE2yFaA .nav-link {
  position: relative;
}
.cid-vhHLE2yFaA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhHLE2yFaA .container {
    flex-wrap: wrap;
  }
}
.cid-vhHLE2yFaA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhHLE2yFaA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhHLE2yFaA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhHLE2yFaA .dropdown-menu,
.cid-vhHLE2yFaA .navbar.opened {
  background: #000000 !important;
}
.cid-vhHLE2yFaA .nav-item:focus,
.cid-vhHLE2yFaA .nav-link:focus {
  outline: none;
}
.cid-vhHLE2yFaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhHLE2yFaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhHLE2yFaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhHLE2yFaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhHLE2yFaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhHLE2yFaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhHLE2yFaA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vhHLE2yFaA .navbar.opened {
  transition: all 0.3s;
}
.cid-vhHLE2yFaA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhHLE2yFaA .navbar .navbar-logo img {
  width: auto;
}
.cid-vhHLE2yFaA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhHLE2yFaA .navbar.collapsed {
  justify-content: center;
}
.cid-vhHLE2yFaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhHLE2yFaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhHLE2yFaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vhHLE2yFaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhHLE2yFaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhHLE2yFaA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhHLE2yFaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhHLE2yFaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhHLE2yFaA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhHLE2yFaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhHLE2yFaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhHLE2yFaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhHLE2yFaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhHLE2yFaA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhHLE2yFaA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhHLE2yFaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhHLE2yFaA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhHLE2yFaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhHLE2yFaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhHLE2yFaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhHLE2yFaA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhHLE2yFaA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhHLE2yFaA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhHLE2yFaA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhHLE2yFaA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhHLE2yFaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhHLE2yFaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhHLE2yFaA .dropdown-item.active,
.cid-vhHLE2yFaA .dropdown-item:active {
  background-color: transparent;
}
.cid-vhHLE2yFaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhHLE2yFaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhHLE2yFaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhHLE2yFaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vhHLE2yFaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhHLE2yFaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhHLE2yFaA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhHLE2yFaA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhHLE2yFaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhHLE2yFaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vhHLE2yFaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhHLE2yFaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhHLE2yFaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhHLE2yFaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhHLE2yFaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhHLE2yFaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhHLE2yFaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhHLE2yFaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhHLE2yFaA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhHLE2yFaA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhHLE2yFaA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhHLE2yFaA .navbar {
    height: 70px;
  }
  .cid-vhHLE2yFaA .navbar.opened {
    height: auto;
  }
  .cid-vhHLE2yFaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhHLQpz5Qr {
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vhHLQpz5Qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHLQpz5Qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHLQpz5Qr .mbr-section-title {
  color: #00a6e4;
}
.cid-vhHLQpz5Qr .mbr-text,
.cid-vhHLQpz5Qr .mbr-section-btn {
  color: #b5def8;
}
.cid-vhHODP1pJh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vhHODP1pJh [class^="socicon-"]:before,
.cid-vhHODP1pJh [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vhHODP1pJh .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vhHODP1pJh .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhHODP1pJh .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vhHODP1pJh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vhHODP1pJh .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vhHODP1pJh .btn {
    font-size: 20px !important;
  }
}
.cid-vhHODP1pJh .btn-social,
.cid-vhHODP1pJh .mbr-section-title {
  color: #ff6052;
}
.cid-vhHOEF8FMb .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhHOEF8FMb .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhHOEF8FMb .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vhHOEF8FMb .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhHOEF8FMb .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhHOEF8FMb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhHOEF8FMb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhHOEF8FMb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhHOEF8FMb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhHOEF8FMb .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhHOEF8FMb .google-map {
    position: relative;
  }
  .cid-vhHOEF8FMb .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vhHOEF8FMb H4 {
  color: #ffffff;
}
.cid-vhHOTNWUFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhHOTNWUFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHOTNWUFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHOTNWUFp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhHOTNWUFp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhHOTNWUFp .row {
    text-align: center;
  }
  .cid-vhHOTNWUFp .row > div {
    margin: auto;
  }
  .cid-vhHOTNWUFp .social-row {
    justify-content: center;
  }
}
.cid-vhHOTNWUFp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhHOTNWUFp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhHOTNWUFp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhHOTNWUFp .list {
    margin-bottom: 0rem;
  }
}
.cid-vhHOTNWUFp .mbr-text {
  color: #bbbbbb;
}
.cid-vhHOTNWUFp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhHOTNWUFp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhHOTNWUFp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhHOTNWUFp .copyright {
  text-align: left;
}
.cid-vhHYvesN9t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhHYvesN9t nav.navbar {
  position: fixed;
}
.cid-vhHYvesN9t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhHYvesN9t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhHYvesN9t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhHYvesN9t .dropdown-item:hover,
.cid-vhHYvesN9t .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhHYvesN9t .dropdown-item:hover span {
  color: white;
}
.cid-vhHYvesN9t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhHYvesN9t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhHYvesN9t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhHYvesN9t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhHYvesN9t .nav-link {
  position: relative;
}
.cid-vhHYvesN9t .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhHYvesN9t .container {
    flex-wrap: wrap;
  }
}
.cid-vhHYvesN9t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhHYvesN9t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhHYvesN9t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhHYvesN9t .dropdown-menu,
.cid-vhHYvesN9t .navbar.opened {
  background: #000000 !important;
}
.cid-vhHYvesN9t .nav-item:focus,
.cid-vhHYvesN9t .nav-link:focus {
  outline: none;
}
.cid-vhHYvesN9t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhHYvesN9t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhHYvesN9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhHYvesN9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhHYvesN9t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhHYvesN9t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhHYvesN9t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vhHYvesN9t .navbar.opened {
  transition: all 0.3s;
}
.cid-vhHYvesN9t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhHYvesN9t .navbar .navbar-logo img {
  width: auto;
}
.cid-vhHYvesN9t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhHYvesN9t .navbar.collapsed {
  justify-content: center;
}
.cid-vhHYvesN9t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhHYvesN9t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhHYvesN9t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vhHYvesN9t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhHYvesN9t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhHYvesN9t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhHYvesN9t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhHYvesN9t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhHYvesN9t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhHYvesN9t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhHYvesN9t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhHYvesN9t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhHYvesN9t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhHYvesN9t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhHYvesN9t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhHYvesN9t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhHYvesN9t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhHYvesN9t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhHYvesN9t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhHYvesN9t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhHYvesN9t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhHYvesN9t .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhHYvesN9t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhHYvesN9t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhHYvesN9t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhHYvesN9t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhHYvesN9t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhHYvesN9t .dropdown-item.active,
.cid-vhHYvesN9t .dropdown-item:active {
  background-color: transparent;
}
.cid-vhHYvesN9t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhHYvesN9t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhHYvesN9t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhHYvesN9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vhHYvesN9t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhHYvesN9t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhHYvesN9t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhHYvesN9t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhHYvesN9t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhHYvesN9t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vhHYvesN9t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhHYvesN9t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhHYvesN9t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhHYvesN9t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhHYvesN9t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhHYvesN9t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhHYvesN9t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhHYvesN9t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhHYvesN9t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhHYvesN9t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhHYvesN9t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhHYvesN9t .navbar {
    height: 70px;
  }
  .cid-vhHYvesN9t .navbar.opened {
    height: auto;
  }
  .cid-vhHYvesN9t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhHYveHC42 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vhHYveHC42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHYveHC42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHYveHC42 .mbr-section-title {
  color: #00a6e4;
}
.cid-vhHYveHC42 .mbr-text,
.cid-vhHYveHC42 .mbr-section-btn {
  color: #b5def8;
}
.cid-vhHZ99i5QK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhHZ99i5QK .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhHZ99i5QK .mbr-text {
  color: #ffffff;
}
.cid-vhHYveSEbE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vhHYveSEbE [class^="socicon-"]:before,
.cid-vhHYveSEbE [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vhHYveSEbE .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vhHYveSEbE .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhHYveSEbE .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vhHYveSEbE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vhHYveSEbE .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vhHYveSEbE .btn {
    font-size: 20px !important;
  }
}
.cid-vhHYveSEbE .btn-social,
.cid-vhHYveSEbE .mbr-section-title {
  color: #ff6052;
}
.cid-vhHYvf1EGi .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhHYvf1EGi .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhHYvf1EGi .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vhHYvf1EGi .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhHYvf1EGi .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhHYvf1EGi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhHYvf1EGi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhHYvf1EGi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhHYvf1EGi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhHYvf1EGi .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhHYvf1EGi .google-map {
    position: relative;
  }
  .cid-vhHYvf1EGi .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vhHYvf1EGi H4 {
  color: #ffffff;
}
.cid-vhHYvfb8S3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhHYvfb8S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHYvfb8S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHYvfb8S3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhHYvfb8S3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhHYvfb8S3 .row {
    text-align: center;
  }
  .cid-vhHYvfb8S3 .row > div {
    margin: auto;
  }
  .cid-vhHYvfb8S3 .social-row {
    justify-content: center;
  }
}
.cid-vhHYvfb8S3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhHYvfb8S3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhHYvfb8S3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhHYvfb8S3 .list {
    margin-bottom: 0rem;
  }
}
.cid-vhHYvfb8S3 .mbr-text {
  color: #bbbbbb;
}
.cid-vhHYvfb8S3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhHYvfb8S3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhHYvfb8S3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhHYvfb8S3 .copyright {
  text-align: left;
}
.cid-vhI0hhIDnP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhI0hhIDnP nav.navbar {
  position: fixed;
}
.cid-vhI0hhIDnP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhI0hhIDnP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhI0hhIDnP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhI0hhIDnP .dropdown-item:hover,
.cid-vhI0hhIDnP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhI0hhIDnP .dropdown-item:hover span {
  color: white;
}
.cid-vhI0hhIDnP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhI0hhIDnP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhI0hhIDnP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhI0hhIDnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhI0hhIDnP .nav-link {
  position: relative;
}
.cid-vhI0hhIDnP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhI0hhIDnP .container {
    flex-wrap: wrap;
  }
}
.cid-vhI0hhIDnP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhI0hhIDnP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhI0hhIDnP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhI0hhIDnP .dropdown-menu,
.cid-vhI0hhIDnP .navbar.opened {
  background: #000000 !important;
}
.cid-vhI0hhIDnP .nav-item:focus,
.cid-vhI0hhIDnP .nav-link:focus {
  outline: none;
}
.cid-vhI0hhIDnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhI0hhIDnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhI0hhIDnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhI0hhIDnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhI0hhIDnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhI0hhIDnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhI0hhIDnP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vhI0hhIDnP .navbar.opened {
  transition: all 0.3s;
}
.cid-vhI0hhIDnP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhI0hhIDnP .navbar .navbar-logo img {
  width: auto;
}
.cid-vhI0hhIDnP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhI0hhIDnP .navbar.collapsed {
  justify-content: center;
}
.cid-vhI0hhIDnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhI0hhIDnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhI0hhIDnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vhI0hhIDnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhI0hhIDnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhI0hhIDnP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhI0hhIDnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhI0hhIDnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhI0hhIDnP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhI0hhIDnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhI0hhIDnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhI0hhIDnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhI0hhIDnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhI0hhIDnP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhI0hhIDnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhI0hhIDnP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhI0hhIDnP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhI0hhIDnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhI0hhIDnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhI0hhIDnP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhI0hhIDnP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhI0hhIDnP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhI0hhIDnP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhI0hhIDnP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhI0hhIDnP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhI0hhIDnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhI0hhIDnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhI0hhIDnP .dropdown-item.active,
.cid-vhI0hhIDnP .dropdown-item:active {
  background-color: transparent;
}
.cid-vhI0hhIDnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhI0hhIDnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhI0hhIDnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhI0hhIDnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vhI0hhIDnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhI0hhIDnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhI0hhIDnP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhI0hhIDnP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhI0hhIDnP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhI0hhIDnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vhI0hhIDnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhI0hhIDnP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhI0hhIDnP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhI0hhIDnP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhI0hhIDnP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhI0hhIDnP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhI0hhIDnP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhI0hhIDnP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhI0hhIDnP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhI0hhIDnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhI0hhIDnP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhI0hhIDnP .navbar {
    height: 70px;
  }
  .cid-vhI0hhIDnP .navbar.opened {
    height: auto;
  }
  .cid-vhI0hhIDnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhI0hhWhIY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vhI0hhWhIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI0hhWhIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI0hhWhIY .mbr-section-title {
  color: #00a6e4;
}
.cid-vhI0hhWhIY .mbr-text,
.cid-vhI0hhWhIY .mbr-section-btn {
  color: #b5def8;
}
.cid-vhI0hif4Zs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vhI0hif4Zs .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI0hif4Zs .mbr-text {
  color: #ffffff;
}
.cid-vhI137zh80 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vhI137zh80 .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI137zh80 .mbr-text {
  color: #ffffff;
}
.cid-vhI1nutEzY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vhI1nutEzY .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI1nutEzY .mbr-text {
  color: #ffffff;
}
.cid-vhI1uGlDqP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vhI1uGlDqP .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI1uGlDqP .mbr-text {
  color: #ffffff;
}
.cid-vhI1IXgl72 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vhI1IXgl72 .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI1IXgl72 .mbr-text {
  color: #ffffff;
}
.cid-vhI27wIvWt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhI27wIvWt .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-vhI27wIvWt .mbr-text {
  color: #ffffff;
}
.cid-vhI0hitUL5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vhI0hitUL5 [class^="socicon-"]:before,
.cid-vhI0hitUL5 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vhI0hitUL5 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vhI0hitUL5 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhI0hitUL5 .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vhI0hitUL5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vhI0hitUL5 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vhI0hitUL5 .btn {
    font-size: 20px !important;
  }
}
.cid-vhI0hitUL5 .btn-social,
.cid-vhI0hitUL5 .mbr-section-title {
  color: #ff6052;
}
.cid-vhI0hiGCwr .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhI0hiGCwr .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhI0hiGCwr .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vhI0hiGCwr .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhI0hiGCwr .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhI0hiGCwr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhI0hiGCwr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhI0hiGCwr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhI0hiGCwr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhI0hiGCwr .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhI0hiGCwr .google-map {
    position: relative;
  }
  .cid-vhI0hiGCwr .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vhI0hiGCwr H4 {
  color: #ffffff;
}
.cid-vhI0hiYqwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhI0hiYqwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI0hiYqwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI0hiYqwI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhI0hiYqwI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhI0hiYqwI .row {
    text-align: center;
  }
  .cid-vhI0hiYqwI .row > div {
    margin: auto;
  }
  .cid-vhI0hiYqwI .social-row {
    justify-content: center;
  }
}
.cid-vhI0hiYqwI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhI0hiYqwI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhI0hiYqwI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhI0hiYqwI .list {
    margin-bottom: 0rem;
  }
}
.cid-vhI0hiYqwI .mbr-text {
  color: #bbbbbb;
}
.cid-vhI0hiYqwI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhI0hiYqwI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhI0hiYqwI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhI0hiYqwI .copyright {
  text-align: left;
}
.cid-vhImJHQY1U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhImJHQY1U nav.navbar {
  position: fixed;
}
.cid-vhImJHQY1U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhImJHQY1U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhImJHQY1U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhImJHQY1U .dropdown-item:hover,
.cid-vhImJHQY1U .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhImJHQY1U .dropdown-item:hover span {
  color: white;
}
.cid-vhImJHQY1U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhImJHQY1U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhImJHQY1U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhImJHQY1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhImJHQY1U .nav-link {
  position: relative;
}
.cid-vhImJHQY1U .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhImJHQY1U .container {
    flex-wrap: wrap;
  }
}
.cid-vhImJHQY1U .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhImJHQY1U .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhImJHQY1U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhImJHQY1U .dropdown-menu,
.cid-vhImJHQY1U .navbar.opened {
  background: #000000 !important;
}
.cid-vhImJHQY1U .nav-item:focus,
.cid-vhImJHQY1U .nav-link:focus {
  outline: none;
}
.cid-vhImJHQY1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhImJHQY1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhImJHQY1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhImJHQY1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhImJHQY1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhImJHQY1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhImJHQY1U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vhImJHQY1U .navbar.opened {
  transition: all 0.3s;
}
.cid-vhImJHQY1U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhImJHQY1U .navbar .navbar-logo img {
  width: auto;
}
.cid-vhImJHQY1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhImJHQY1U .navbar.collapsed {
  justify-content: center;
}
.cid-vhImJHQY1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhImJHQY1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhImJHQY1U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vhImJHQY1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhImJHQY1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhImJHQY1U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhImJHQY1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhImJHQY1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhImJHQY1U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhImJHQY1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhImJHQY1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhImJHQY1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhImJHQY1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhImJHQY1U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhImJHQY1U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhImJHQY1U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhImJHQY1U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhImJHQY1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhImJHQY1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhImJHQY1U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhImJHQY1U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhImJHQY1U .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhImJHQY1U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhImJHQY1U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhImJHQY1U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhImJHQY1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhImJHQY1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhImJHQY1U .dropdown-item.active,
.cid-vhImJHQY1U .dropdown-item:active {
  background-color: transparent;
}
.cid-vhImJHQY1U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhImJHQY1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhImJHQY1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhImJHQY1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vhImJHQY1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhImJHQY1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhImJHQY1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhImJHQY1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhImJHQY1U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhImJHQY1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vhImJHQY1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhImJHQY1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhImJHQY1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhImJHQY1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhImJHQY1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhImJHQY1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhImJHQY1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhImJHQY1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhImJHQY1U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhImJHQY1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhImJHQY1U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhImJHQY1U .navbar {
    height: 70px;
  }
  .cid-vhImJHQY1U .navbar.opened {
    height: auto;
  }
  .cid-vhImJHQY1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhImJI2wK5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vhImJI2wK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhImJI2wK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhImJI2wK5 .mbr-section-title {
  color: #00a6e4;
}
.cid-vhImJI2wK5 .mbr-text,
.cid-vhImJI2wK5 .mbr-section-btn {
  color: #b5def8;
}
.cid-vhImJIkbtd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-vhImJIkbtd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhImJIkbtd .mbr-text {
  color: #ffffff;
}
.cid-vhInS6MUjM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #22a5e5;
}
.cid-vhInS6MUjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhInS6MUjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhInS6MUjM .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vhInS6MUjM .plan-body {
  padding-bottom: 2rem;
}
.cid-vhInS6MUjM .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhInS6MUjM .price {
  color: #22a5e5;
}
.cid-vhInS6MUjM .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vhInS6MUjM .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vhInS6MUjM .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vhInS6MUjM .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhInS6MUjM .plan {
    margin-bottom: 2rem;
  }
}
.cid-vhIpl6GHUl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #22a5e5;
}
.cid-vhIpl6GHUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIpl6GHUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIpl6GHUl .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-vhIpl6GHUl .plan-body {
  padding-bottom: 2rem;
}
.cid-vhIpl6GHUl .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhIpl6GHUl .price {
  color: #22a5e5;
}
.cid-vhIpl6GHUl .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-vhIpl6GHUl .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-vhIpl6GHUl .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vhIpl6GHUl .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhIpl6GHUl .plan {
    margin-bottom: 2rem;
  }
}
.cid-vhImJIs3vR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhImJIs3vR .mbr-section-subtitle {
  color: #232323;
}
.cid-vhImJIs3vR .mbr-text {
  color: #ffffff;
}
.cid-vhImJIs3vR .mbr-section-title {
  color: #00a6e4;
}
.cid-vhIt623lag {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhIt623lag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIt623lag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIt623lag .nav-tabs .nav-item.open .nav-link:focus,
.cid-vhIt623lag .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vhIt623lag .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-vhIt623lag .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vhIt623lag .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vhIt623lag .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vhIt623lag .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vhIt623lag .nav-link,
.cid-vhIt623lag .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vhIt623lag .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-vhIt623lag H4 {
  text-align: center;
}
.cid-vhIt623lag H3 {
  text-align: left;
}
.cid-vhIt623lag P {
  text-align: left;
}
.cid-vhYOD07VdH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhYOD07VdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYOD07VdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYOD07VdH .nav-tabs .nav-item.open .nav-link:focus,
.cid-vhYOD07VdH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vhYOD07VdH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-vhYOD07VdH .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vhYOD07VdH .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vhYOD07VdH .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vhYOD07VdH .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vhYOD07VdH .nav-link,
.cid-vhYOD07VdH .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vhYOD07VdH .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-vhYOD07VdH H4 {
  text-align: center;
}
.cid-vhYOD07VdH H3 {
  text-align: left;
}
.cid-vhYLeRcs5j {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhYLeRcs5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYLeRcs5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYLeRcs5j .nav-tabs .nav-item.open .nav-link:focus,
.cid-vhYLeRcs5j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vhYLeRcs5j .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-vhYLeRcs5j .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vhYLeRcs5j .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vhYLeRcs5j .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vhYLeRcs5j .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vhYLeRcs5j .nav-link,
.cid-vhYLeRcs5j .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vhYLeRcs5j .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-vhYLeRcs5j H4 {
  text-align: center;
}
.cid-vhYLeRcs5j H3 {
  text-align: left;
}
.cid-vhIKmUZ5kC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhIKmUZ5kC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIKmUZ5kC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIKmUZ5kC .nav-tabs .nav-item.open .nav-link:focus,
.cid-vhIKmUZ5kC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vhIKmUZ5kC .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-vhIKmUZ5kC .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vhIKmUZ5kC .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vhIKmUZ5kC .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vhIKmUZ5kC .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vhIKmUZ5kC .nav-link,
.cid-vhIKmUZ5kC .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vhIKmUZ5kC .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-vhIKmUZ5kC H4 {
  text-align: center;
}
.cid-vhIKmUZ5kC H3 {
  text-align: left;
}
.cid-vhIKmUZ5kC P {
  text-align: left;
}
.cid-vhYQmX85OU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhYQmX85OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYQmX85OU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYQmX85OU .nav-tabs .nav-item.open .nav-link:focus,
.cid-vhYQmX85OU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vhYQmX85OU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-vhYQmX85OU .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vhYQmX85OU .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vhYQmX85OU .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vhYQmX85OU .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vhYQmX85OU .nav-link,
.cid-vhYQmX85OU .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vhYQmX85OU .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-vhYQmX85OU H4 {
  text-align: center;
}
.cid-vhYQmX85OU H3 {
  text-align: left;
}
.cid-vhImJIZn8n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vhImJIZn8n [class^="socicon-"]:before,
.cid-vhImJIZn8n [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vhImJIZn8n .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vhImJIZn8n .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhImJIZn8n .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vhImJIZn8n .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vhImJIZn8n .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vhImJIZn8n .btn {
    font-size: 20px !important;
  }
}
.cid-vhImJIZn8n .btn-social,
.cid-vhImJIZn8n .mbr-section-title {
  color: #ff6052;
}
.cid-vhImJJ9LJp .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhImJJ9LJp .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhImJJ9LJp .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vhImJJ9LJp .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhImJJ9LJp .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhImJJ9LJp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhImJJ9LJp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhImJJ9LJp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhImJJ9LJp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhImJJ9LJp .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhImJJ9LJp .google-map {
    position: relative;
  }
  .cid-vhImJJ9LJp .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vhImJJ9LJp H4 {
  color: #ffffff;
}
.cid-vhImJJjjqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhImJJjjqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhImJJjjqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhImJJjjqt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhImJJjjqt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhImJJjjqt .row {
    text-align: center;
  }
  .cid-vhImJJjjqt .row > div {
    margin: auto;
  }
  .cid-vhImJJjjqt .social-row {
    justify-content: center;
  }
}
.cid-vhImJJjjqt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhImJJjjqt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhImJJjjqt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhImJJjjqt .list {
    margin-bottom: 0rem;
  }
}
.cid-vhImJJjjqt .mbr-text {
  color: #bbbbbb;
}
.cid-vhImJJjjqt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhImJJjjqt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhImJJjjqt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhImJJjjqt .copyright {
  text-align: left;
}
.cid-vhYWfIXb72 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhYWfIXb72 nav.navbar {
  position: fixed;
}
.cid-vhYWfIXb72 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhYWfIXb72 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhYWfIXb72 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhYWfIXb72 .dropdown-item:hover,
.cid-vhYWfIXb72 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhYWfIXb72 .dropdown-item:hover span {
  color: white;
}
.cid-vhYWfIXb72 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhYWfIXb72 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhYWfIXb72 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhYWfIXb72 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhYWfIXb72 .nav-link {
  position: relative;
}
.cid-vhYWfIXb72 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhYWfIXb72 .container {
    flex-wrap: wrap;
  }
}
.cid-vhYWfIXb72 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhYWfIXb72 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vhYWfIXb72 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhYWfIXb72 .dropdown-menu,
.cid-vhYWfIXb72 .navbar.opened {
  background: #000000 !important;
}
.cid-vhYWfIXb72 .nav-item:focus,
.cid-vhYWfIXb72 .nav-link:focus {
  outline: none;
}
.cid-vhYWfIXb72 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhYWfIXb72 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhYWfIXb72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhYWfIXb72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhYWfIXb72 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhYWfIXb72 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhYWfIXb72 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vhYWfIXb72 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhYWfIXb72 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhYWfIXb72 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhYWfIXb72 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhYWfIXb72 .navbar.collapsed {
  justify-content: center;
}
.cid-vhYWfIXb72 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhYWfIXb72 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhYWfIXb72 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vhYWfIXb72 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhYWfIXb72 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhYWfIXb72 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhYWfIXb72 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhYWfIXb72 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhYWfIXb72 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhYWfIXb72 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhYWfIXb72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhYWfIXb72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhYWfIXb72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhYWfIXb72 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhYWfIXb72 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhYWfIXb72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhYWfIXb72 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhYWfIXb72 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhYWfIXb72 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhYWfIXb72 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhYWfIXb72 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhYWfIXb72 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhYWfIXb72 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhYWfIXb72 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhYWfIXb72 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhYWfIXb72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhYWfIXb72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhYWfIXb72 .dropdown-item.active,
.cid-vhYWfIXb72 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhYWfIXb72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhYWfIXb72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhYWfIXb72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhYWfIXb72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vhYWfIXb72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhYWfIXb72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhYWfIXb72 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhYWfIXb72 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhYWfIXb72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhYWfIXb72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vhYWfIXb72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhYWfIXb72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhYWfIXb72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhYWfIXb72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhYWfIXb72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhYWfIXb72 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhYWfIXb72 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhYWfIXb72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhYWfIXb72 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhYWfIXb72 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhYWfIXb72 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhYWfIXb72 .navbar {
    height: 70px;
  }
  .cid-vhYWfIXb72 .navbar.opened {
    height: auto;
  }
  .cid-vhYWfIXb72 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhYWfJaaKI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vhYWfJaaKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYWfJaaKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYWfJaaKI .mbr-section-title {
  color: #00a6e4;
}
.cid-vhYWfJaaKI .mbr-text,
.cid-vhYWfJaaKI .mbr-section-btn {
  color: #b5def8;
}
.cid-vhYWfJmprJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-vhYWfJmprJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhYWfJmprJ .mbr-text {
  color: #ffffff;
}
.cid-vi00TX4c5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vi00TX4c5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi00TX4c5T .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-vi00TX4c5T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi00TX4c5T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi00TX4c5T .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi00TX4c5T .mbr-section-title {
  color: #22a5e5;
}
.cid-vi00VbWCMf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vi00VbWCMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi00VbWCMf .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-vi00VbWCMf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi00VbWCMf .row {
  flex-direction: row-reverse;
}
.cid-vi00VbWCMf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi00VbWCMf .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi00VbWCMf .mbr-section-title {
  color: #22a5e5;
  text-align: right;
}
.cid-vi00VbWCMf .mbr-text {
  text-align: right;
}
.cid-vi0e195Kko {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vi0e195Kko .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi0e195Kko .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-vi0e195Kko .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi0e195Kko img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi0e195Kko .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi0e195Kko .mbr-section-title {
  color: #22a5e5;
}
.cid-vi0e25g3wY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vi0e25g3wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi0e25g3wY .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-vi0e25g3wY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi0e25g3wY .row {
  flex-direction: row-reverse;
}
.cid-vi0e25g3wY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi0e25g3wY .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi0e25g3wY .mbr-section-title {
  color: #22a5e5;
  text-align: right;
}
.cid-vi0e25g3wY .mbr-text {
  text-align: right;
}
.cid-vi0e2G5RWu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vi0e2G5RWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi0e2G5RWu .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-vi0e2G5RWu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi0e2G5RWu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi0e2G5RWu .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi0e2G5RWu .mbr-section-title {
  color: #22a5e5;
}
.cid-vhYWfLdhhI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vhYWfLdhhI [class^="socicon-"]:before,
.cid-vhYWfLdhhI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vhYWfLdhhI .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vhYWfLdhhI .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhYWfLdhhI .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vhYWfLdhhI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vhYWfLdhhI .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vhYWfLdhhI .btn {
    font-size: 20px !important;
  }
}
.cid-vhYWfLdhhI .btn-social,
.cid-vhYWfLdhhI .mbr-section-title {
  color: #ff6052;
}
.cid-vhYWfLnNHl .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhYWfLnNHl .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhYWfLnNHl .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vhYWfLnNHl .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhYWfLnNHl .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhYWfLnNHl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhYWfLnNHl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhYWfLnNHl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhYWfLnNHl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhYWfLnNHl .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhYWfLnNHl .google-map {
    position: relative;
  }
  .cid-vhYWfLnNHl .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vhYWfLnNHl H4 {
  color: #ffffff;
}
.cid-vhYWfLES7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vhYWfLES7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYWfLES7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYWfLES7P .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhYWfLES7P .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhYWfLES7P .row {
    text-align: center;
  }
  .cid-vhYWfLES7P .row > div {
    margin: auto;
  }
  .cid-vhYWfLES7P .social-row {
    justify-content: center;
  }
}
.cid-vhYWfLES7P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhYWfLES7P .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhYWfLES7P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhYWfLES7P .list {
    margin-bottom: 0rem;
  }
}
.cid-vhYWfLES7P .mbr-text {
  color: #bbbbbb;
}
.cid-vhYWfLES7P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhYWfLES7P .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhYWfLES7P div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhYWfLES7P .copyright {
  text-align: left;
}
.cid-viV9j0DgmV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viV9j0DgmV nav.navbar {
  position: fixed;
}
.cid-viV9j0DgmV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viV9j0DgmV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viV9j0DgmV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viV9j0DgmV .dropdown-item:hover,
.cid-viV9j0DgmV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-viV9j0DgmV .dropdown-item:hover span {
  color: white;
}
.cid-viV9j0DgmV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viV9j0DgmV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viV9j0DgmV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viV9j0DgmV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viV9j0DgmV .nav-link {
  position: relative;
}
.cid-viV9j0DgmV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viV9j0DgmV .container {
    flex-wrap: wrap;
  }
}
.cid-viV9j0DgmV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viV9j0DgmV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-viV9j0DgmV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viV9j0DgmV .dropdown-menu,
.cid-viV9j0DgmV .navbar.opened {
  background: #000000 !important;
}
.cid-viV9j0DgmV .nav-item:focus,
.cid-viV9j0DgmV .nav-link:focus {
  outline: none;
}
.cid-viV9j0DgmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viV9j0DgmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viV9j0DgmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viV9j0DgmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viV9j0DgmV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viV9j0DgmV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viV9j0DgmV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-viV9j0DgmV .navbar.opened {
  transition: all 0.3s;
}
.cid-viV9j0DgmV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viV9j0DgmV .navbar .navbar-logo img {
  width: auto;
}
.cid-viV9j0DgmV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viV9j0DgmV .navbar.collapsed {
  justify-content: center;
}
.cid-viV9j0DgmV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viV9j0DgmV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viV9j0DgmV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-viV9j0DgmV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viV9j0DgmV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viV9j0DgmV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-viV9j0DgmV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viV9j0DgmV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viV9j0DgmV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viV9j0DgmV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viV9j0DgmV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viV9j0DgmV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viV9j0DgmV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viV9j0DgmV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-viV9j0DgmV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viV9j0DgmV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viV9j0DgmV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viV9j0DgmV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viV9j0DgmV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viV9j0DgmV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viV9j0DgmV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viV9j0DgmV .navbar.navbar-short {
  min-height: 60px;
}
.cid-viV9j0DgmV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viV9j0DgmV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viV9j0DgmV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viV9j0DgmV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viV9j0DgmV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viV9j0DgmV .dropdown-item.active,
.cid-viV9j0DgmV .dropdown-item:active {
  background-color: transparent;
}
.cid-viV9j0DgmV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viV9j0DgmV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viV9j0DgmV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viV9j0DgmV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viV9j0DgmV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viV9j0DgmV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viV9j0DgmV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viV9j0DgmV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viV9j0DgmV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viV9j0DgmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-viV9j0DgmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viV9j0DgmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viV9j0DgmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viV9j0DgmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viV9j0DgmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viV9j0DgmV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viV9j0DgmV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viV9j0DgmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viV9j0DgmV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viV9j0DgmV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viV9j0DgmV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viV9j0DgmV .navbar {
    height: 70px;
  }
  .cid-viV9j0DgmV .navbar.opened {
    height: auto;
  }
  .cid-viV9j0DgmV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viV9j0PfWy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-viV9j0PfWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-viV9j0PfWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viV9j0PfWy .mbr-section-title {
  color: #00a6e4;
}
.cid-viV9j0PfWy .mbr-text,
.cid-viV9j0PfWy .mbr-section-btn {
  color: #b5def8;
}
.cid-viV9j12w1d {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-viV9j12w1d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viV9j12w1d .mbr-text {
  color: #ffffff;
}
.cid-viW17tUpVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-viW17tUpVo .carousel {
    min-height: 800px;
  }
  .cid-viW17tUpVo .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viW17tUpVo .carousel {
    min-height: 520px;
  }
  .cid-viW17tUpVo .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-viW17tUpVo .carousel {
    min-height: 440px;
  }
  .cid-viW17tUpVo .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-viW17tUpVo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-viW17tUpVo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-viW17tUpVo .carousel,
.cid-viW17tUpVo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-viW17tUpVo .item-wrapper {
  width: 100%;
}
.cid-viW17tUpVo .carousel-caption {
  bottom: 40px;
}
.cid-viW17tUpVo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-viW17tUpVo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-viW17tUpVo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-viW17tUpVo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-viW17tUpVo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-viW17tUpVo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viW17tUpVo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viW17tUpVo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viW17tUpVo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-viW17tUpVo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-viW17tUpVo .carousel-indicators li.active,
.cid-viW17tUpVo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-viW17tUpVo .carousel-indicators li::after,
.cid-viW17tUpVo .carousel-indicators li::before {
  content: none;
}
.cid-viW17tUpVo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-viW17tUpVo .carousel-indicators {
    display: none !important;
  }
}
.cid-viVVDQ1gFU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVVDQ1gFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVVDQ1gFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVVDQ1gFU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVVDQ1gFU .img-item {
  position: relative;
}
.cid-viVVDQ1gFU .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVVDQ1gFU .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVVDQ1gFU .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVXjPTO1n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVXjPTO1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVXjPTO1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVXjPTO1n .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVXjPTO1n .img-item {
  position: relative;
}
.cid-viVXjPTO1n .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVXjPTO1n .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVXjPTO1n .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVXyY4mvP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVXyY4mvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVXyY4mvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVXyY4mvP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVXyY4mvP .img-item {
  position: relative;
}
.cid-viVXyY4mvP .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVXyY4mvP .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVXyY4mvP .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVXM4zL4g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVXM4zL4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVXM4zL4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVXM4zL4g .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVXM4zL4g .img-item {
  position: relative;
}
.cid-viVXM4zL4g .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVXM4zL4g .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVXM4zL4g .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVYlTNYaM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVYlTNYaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVYlTNYaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVYlTNYaM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVYlTNYaM .img-item {
  position: relative;
}
.cid-viVYlTNYaM .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVYlTNYaM .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVYlTNYaM .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVYxVWtAv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVYxVWtAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVYxVWtAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVYxVWtAv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVYxVWtAv .img-item {
  position: relative;
}
.cid-viVYxVWtAv .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVYxVWtAv .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVYxVWtAv .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVYSoIuo3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVYSoIuo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVYSoIuo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVYSoIuo3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVYSoIuo3 .img-item {
  position: relative;
}
.cid-viVYSoIuo3 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVYSoIuo3 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVYSoIuo3 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVZ1FkQKV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVZ1FkQKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVZ1FkQKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVZ1FkQKV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVZ1FkQKV .img-item {
  position: relative;
}
.cid-viVZ1FkQKV .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVZ1FkQKV .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVZ1FkQKV .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVZcVuyHv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVZcVuyHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVZcVuyHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVZcVuyHv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVZcVuyHv .img-item {
  position: relative;
}
.cid-viVZcVuyHv .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVZcVuyHv .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVZcVuyHv .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVZnJMtky {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVZnJMtky .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVZnJMtky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVZnJMtky .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVZnJMtky .img-item {
  position: relative;
}
.cid-viVZnJMtky .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVZnJMtky .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVZnJMtky .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVZwsLQsx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVZwsLQsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVZwsLQsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVZwsLQsx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVZwsLQsx .img-item {
  position: relative;
}
.cid-viVZwsLQsx .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVZwsLQsx .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVZwsLQsx .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viW01B0mfo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viW01B0mfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-viW01B0mfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viW01B0mfo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viW01B0mfo .img-item {
  position: relative;
}
.cid-viW01B0mfo .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viW01B0mfo .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viW01B0mfo .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVXY9lZXm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tlo-mj-2.png");
}
.cid-viVXY9lZXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVXY9lZXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVXY9lZXm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVXY9lZXm .img-item {
  position: relative;
}
.cid-viVXY9lZXm .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVXY9lZXm .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVXY9lZXm .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viVYbJfJxS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-viVYbJfJxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVYbJfJxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVYbJfJxS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-viVYbJfJxS .img-item {
  position: relative;
}
.cid-viVYbJfJxS .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-viVYbJfJxS .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-viVYbJfJxS .img-item .img-description p {
  margin-bottom: 0;
}
.cid-viV9j1YH0v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-viV9j1YH0v [class^="socicon-"]:before,
.cid-viV9j1YH0v [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-viV9j1YH0v .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-viV9j1YH0v .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-viV9j1YH0v .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-viV9j1YH0v .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-viV9j1YH0v .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-viV9j1YH0v .btn {
    font-size: 20px !important;
  }
}
.cid-viV9j1YH0v .btn-social,
.cid-viV9j1YH0v .mbr-section-title {
  color: #ff6052;
}
.cid-viV9j28uxy .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-viV9j28uxy .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-viV9j28uxy .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-viV9j28uxy .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-viV9j28uxy .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-viV9j28uxy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viV9j28uxy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-viV9j28uxy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viV9j28uxy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-viV9j28uxy .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-viV9j28uxy .google-map {
    position: relative;
  }
  .cid-viV9j28uxy .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-viV9j28uxy H4 {
  color: #ffffff;
}
.cid-viV9j2moFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-viV9j2moFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-viV9j2moFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viV9j2moFe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viV9j2moFe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viV9j2moFe .row {
    text-align: center;
  }
  .cid-viV9j2moFe .row > div {
    margin: auto;
  }
  .cid-viV9j2moFe .social-row {
    justify-content: center;
  }
}
.cid-viV9j2moFe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viV9j2moFe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viV9j2moFe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viV9j2moFe .list {
    margin-bottom: 0rem;
  }
}
.cid-viV9j2moFe .mbr-text {
  color: #bbbbbb;
}
.cid-viV9j2moFe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viV9j2moFe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viV9j2moFe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viV9j2moFe .copyright {
  text-align: left;
}
.cid-viWrmUiQb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viWrmUiQb8 nav.navbar {
  position: fixed;
}
.cid-viWrmUiQb8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viWrmUiQb8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viWrmUiQb8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viWrmUiQb8 .dropdown-item:hover,
.cid-viWrmUiQb8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-viWrmUiQb8 .dropdown-item:hover span {
  color: white;
}
.cid-viWrmUiQb8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viWrmUiQb8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viWrmUiQb8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viWrmUiQb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viWrmUiQb8 .nav-link {
  position: relative;
}
.cid-viWrmUiQb8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viWrmUiQb8 .container {
    flex-wrap: wrap;
  }
}
.cid-viWrmUiQb8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viWrmUiQb8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-viWrmUiQb8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viWrmUiQb8 .dropdown-menu,
.cid-viWrmUiQb8 .navbar.opened {
  background: #000000 !important;
}
.cid-viWrmUiQb8 .nav-item:focus,
.cid-viWrmUiQb8 .nav-link:focus {
  outline: none;
}
.cid-viWrmUiQb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viWrmUiQb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viWrmUiQb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viWrmUiQb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viWrmUiQb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viWrmUiQb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viWrmUiQb8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-viWrmUiQb8 .navbar.opened {
  transition: all 0.3s;
}
.cid-viWrmUiQb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viWrmUiQb8 .navbar .navbar-logo img {
  width: auto;
}
.cid-viWrmUiQb8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viWrmUiQb8 .navbar.collapsed {
  justify-content: center;
}
.cid-viWrmUiQb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viWrmUiQb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viWrmUiQb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-viWrmUiQb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viWrmUiQb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viWrmUiQb8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-viWrmUiQb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viWrmUiQb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viWrmUiQb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viWrmUiQb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viWrmUiQb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viWrmUiQb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viWrmUiQb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viWrmUiQb8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-viWrmUiQb8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viWrmUiQb8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viWrmUiQb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viWrmUiQb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viWrmUiQb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viWrmUiQb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viWrmUiQb8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viWrmUiQb8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viWrmUiQb8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viWrmUiQb8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viWrmUiQb8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viWrmUiQb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viWrmUiQb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viWrmUiQb8 .dropdown-item.active,
.cid-viWrmUiQb8 .dropdown-item:active {
  background-color: transparent;
}
.cid-viWrmUiQb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viWrmUiQb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viWrmUiQb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viWrmUiQb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viWrmUiQb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viWrmUiQb8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viWrmUiQb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viWrmUiQb8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viWrmUiQb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viWrmUiQb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-viWrmUiQb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viWrmUiQb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viWrmUiQb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viWrmUiQb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viWrmUiQb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viWrmUiQb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viWrmUiQb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viWrmUiQb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viWrmUiQb8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viWrmUiQb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viWrmUiQb8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viWrmUiQb8 .navbar {
    height: 70px;
  }
  .cid-viWrmUiQb8 .navbar.opened {
    height: auto;
  }
  .cid-viWrmUiQb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viWrmUtKod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-viWrmUtKod .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWrmUtKod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWrmUtKod .mbr-section-title {
  color: #00a6e4;
}
.cid-viWrmUtKod .mbr-text,
.cid-viWrmUtKod .mbr-section-btn {
  color: #b5def8;
}
.cid-viWrmUG0dj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-viWrmUG0dj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viWrmUG0dj .mbr-text {
  color: #ffffff;
}
.cid-viWrPO7SBD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-viWrPO7SBD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-viWrPO7SBD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-viWrPO7SBD .mbr-text {
  color: #767676;
}
.cid-viWrOJXg2y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-viWrOJXg2y .image-block {
  margin: auto;
}
.cid-viWrOJXg2y figcaption {
  position: relative;
}
.cid-viWrOJXg2y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viWrOJXg2y .image-block {
    width: 100% !important;
  }
}
.cid-viWrmXdqkv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-viWrmXdqkv [class^="socicon-"]:before,
.cid-viWrmXdqkv [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-viWrmXdqkv .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-viWrmXdqkv .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-viWrmXdqkv .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-viWrmXdqkv .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-viWrmXdqkv .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-viWrmXdqkv .btn {
    font-size: 20px !important;
  }
}
.cid-viWrmXdqkv .btn-social,
.cid-viWrmXdqkv .mbr-section-title {
  color: #ff6052;
}
.cid-viWrmXuCsC .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-viWrmXuCsC .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-viWrmXuCsC .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-viWrmXuCsC .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-viWrmXuCsC .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-viWrmXuCsC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viWrmXuCsC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-viWrmXuCsC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viWrmXuCsC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-viWrmXuCsC .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-viWrmXuCsC .google-map {
    position: relative;
  }
  .cid-viWrmXuCsC .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-viWrmXuCsC H4 {
  color: #ffffff;
}
.cid-viWrmXGk5c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-viWrmXGk5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWrmXGk5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWrmXGk5c .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viWrmXGk5c .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viWrmXGk5c .row {
    text-align: center;
  }
  .cid-viWrmXGk5c .row > div {
    margin: auto;
  }
  .cid-viWrmXGk5c .social-row {
    justify-content: center;
  }
}
.cid-viWrmXGk5c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viWrmXGk5c .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viWrmXGk5c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viWrmXGk5c .list {
    margin-bottom: 0rem;
  }
}
.cid-viWrmXGk5c .mbr-text {
  color: #bbbbbb;
}
.cid-viWrmXGk5c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viWrmXGk5c .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viWrmXGk5c div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viWrmXGk5c .copyright {
  text-align: left;
}
.cid-viWzWvBSTD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viWzWvBSTD nav.navbar {
  position: fixed;
}
.cid-viWzWvBSTD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viWzWvBSTD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viWzWvBSTD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viWzWvBSTD .dropdown-item:hover,
.cid-viWzWvBSTD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-viWzWvBSTD .dropdown-item:hover span {
  color: white;
}
.cid-viWzWvBSTD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viWzWvBSTD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viWzWvBSTD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viWzWvBSTD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viWzWvBSTD .nav-link {
  position: relative;
}
.cid-viWzWvBSTD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viWzWvBSTD .container {
    flex-wrap: wrap;
  }
}
.cid-viWzWvBSTD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viWzWvBSTD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-viWzWvBSTD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viWzWvBSTD .dropdown-menu,
.cid-viWzWvBSTD .navbar.opened {
  background: #000000 !important;
}
.cid-viWzWvBSTD .nav-item:focus,
.cid-viWzWvBSTD .nav-link:focus {
  outline: none;
}
.cid-viWzWvBSTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viWzWvBSTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viWzWvBSTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viWzWvBSTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viWzWvBSTD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viWzWvBSTD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viWzWvBSTD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-viWzWvBSTD .navbar.opened {
  transition: all 0.3s;
}
.cid-viWzWvBSTD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viWzWvBSTD .navbar .navbar-logo img {
  width: auto;
}
.cid-viWzWvBSTD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viWzWvBSTD .navbar.collapsed {
  justify-content: center;
}
.cid-viWzWvBSTD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viWzWvBSTD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viWzWvBSTD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-viWzWvBSTD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viWzWvBSTD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viWzWvBSTD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-viWzWvBSTD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viWzWvBSTD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viWzWvBSTD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viWzWvBSTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viWzWvBSTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viWzWvBSTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viWzWvBSTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viWzWvBSTD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-viWzWvBSTD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viWzWvBSTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viWzWvBSTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viWzWvBSTD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viWzWvBSTD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viWzWvBSTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viWzWvBSTD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viWzWvBSTD .navbar.navbar-short {
  min-height: 60px;
}
.cid-viWzWvBSTD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viWzWvBSTD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viWzWvBSTD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viWzWvBSTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viWzWvBSTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viWzWvBSTD .dropdown-item.active,
.cid-viWzWvBSTD .dropdown-item:active {
  background-color: transparent;
}
.cid-viWzWvBSTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viWzWvBSTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viWzWvBSTD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viWzWvBSTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viWzWvBSTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viWzWvBSTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viWzWvBSTD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viWzWvBSTD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viWzWvBSTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viWzWvBSTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-viWzWvBSTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viWzWvBSTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viWzWvBSTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viWzWvBSTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viWzWvBSTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viWzWvBSTD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viWzWvBSTD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viWzWvBSTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viWzWvBSTD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viWzWvBSTD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viWzWvBSTD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viWzWvBSTD .navbar {
    height: 70px;
  }
  .cid-viWzWvBSTD .navbar.opened {
    height: auto;
  }
  .cid-viWzWvBSTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viWzWvQC3b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-viWzWvQC3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWzWvQC3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWzWvQC3b .mbr-section-title {
  color: #00a6e4;
}
.cid-viWzWvQC3b .mbr-text,
.cid-viWzWvQC3b .mbr-section-btn {
  color: #b5def8;
}
.cid-viWDJyon5P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viWDJyon5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWDJyon5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWDJyon5P .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-viWDJyon5P .card {
    margin-bottom: 2rem!important;
  }
  .cid-viWDJyon5P .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viWDJyon5P .link-wrap {
    align-items: center;
  }
}
.cid-viWDJyon5P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-viWETyydVR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viWETyydVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWETyydVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWETyydVR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-viWETyydVR .card {
    margin-bottom: 2rem!important;
  }
  .cid-viWETyydVR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viWETyydVR .link-wrap {
    align-items: center;
  }
}
.cid-viWETyydVR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vj0P5QLKCQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vj0P5QLKCQ .mbr-text {
  text-align: right;
}
.cid-viWzWwnmfn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-viWzWwnmfn [class^="socicon-"]:before,
.cid-viWzWwnmfn [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-viWzWwnmfn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-viWzWwnmfn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-viWzWwnmfn .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-viWzWwnmfn .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-viWzWwnmfn .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-viWzWwnmfn .btn {
    font-size: 20px !important;
  }
}
.cid-viWzWwnmfn .btn-social,
.cid-viWzWwnmfn .mbr-section-title {
  color: #ff6052;
}
.cid-viWzWwvd5R .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-viWzWwvd5R .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-viWzWwvd5R .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-viWzWwvd5R .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-viWzWwvd5R .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-viWzWwvd5R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viWzWwvd5R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-viWzWwvd5R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viWzWwvd5R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-viWzWwvd5R .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-viWzWwvd5R .google-map {
    position: relative;
  }
  .cid-viWzWwvd5R .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-viWzWwvd5R H4 {
  color: #ffffff;
}
.cid-viWzWwEjnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-viWzWwEjnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWzWwEjnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWzWwEjnx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viWzWwEjnx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viWzWwEjnx .row {
    text-align: center;
  }
  .cid-viWzWwEjnx .row > div {
    margin: auto;
  }
  .cid-viWzWwEjnx .social-row {
    justify-content: center;
  }
}
.cid-viWzWwEjnx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viWzWwEjnx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viWzWwEjnx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viWzWwEjnx .list {
    margin-bottom: 0rem;
  }
}
.cid-viWzWwEjnx .mbr-text {
  color: #bbbbbb;
}
.cid-viWzWwEjnx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viWzWwEjnx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viWzWwEjnx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viWzWwEjnx .copyright {
  text-align: left;
}
.cid-vlnC3K9Pd5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vlnC3K9Pd5 nav.navbar {
  position: fixed;
}
.cid-vlnC3K9Pd5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlnC3K9Pd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vlnC3K9Pd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vlnC3K9Pd5 .dropdown-item:hover,
.cid-vlnC3K9Pd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vlnC3K9Pd5 .dropdown-item:hover span {
  color: white;
}
.cid-vlnC3K9Pd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlnC3K9Pd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlnC3K9Pd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlnC3K9Pd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlnC3K9Pd5 .nav-link {
  position: relative;
}
.cid-vlnC3K9Pd5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlnC3K9Pd5 .container {
    flex-wrap: wrap;
  }
}
.cid-vlnC3K9Pd5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vlnC3K9Pd5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vlnC3K9Pd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlnC3K9Pd5 .dropdown-menu,
.cid-vlnC3K9Pd5 .navbar.opened {
  background: #000000 !important;
}
.cid-vlnC3K9Pd5 .nav-item:focus,
.cid-vlnC3K9Pd5 .nav-link:focus {
  outline: none;
}
.cid-vlnC3K9Pd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlnC3K9Pd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlnC3K9Pd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlnC3K9Pd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlnC3K9Pd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlnC3K9Pd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlnC3K9Pd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vlnC3K9Pd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vlnC3K9Pd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlnC3K9Pd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vlnC3K9Pd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlnC3K9Pd5 .navbar.collapsed {
  justify-content: center;
}
.cid-vlnC3K9Pd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlnC3K9Pd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlnC3K9Pd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vlnC3K9Pd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlnC3K9Pd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlnC3K9Pd5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vlnC3K9Pd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlnC3K9Pd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlnC3K9Pd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlnC3K9Pd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlnC3K9Pd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlnC3K9Pd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlnC3K9Pd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlnC3K9Pd5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vlnC3K9Pd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlnC3K9Pd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlnC3K9Pd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlnC3K9Pd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlnC3K9Pd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlnC3K9Pd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vlnC3K9Pd5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vlnC3K9Pd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlnC3K9Pd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlnC3K9Pd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlnC3K9Pd5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlnC3K9Pd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlnC3K9Pd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlnC3K9Pd5 .dropdown-item.active,
.cid-vlnC3K9Pd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vlnC3K9Pd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlnC3K9Pd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlnC3K9Pd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlnC3K9Pd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vlnC3K9Pd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlnC3K9Pd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlnC3K9Pd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlnC3K9Pd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlnC3K9Pd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlnC3K9Pd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vlnC3K9Pd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlnC3K9Pd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlnC3K9Pd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlnC3K9Pd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlnC3K9Pd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlnC3K9Pd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlnC3K9Pd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlnC3K9Pd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlnC3K9Pd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlnC3K9Pd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlnC3K9Pd5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlnC3K9Pd5 .navbar {
    height: 70px;
  }
  .cid-vlnC3K9Pd5 .navbar.opened {
    height: auto;
  }
  .cid-vlnC3K9Pd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlnC3KoAnP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vlnC3KoAnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlnC3KoAnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlnC3KoAnP .mbr-section-title {
  color: #00a6e4;
}
.cid-vlnC3KoAnP .mbr-text,
.cid-vlnC3KoAnP .mbr-section-btn {
  color: #b5def8;
}
.cid-vlnCVXkzvR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-vlnCVXkzvR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlnCVXkzvR .mbr-text {
  color: #ffffff;
}
.cid-vlnDeqTYl9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vlnDeqTYl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlnDeqTYl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vlnDeqTYl9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vlnDeqTYl9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlnDeqTYl9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vlnDeqTYl9 .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vlnDeqTYl9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlnDeqTYl9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vlnC3KWk0k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vlnC3KWk0k [class^="socicon-"]:before,
.cid-vlnC3KWk0k [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vlnC3KWk0k .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vlnC3KWk0k .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vlnC3KWk0k .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vlnC3KWk0k .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vlnC3KWk0k .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vlnC3KWk0k .btn {
    font-size: 20px !important;
  }
}
.cid-vlnC3KWk0k .btn-social,
.cid-vlnC3KWk0k .mbr-section-title {
  color: #ff6052;
}
.cid-vlnC3L5Lvk .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vlnC3L5Lvk .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vlnC3L5Lvk .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vlnC3L5Lvk .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vlnC3L5Lvk .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vlnC3L5Lvk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vlnC3L5Lvk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vlnC3L5Lvk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vlnC3L5Lvk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vlnC3L5Lvk .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vlnC3L5Lvk .google-map {
    position: relative;
  }
  .cid-vlnC3L5Lvk .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vlnC3L5Lvk H4 {
  color: #ffffff;
}
.cid-vlnC3LfXai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vlnC3LfXai .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlnC3LfXai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlnC3LfXai .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlnC3LfXai .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlnC3LfXai .row {
    text-align: center;
  }
  .cid-vlnC3LfXai .row > div {
    margin: auto;
  }
  .cid-vlnC3LfXai .social-row {
    justify-content: center;
  }
}
.cid-vlnC3LfXai .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vlnC3LfXai .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vlnC3LfXai .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlnC3LfXai .list {
    margin-bottom: 0rem;
  }
}
.cid-vlnC3LfXai .mbr-text {
  color: #bbbbbb;
}
.cid-vlnC3LfXai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vlnC3LfXai .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vlnC3LfXai div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vlnC3LfXai .copyright {
  text-align: left;
}
.cid-vloqd205mu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vloqd205mu nav.navbar {
  position: fixed;
}
.cid-vloqd205mu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloqd205mu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vloqd205mu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vloqd205mu .dropdown-item:hover,
.cid-vloqd205mu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vloqd205mu .dropdown-item:hover span {
  color: white;
}
.cid-vloqd205mu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vloqd205mu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vloqd205mu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vloqd205mu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vloqd205mu .nav-link {
  position: relative;
}
.cid-vloqd205mu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vloqd205mu .container {
    flex-wrap: wrap;
  }
}
.cid-vloqd205mu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vloqd205mu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vloqd205mu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vloqd205mu .dropdown-menu,
.cid-vloqd205mu .navbar.opened {
  background: #000000 !important;
}
.cid-vloqd205mu .nav-item:focus,
.cid-vloqd205mu .nav-link:focus {
  outline: none;
}
.cid-vloqd205mu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vloqd205mu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vloqd205mu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vloqd205mu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloqd205mu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vloqd205mu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vloqd205mu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vloqd205mu .navbar.opened {
  transition: all 0.3s;
}
.cid-vloqd205mu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vloqd205mu .navbar .navbar-logo img {
  width: auto;
}
.cid-vloqd205mu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vloqd205mu .navbar.collapsed {
  justify-content: center;
}
.cid-vloqd205mu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vloqd205mu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vloqd205mu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-vloqd205mu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vloqd205mu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vloqd205mu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vloqd205mu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vloqd205mu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vloqd205mu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vloqd205mu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vloqd205mu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vloqd205mu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vloqd205mu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vloqd205mu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vloqd205mu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vloqd205mu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vloqd205mu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vloqd205mu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vloqd205mu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vloqd205mu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vloqd205mu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vloqd205mu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vloqd205mu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vloqd205mu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vloqd205mu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vloqd205mu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vloqd205mu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vloqd205mu .dropdown-item.active,
.cid-vloqd205mu .dropdown-item:active {
  background-color: transparent;
}
.cid-vloqd205mu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vloqd205mu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vloqd205mu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vloqd205mu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vloqd205mu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vloqd205mu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vloqd205mu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vloqd205mu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vloqd205mu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vloqd205mu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-vloqd205mu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vloqd205mu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloqd205mu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloqd205mu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vloqd205mu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloqd205mu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vloqd205mu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vloqd205mu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloqd205mu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vloqd205mu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vloqd205mu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vloqd205mu .navbar {
    height: 70px;
  }
  .cid-vloqd205mu .navbar.opened {
    height: auto;
  }
  .cid-vloqd205mu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vloqd2aeTQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tlo-oko-new.jpg");
}
.cid-vloqd2aeTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloqd2aeTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloqd2aeTQ .mbr-section-title {
  color: #00a6e4;
}
.cid-vloqd2aeTQ .mbr-text,
.cid-vloqd2aeTQ .mbr-section-btn {
  color: #b5def8;
}
.cid-vloqpJiERq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vloqpJiERq .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-vloqpJiERq h4 {
  text-align: center;
}
.cid-vloqpJiERq p {
  text-align: center;
}
.cid-vloqpJiERq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vloqpJiERq .card-title,
.cid-vloqpJiERq .card-img {
  color: #ff6052;
}
.cid-vloqd2H1Gb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7f1f0;
}
.cid-vloqd2H1Gb [class^="socicon-"]:before,
.cid-vloqd2H1Gb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vloqd2H1Gb .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #009fad;
}
.cid-vloqd2H1Gb .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vloqd2H1Gb .btn-social:hover {
  color: #fff;
  background: #009fad;
}
.cid-vloqd2H1Gb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vloqd2H1Gb .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-vloqd2H1Gb .btn {
    font-size: 20px !important;
  }
}
.cid-vloqd2H1Gb .btn-social,
.cid-vloqd2H1Gb .mbr-section-title {
  color: #ff6052;
}
.cid-vloqd2Qz13 .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vloqd2Qz13 .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vloqd2Qz13 .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #009fad;
  pointer-events: fill;
}
.cid-vloqd2Qz13 .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vloqd2Qz13 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vloqd2Qz13 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vloqd2Qz13 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vloqd2Qz13 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vloqd2Qz13 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vloqd2Qz13 .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vloqd2Qz13 .google-map {
    position: relative;
  }
  .cid-vloqd2Qz13 .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vloqd2Qz13 H4 {
  color: #ffffff;
}
.cid-vloqd2Y6BA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vloqd2Y6BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloqd2Y6BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloqd2Y6BA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vloqd2Y6BA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vloqd2Y6BA .row {
    text-align: center;
  }
  .cid-vloqd2Y6BA .row > div {
    margin: auto;
  }
  .cid-vloqd2Y6BA .social-row {
    justify-content: center;
  }
}
.cid-vloqd2Y6BA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vloqd2Y6BA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vloqd2Y6BA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vloqd2Y6BA .list {
    margin-bottom: 0rem;
  }
}
.cid-vloqd2Y6BA .mbr-text {
  color: #bbbbbb;
}
.cid-vloqd2Y6BA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vloqd2Y6BA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vloqd2Y6BA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vloqd2Y6BA .copyright {
  text-align: left;
}
