.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #8300da !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !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: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8300da !important;
  border-color: #8300da !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: #4f0083 !important;
  border-color: #4f0083 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4f0083 !important;
  border-color: #4f0083 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4d6d9a;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: #304460 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #edb5bf;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: #dc6f83 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8300da;
  color: #8300da;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f0083 !important;
  background-color: transparent!important;
  border-color: #4f0083 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8300da !important;
  border-color: #8300da !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #8300da !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #460074 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #8300da;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dca7ff;
}
.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: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%234d6d9a' %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-sFGMfPD7iT {
  padding-top: 11rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/o2-iot-homeautomation-2000x1076.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGNHRkFsi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #a22cf1;
  padding-right: 1.5rem;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-sFGS12H2E8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGSX04rSl .item {
  padding-bottom: 2rem;
}
.cid-sFGSX04rSl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFGSX04rSl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .carousel-control {
  display: flex;
  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-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .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-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tkxUjHpGZ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkxUjHpGZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkxUjHpGZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkxUjHpGZ2 .video-wrapper iframe {
  width: 100%;
}
.cid-tkxUjHpGZ2 .mbr-section-title,
.cid-tkxUjHpGZ2 .mbr-section-subtitle,
.cid-tkxUjHpGZ2 .mbr-text {
  text-align: center;
}
.cid-tkabV4yi7C {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tkabV4yi7C a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkabV4yi7C .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkabV4yi7C .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkabV4yi7C .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkabV4yi7C .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkabV4yi7C .right-side {
  max-width: 554px;
}
.cid-tkabV4yi7C .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkabV4yi7C .margin {
  margin-right: 14px;
}
.cid-tkabV4yi7C .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkabV4yi7C img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkabV4yi7C .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkabV4yi7C .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkabV4yi7C .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkabV4yi7C .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkabV4yi7C .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkabV4yi7C .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkabV4yi7C .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkabV4yi7C .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkabV4yi7C .mbr-social-likes.small {
  display: flex;
}
.cid-tkabV4yi7C .mbr-social-likes.big {
  display: block;
}
.cid-tkabV4yi7C .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkabV4yi7C .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkabV4yi7C .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkabV4yi7C .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkabV4yi7C .form-control,
.cid-tkabV4yi7C form .btn {
  min-height: initial;
}
.cid-tkabV4yi7C a.btn,
.cid-tkabV4yi7C button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkabV4yi7C input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkabV4yi7C textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkabV4yi7C input:hover {
  border-color: #14142b !important;
}
.cid-tkabV4yi7C textarea:hover {
  border-color: #14142b !important;
}
.cid-tkabV4yi7C input:focus {
  border-color: #14142b !important;
}
.cid-tkabV4yi7C textarea:focus {
  border-color: #14142b !important;
}
.cid-tkabV4yi7C .form-group {
  margin-bottom: 0;
}
.cid-tkabV4yi7C .listen {
  margin-bottom: 24px;
}
.cid-tkabV4yi7C .phone {
  margin-bottom: 44px;
}
.cid-tkabV4yi7C .email {
  margin-bottom: 21px;
}
.cid-tkabV4yi7C .listen,
.cid-tkabV4yi7C .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkabV4yi7C .mbr-text,
.cid-tkabV4yi7C .button-align {
  color: #8c8c95;
}
.cid-tkabV4yi7C .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkabV4yi7C .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkabV4yi7C select.form-control:hover {
  border-color: #14142b;
}
.cid-tkabV4yi7C select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkabV4yi7C .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkabV4yi7C .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkabV4yi7C .left-side,
  .cid-tkabV4yi7C .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkabV4yi7C .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkabV4yi7C .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkabV4yi7C .shadow {
    padding: 25px;
  }
  .cid-tkabV4yi7C input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkabV4yi7C .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkabV4yi7C .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkabV4yi7C .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkabV4yi7C .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkabV4yi7C .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkabV4yi7C .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkabV4yi7C .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkabV4yi7C .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkabV4yi7C .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkabV4yi7C .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkabV4yi7C .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkabV4yi7C .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkabV4yi7C .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkabV4yi7C .row {
  flex-direction: row-reverse;
}
.cid-tk9sYL61qB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tk9sYL61qB .google-map {
  height: 30rem;
  position: relative;
}
.cid-tk9sYL61qB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk9sYL61qB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tk9sYL61qB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk9sYL61qB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tk5z43iyCN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tk5ucWa2ye {
  z-index: 1000;
  width: 100%;
}
.cid-tk5ucWa2ye nav.navbar {
  position: fixed;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk5ucWa2ye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk5ucWa2ye .dropdown-item:hover,
.cid-tk5ucWa2ye .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk5ucWa2ye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk5ucWa2ye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk5ucWa2ye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk5ucWa2ye .nav-link {
  position: relative;
}
.cid-tk5ucWa2ye .container {
  display: flex;
  margin: auto;
}
.cid-tk5ucWa2ye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown-menu,
.cid-tk5ucWa2ye .navbar.opened {
  background: #232323 !important;
}
.cid-tk5ucWa2ye .nav-item:focus,
.cid-tk5ucWa2ye .nav-link:focus {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk5ucWa2ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk5ucWa2ye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk5ucWa2ye .navbar.opened {
  transition: all 0.3s;
}
.cid-tk5ucWa2ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk5ucWa2ye .navbar .navbar-logo img {
  width: auto;
}
.cid-tk5ucWa2ye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk5ucWa2ye .navbar.collapsed {
  justify-content: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk5ucWa2ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk5ucWa2ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk5ucWa2ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk5ucWa2ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk5ucWa2ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk5ucWa2ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk5ucWa2ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk5ucWa2ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk5ucWa2ye .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk5ucWa2ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown-item.active,
.cid-tk5ucWa2ye .dropdown-item:active {
  background-color: transparent;
}
.cid-tk5ucWa2ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk5ucWa2ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk5ucWa2ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk5ucWa2ye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk5ucWa2ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk5ucWa2ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar {
    height: 70px;
  }
  .cid-tk5ucWa2ye .navbar.opened {
    height: auto;
  }
  .cid-tk5ucWa2ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk5rWzwdz0 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #14617b);
}
@media (min-width: 992px) {
  .cid-tk5rWzwdz0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tk5rWzwdz0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tk5rWzwdz0 .mbr-text {
    text-align: center;
  }
}
.cid-tk5rWzwdz0 .mbr-text,
.cid-tk5rWzwdz0 .mbr-section-btn {
  color: #efefef;
}
.cid-tk5rWzwdz0 H1 {
  color: #232323;
}
.cid-tk5rX5Y4ZQ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
}
.cid-tk5rX5Y4ZQ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tk5rX5Y4ZQ .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-tk5rX5Y4ZQ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tk5rX5Y4ZQ .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tk5rX5Y4ZQ .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tk5rX5Y4ZQ .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tk5rX5Y4ZQ .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tk5rX5Y4ZQ .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-tk5rX5Y4ZQ .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tk5rX5Y4ZQ .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-tk5rX5Y4ZQ .iconsBackground {
    left: 1.5rem;
  }
  .cid-tk5rX5Y4ZQ .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tk5rX5Y4ZQ .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tk5rX5Y4ZQ .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tk5rX5Y4ZQ .mbr-section-title {
  color: #232323;
}
.cid-tkad8IvdKp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkad8IvdKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkad8IvdKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkad8IvdKp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkad8IvdKp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkad8IvdKp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkad8IvdKp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkad8IvdKp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkad8IvdKp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkad8IvdKp .carousel-control,
.cid-tkad8IvdKp .close {
  background: #1b1b1b;
}
.cid-tkad8IvdKp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkad8IvdKp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkad8IvdKp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkad8IvdKp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkad8IvdKp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkad8IvdKp .close::before {
  content: '\e91a';
}
.cid-tkad8IvdKp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkad8IvdKp .carousel-control {
  display: flex;
  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-tkad8IvdKp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkad8IvdKp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkad8IvdKp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkad8IvdKp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkad8IvdKp .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-tkad8IvdKp .carousel-indicators li.active,
.cid-tkad8IvdKp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkad8IvdKp .carousel-indicators li::after,
.cid-tkad8IvdKp .carousel-indicators li::before {
  content: none;
}
.cid-tkad8IvdKp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkad8IvdKp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkad8IvdKp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkad8IvdKp .carousel-indicators {
    display: none;
  }
}
.cid-tkad8IvdKp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkad8IvdKp .carousel-inner > .active {
  display: block;
}
.cid-tkad8IvdKp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkad8IvdKp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkad8IvdKp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkad8IvdKp .carousel-control,
  .cid-tkad8IvdKp .carousel-indicators,
  .cid-tkad8IvdKp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkad8IvdKp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkad8IvdKp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkad8IvdKp .carousel-indicators .active,
.cid-tkad8IvdKp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkad8IvdKp .carousel-indicators .active {
  background: #fff;
}
.cid-tkad8IvdKp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkad8IvdKp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkad8IvdKp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkad8IvdKp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkad8IvdKp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkad8IvdKp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkad8IvdKp .carousel {
  width: 100%;
}
.cid-tkad8IvdKp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkad8IvdKp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkad8IvdKp .modal.fade .modal-dialog,
.cid-tkad8IvdKp .modal.in .modal-dialog {
  transform: none;
}
.cid-tkad8IvdKp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkad8IvdKp H6 {
  text-align: center;
}
.cid-tkacbabKRR {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkacbabKRR a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkacbabKRR .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkacbabKRR .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkacbabKRR .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkacbabKRR .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkacbabKRR .right-side {
  max-width: 554px;
}
.cid-tkacbabKRR .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkacbabKRR .margin {
  margin-right: 14px;
}
.cid-tkacbabKRR .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkacbabKRR img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkacbabKRR .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkacbabKRR .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkacbabKRR .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkacbabKRR .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkacbabKRR .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkacbabKRR .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkacbabKRR .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkacbabKRR .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkacbabKRR .mbr-social-likes.small {
  display: flex;
}
.cid-tkacbabKRR .mbr-social-likes.big {
  display: block;
}
.cid-tkacbabKRR .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkacbabKRR .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkacbabKRR .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkacbabKRR .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkacbabKRR .form-control,
.cid-tkacbabKRR form .btn {
  min-height: initial;
}
.cid-tkacbabKRR a.btn,
.cid-tkacbabKRR button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkacbabKRR input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkacbabKRR textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkacbabKRR input:hover {
  border-color: #14142b !important;
}
.cid-tkacbabKRR textarea:hover {
  border-color: #14142b !important;
}
.cid-tkacbabKRR input:focus {
  border-color: #14142b !important;
}
.cid-tkacbabKRR textarea:focus {
  border-color: #14142b !important;
}
.cid-tkacbabKRR .form-group {
  margin-bottom: 0;
}
.cid-tkacbabKRR .listen {
  margin-bottom: 24px;
}
.cid-tkacbabKRR .phone {
  margin-bottom: 44px;
}
.cid-tkacbabKRR .email {
  margin-bottom: 21px;
}
.cid-tkacbabKRR .listen,
.cid-tkacbabKRR .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkacbabKRR .mbr-text,
.cid-tkacbabKRR .button-align {
  color: #8c8c95;
}
.cid-tkacbabKRR .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkacbabKRR .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkacbabKRR select.form-control:hover {
  border-color: #14142b;
}
.cid-tkacbabKRR select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkacbabKRR .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkacbabKRR .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkacbabKRR .left-side,
  .cid-tkacbabKRR .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkacbabKRR .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkacbabKRR .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkacbabKRR .shadow {
    padding: 25px;
  }
  .cid-tkacbabKRR input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkacbabKRR .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkacbabKRR .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkacbabKRR .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkacbabKRR .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkacbabKRR .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkacbabKRR .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkacbabKRR .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkacbabKRR .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkacbabKRR .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkacbabKRR .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkacbabKRR .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkacbabKRR .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkacbabKRR .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkacbabKRR .row {
  flex-direction: row-reverse;
}
.cid-tk5shLthhM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tk5shLthhM .google-map {
  height: 30rem;
  position: relative;
}
.cid-tk5shLthhM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk5shLthhM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tk5shLthhM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk5shLthhM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tk5G0cuyNI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tk5ucWa2ye {
  z-index: 1000;
  width: 100%;
}
.cid-tk5ucWa2ye nav.navbar {
  position: fixed;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk5ucWa2ye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk5ucWa2ye .dropdown-item:hover,
.cid-tk5ucWa2ye .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk5ucWa2ye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk5ucWa2ye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk5ucWa2ye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk5ucWa2ye .nav-link {
  position: relative;
}
.cid-tk5ucWa2ye .container {
  display: flex;
  margin: auto;
}
.cid-tk5ucWa2ye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown-menu,
.cid-tk5ucWa2ye .navbar.opened {
  background: #232323 !important;
}
.cid-tk5ucWa2ye .nav-item:focus,
.cid-tk5ucWa2ye .nav-link:focus {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk5ucWa2ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk5ucWa2ye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk5ucWa2ye .navbar.opened {
  transition: all 0.3s;
}
.cid-tk5ucWa2ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk5ucWa2ye .navbar .navbar-logo img {
  width: auto;
}
.cid-tk5ucWa2ye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk5ucWa2ye .navbar.collapsed {
  justify-content: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk5ucWa2ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk5ucWa2ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk5ucWa2ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk5ucWa2ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk5ucWa2ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk5ucWa2ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk5ucWa2ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk5ucWa2ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk5ucWa2ye .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk5ucWa2ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown-item.active,
.cid-tk5ucWa2ye .dropdown-item:active {
  background-color: transparent;
}
.cid-tk5ucWa2ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk5ucWa2ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk5ucWa2ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk5ucWa2ye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk5ucWa2ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk5ucWa2ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar {
    height: 70px;
  }
  .cid-tk5ucWa2ye .navbar.opened {
    height: auto;
  }
  .cid-tk5ucWa2ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk5ucWa2ye {
  z-index: 1000;
  width: 100%;
}
.cid-tk5ucWa2ye nav.navbar {
  position: fixed;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk5ucWa2ye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk5ucWa2ye .dropdown-item:hover,
.cid-tk5ucWa2ye .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk5ucWa2ye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk5ucWa2ye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk5ucWa2ye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk5ucWa2ye .nav-link {
  position: relative;
}
.cid-tk5ucWa2ye .container {
  display: flex;
  margin: auto;
}
.cid-tk5ucWa2ye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown-menu,
.cid-tk5ucWa2ye .navbar.opened {
  background: #232323 !important;
}
.cid-tk5ucWa2ye .nav-item:focus,
.cid-tk5ucWa2ye .nav-link:focus {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk5ucWa2ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk5ucWa2ye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk5ucWa2ye .navbar.opened {
  transition: all 0.3s;
}
.cid-tk5ucWa2ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk5ucWa2ye .navbar .navbar-logo img {
  width: auto;
}
.cid-tk5ucWa2ye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk5ucWa2ye .navbar.collapsed {
  justify-content: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk5ucWa2ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk5ucWa2ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk5ucWa2ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk5ucWa2ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk5ucWa2ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk5ucWa2ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk5ucWa2ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk5ucWa2ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk5ucWa2ye .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk5ucWa2ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown-item.active,
.cid-tk5ucWa2ye .dropdown-item:active {
  background-color: transparent;
}
.cid-tk5ucWa2ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk5ucWa2ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk5ucWa2ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk5ucWa2ye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk5ucWa2ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk5ucWa2ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar {
    height: 70px;
  }
  .cid-tk5ucWa2ye .navbar.opened {
    height: auto;
  }
  .cid-tk5ucWa2ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk5ueoFdTy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tk5ueoFdTy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk5ueoFdTy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk5ueoFdTy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk5ueoFdTy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk5ueoFdTy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk5ueoFdTy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tk5ueoFdTy .mbr-gallery-item > div:hover:before {
  opacity: 0.1 !important;
}
.cid-tk5ueoFdTy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tk5ueoFdTy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tk5v5D474z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tk5v5D474z img {
  width: 120px;
  margin: auto;
}
.cid-tk5v5D474z .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tk5v5D474z .card {
    max-width: 12.5%;
  }
}
.cid-tkac5vJpyp {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkac5vJpyp a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkac5vJpyp .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkac5vJpyp .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkac5vJpyp .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkac5vJpyp .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkac5vJpyp .right-side {
  max-width: 554px;
}
.cid-tkac5vJpyp .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkac5vJpyp .margin {
  margin-right: 14px;
}
.cid-tkac5vJpyp .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkac5vJpyp img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkac5vJpyp .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkac5vJpyp .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkac5vJpyp .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkac5vJpyp .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkac5vJpyp .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkac5vJpyp .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkac5vJpyp .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkac5vJpyp .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkac5vJpyp .mbr-social-likes.small {
  display: flex;
}
.cid-tkac5vJpyp .mbr-social-likes.big {
  display: block;
}
.cid-tkac5vJpyp .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkac5vJpyp .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkac5vJpyp .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkac5vJpyp .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkac5vJpyp .form-control,
.cid-tkac5vJpyp form .btn {
  min-height: initial;
}
.cid-tkac5vJpyp a.btn,
.cid-tkac5vJpyp button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkac5vJpyp input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkac5vJpyp textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkac5vJpyp input:hover {
  border-color: #14142b !important;
}
.cid-tkac5vJpyp textarea:hover {
  border-color: #14142b !important;
}
.cid-tkac5vJpyp input:focus {
  border-color: #14142b !important;
}
.cid-tkac5vJpyp textarea:focus {
  border-color: #14142b !important;
}
.cid-tkac5vJpyp .form-group {
  margin-bottom: 0;
}
.cid-tkac5vJpyp .listen {
  margin-bottom: 24px;
}
.cid-tkac5vJpyp .phone {
  margin-bottom: 44px;
}
.cid-tkac5vJpyp .email {
  margin-bottom: 21px;
}
.cid-tkac5vJpyp .listen,
.cid-tkac5vJpyp .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkac5vJpyp .mbr-text,
.cid-tkac5vJpyp .button-align {
  color: #8c8c95;
}
.cid-tkac5vJpyp .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkac5vJpyp .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkac5vJpyp select.form-control:hover {
  border-color: #14142b;
}
.cid-tkac5vJpyp select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkac5vJpyp .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkac5vJpyp .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkac5vJpyp .left-side,
  .cid-tkac5vJpyp .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkac5vJpyp .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkac5vJpyp .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkac5vJpyp .shadow {
    padding: 25px;
  }
  .cid-tkac5vJpyp input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkac5vJpyp .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkac5vJpyp .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkac5vJpyp .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkac5vJpyp .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkac5vJpyp .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkac5vJpyp .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkac5vJpyp .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkac5vJpyp .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkac5vJpyp .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkac5vJpyp .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkac5vJpyp .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkac5vJpyp .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkac5vJpyp .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkac5vJpyp .row {
  flex-direction: row-reverse;
}
.cid-tk5uoLe6C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tk5uoLe6C6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tk5uoLe6C6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk5uoLe6C6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tk5uoLe6C6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk5uoLe6C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tk5ukd4V0t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tkmbrA8Otz {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tkmbrA8Otz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkmbrA8Otz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkmbrA8Otz .mbr-text {
    text-align: center;
  }
}
.cid-tkmbrA8Otz .mbr-text,
.cid-tkmbrA8Otz .mbr-section-btn {
  color: #000000;
}
.cid-tkmbrA8Otz H1 {
  color: #000000;
}
.cid-tkmbrA8Otz H3 {
  color: #353535;
}
.cid-tkmbrBcBOe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkmbrBcBOe img,
.cid-tkmbrBcBOe .item-img {
  width: 100%;
}
.cid-tkmbrBcBOe .item:focus,
.cid-tkmbrBcBOe span:focus {
  outline: none;
}
.cid-tkmbrBcBOe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkmbrBcBOe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkmbrBcBOe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkmbrBcBOe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkmbrBcBOe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkmbrBcBOe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkmbrBcBOe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkmbrBcBOe .mbr-section-title {
  color: #232323;
}
.cid-tkmbrBcBOe .mbr-text,
.cid-tkmbrBcBOe .mbr-section-btn {
  text-align: left;
}
.cid-tkmbrBcBOe .item-title {
  text-align: left;
}
.cid-tkmbrBcBOe .item-subtitle {
  text-align: left;
}
.cid-tkmbrBJIXC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkmbrBJIXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmbrBJIXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkmbrBJIXC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tkmbrBJIXC .card {
    margin-bottom: 2rem!important;
  }
  .cid-tkmbrBJIXC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkmbrBJIXC .link-wrap {
    align-items: center;
  }
}
.cid-tkmbrBJIXC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkmuLZ4wG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkmuLZ4wG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmuLZ4wG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkmuLZ4wG5 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkmuLZ4wG5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkmuLZ4wG5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkmuLZ4wG5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkmuLZ4wG5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkmuLZ4wG5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tkmuLZ4wG5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkmbrC5MBo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkmbrC5MBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmbrC5MBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkmbrC5MBo .video-wrapper iframe {
  width: 100%;
}
.cid-tkmbrC5MBo .mbr-section-title,
.cid-tkmbrC5MBo .mbr-section-subtitle,
.cid-tkmbrC5MBo .mbr-text {
  text-align: center;
}
.cid-tkmbrCuybr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkmbrCuybr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmbrCuybr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkmbrCuybr .video-wrapper iframe {
  width: 100%;
}
.cid-tkmbrCuybr .mbr-section-title,
.cid-tkmbrCuybr .mbr-section-subtitle,
.cid-tkmbrCuybr .mbr-text {
  text-align: center;
}
.cid-tkmbrDJjWu {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tkmbrDJjWu a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkmbrDJjWu .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkmbrDJjWu .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkmbrDJjWu .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkmbrDJjWu .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkmbrDJjWu .right-side {
  max-width: 554px;
}
.cid-tkmbrDJjWu .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkmbrDJjWu .margin {
  margin-right: 14px;
}
.cid-tkmbrDJjWu .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkmbrDJjWu img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkmbrDJjWu .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkmbrDJjWu .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkmbrDJjWu .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkmbrDJjWu .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkmbrDJjWu .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkmbrDJjWu .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkmbrDJjWu .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkmbrDJjWu .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkmbrDJjWu .mbr-social-likes.small {
  display: flex;
}
.cid-tkmbrDJjWu .mbr-social-likes.big {
  display: block;
}
.cid-tkmbrDJjWu .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkmbrDJjWu .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkmbrDJjWu .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkmbrDJjWu .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkmbrDJjWu .form-control,
.cid-tkmbrDJjWu form .btn {
  min-height: initial;
}
.cid-tkmbrDJjWu a.btn,
.cid-tkmbrDJjWu button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkmbrDJjWu input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkmbrDJjWu textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkmbrDJjWu input:hover {
  border-color: #14142b !important;
}
.cid-tkmbrDJjWu textarea:hover {
  border-color: #14142b !important;
}
.cid-tkmbrDJjWu input:focus {
  border-color: #14142b !important;
}
.cid-tkmbrDJjWu textarea:focus {
  border-color: #14142b !important;
}
.cid-tkmbrDJjWu .form-group {
  margin-bottom: 0;
}
.cid-tkmbrDJjWu .listen {
  margin-bottom: 24px;
}
.cid-tkmbrDJjWu .phone {
  margin-bottom: 44px;
}
.cid-tkmbrDJjWu .email {
  margin-bottom: 21px;
}
.cid-tkmbrDJjWu .listen,
.cid-tkmbrDJjWu .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkmbrDJjWu .mbr-text,
.cid-tkmbrDJjWu .button-align {
  color: #8c8c95;
}
.cid-tkmbrDJjWu .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkmbrDJjWu .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkmbrDJjWu select.form-control:hover {
  border-color: #14142b;
}
.cid-tkmbrDJjWu select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkmbrDJjWu .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkmbrDJjWu .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkmbrDJjWu .left-side,
  .cid-tkmbrDJjWu .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkmbrDJjWu .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkmbrDJjWu .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkmbrDJjWu .shadow {
    padding: 25px;
  }
  .cid-tkmbrDJjWu input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkmbrDJjWu .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkmbrDJjWu .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkmbrDJjWu .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkmbrDJjWu .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkmbrDJjWu .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkmbrDJjWu .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkmbrDJjWu .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkmbrDJjWu .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkmbrDJjWu .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkmbrDJjWu .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkmbrDJjWu .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkmbrDJjWu .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkmbrDJjWu .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkmbrDJjWu .row {
  flex-direction: row-reverse;
}
.cid-tkmbrExYIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tkmbrExYIc .google-map {
  height: 30rem;
  position: relative;
}
.cid-tkmbrExYIc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkmbrExYIc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkmbrExYIc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkmbrExYIc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkmbrF2XSl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tkmbrFqjdQ {
  z-index: 1000;
  width: 100%;
}
.cid-tkmbrFqjdQ nav.navbar {
  position: fixed;
}
.cid-tkmbrFqjdQ .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-tkmbrFqjdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkmbrFqjdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkmbrFqjdQ .dropdown-item:hover,
.cid-tkmbrFqjdQ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkmbrFqjdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkmbrFqjdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkmbrFqjdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkmbrFqjdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkmbrFqjdQ .nav-link {
  position: relative;
}
.cid-tkmbrFqjdQ .container {
  display: flex;
  margin: auto;
}
.cid-tkmbrFqjdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkmbrFqjdQ .dropdown-menu,
.cid-tkmbrFqjdQ .navbar.opened {
  background: #232323 !important;
}
.cid-tkmbrFqjdQ .nav-item:focus,
.cid-tkmbrFqjdQ .nav-link:focus {
  outline: none;
}
.cid-tkmbrFqjdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkmbrFqjdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkmbrFqjdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkmbrFqjdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkmbrFqjdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkmbrFqjdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkmbrFqjdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tkmbrFqjdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tkmbrFqjdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkmbrFqjdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tkmbrFqjdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkmbrFqjdQ .navbar.collapsed {
  justify-content: center;
}
.cid-tkmbrFqjdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkmbrFqjdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkmbrFqjdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkmbrFqjdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkmbrFqjdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkmbrFqjdQ .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-tkmbrFqjdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkmbrFqjdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkmbrFqjdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkmbrFqjdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkmbrFqjdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkmbrFqjdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkmbrFqjdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkmbrFqjdQ .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-tkmbrFqjdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkmbrFqjdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkmbrFqjdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkmbrFqjdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkmbrFqjdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkmbrFqjdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkmbrFqjdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkmbrFqjdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkmbrFqjdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkmbrFqjdQ .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-tkmbrFqjdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkmbrFqjdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkmbrFqjdQ .dropdown-item.active,
.cid-tkmbrFqjdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tkmbrFqjdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkmbrFqjdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkmbrFqjdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkmbrFqjdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkmbrFqjdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkmbrFqjdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkmbrFqjdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkmbrFqjdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkmbrFqjdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkmbrFqjdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkmbrFqjdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkmbrFqjdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkmbrFqjdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkmbrFqjdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkmbrFqjdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkmbrFqjdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkmbrFqjdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkmbrFqjdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkmbrFqjdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkmbrFqjdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkmbrFqjdQ .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-tkmbrFqjdQ .navbar {
    height: 70px;
  }
  .cid-tkmbrFqjdQ .navbar.opened {
    height: auto;
  }
  .cid-tkmbrFqjdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkmvCnvUgf {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tkmvCnvUgf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkmvCnvUgf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkmvCnvUgf .mbr-text {
    text-align: center;
  }
}
.cid-tkmvCnvUgf .mbr-text,
.cid-tkmvCnvUgf .mbr-section-btn {
  color: #000000;
}
.cid-tkmvCnvUgf H1 {
  color: #000000;
}
.cid-tkmvCnvUgf H3 {
  color: #353535;
}
.cid-tkmvCo5lic {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-tkmvCo5lic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmvCo5lic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkmvCo5lic .row {
  flex-direction: row-reverse;
}
.cid-tkmvCo5lic .video-wrapper iframe {
  width: 100%;
}
.cid-tkmvCo5lic .mbr-section-title,
.cid-tkmvCo5lic .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tkmvCo5lic .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkmwBk1A6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6d6d6d;
}
.cid-tkmwBk1A6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkmwBk1A6S .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-tkmwBk1A6S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkmwBk1A6S .row {
  flex-direction: row-reverse;
}
.cid-tkmwBk1A6S img {
  width: 100%;
}
.cid-tkmvCoFBHr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkmvCoFBHr img,
.cid-tkmvCoFBHr .item-img {
  width: 100%;
}
.cid-tkmvCoFBHr .item:focus,
.cid-tkmvCoFBHr span:focus {
  outline: none;
}
.cid-tkmvCoFBHr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkmvCoFBHr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkmvCoFBHr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkmvCoFBHr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkmvCoFBHr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkmvCoFBHr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkmvCoFBHr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkmvCoFBHr .mbr-section-title {
  color: #232323;
}
.cid-tkmvCoFBHr .mbr-text,
.cid-tkmvCoFBHr .mbr-section-btn {
  text-align: left;
}
.cid-tkmvCoFBHr .item-title {
  text-align: left;
}
.cid-tkmvCoFBHr .item-subtitle {
  text-align: left;
}
.cid-tkmvCqJs1d {
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkmvCqJs1d .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkmvCqJs1d .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkmvCqJs1d .mbr-text {
    text-align: center;
  }
}
.cid-tkmvCqJs1d .mbr-text,
.cid-tkmvCqJs1d .mbr-section-btn {
  color: #232323;
}
.cid-tkmvCqJs1d H1 {
  color: #232323;
}
.cid-tkmvCradw9 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tkmvCradw9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkmvCradw9 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkmvCradw9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkmvCradw9 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkmvCradw9 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkmvCradw9 .right-side {
  max-width: 554px;
}
.cid-tkmvCradw9 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkmvCradw9 .margin {
  margin-right: 14px;
}
.cid-tkmvCradw9 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkmvCradw9 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkmvCradw9 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkmvCradw9 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkmvCradw9 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkmvCradw9 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkmvCradw9 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkmvCradw9 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkmvCradw9 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkmvCradw9 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkmvCradw9 .mbr-social-likes.small {
  display: flex;
}
.cid-tkmvCradw9 .mbr-social-likes.big {
  display: block;
}
.cid-tkmvCradw9 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkmvCradw9 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkmvCradw9 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkmvCradw9 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkmvCradw9 .form-control,
.cid-tkmvCradw9 form .btn {
  min-height: initial;
}
.cid-tkmvCradw9 a.btn,
.cid-tkmvCradw9 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkmvCradw9 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkmvCradw9 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkmvCradw9 input:hover {
  border-color: #14142b !important;
}
.cid-tkmvCradw9 textarea:hover {
  border-color: #14142b !important;
}
.cid-tkmvCradw9 input:focus {
  border-color: #14142b !important;
}
.cid-tkmvCradw9 textarea:focus {
  border-color: #14142b !important;
}
.cid-tkmvCradw9 .form-group {
  margin-bottom: 0;
}
.cid-tkmvCradw9 .listen {
  margin-bottom: 24px;
}
.cid-tkmvCradw9 .phone {
  margin-bottom: 44px;
}
.cid-tkmvCradw9 .email {
  margin-bottom: 21px;
}
.cid-tkmvCradw9 .listen,
.cid-tkmvCradw9 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkmvCradw9 .mbr-text,
.cid-tkmvCradw9 .button-align {
  color: #8c8c95;
}
.cid-tkmvCradw9 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkmvCradw9 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkmvCradw9 select.form-control:hover {
  border-color: #14142b;
}
.cid-tkmvCradw9 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkmvCradw9 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkmvCradw9 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkmvCradw9 .left-side,
  .cid-tkmvCradw9 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkmvCradw9 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkmvCradw9 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkmvCradw9 .shadow {
    padding: 25px;
  }
  .cid-tkmvCradw9 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkmvCradw9 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkmvCradw9 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkmvCradw9 .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkmvCradw9 .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkmvCradw9 .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkmvCradw9 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkmvCradw9 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkmvCradw9 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkmvCradw9 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkmvCradw9 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkmvCradw9 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkmvCradw9 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkmvCradw9 .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkmvCradw9 .row {
  flex-direction: row-reverse;
}
.cid-tkmvCrQ9mF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tkmvCrQ9mF .google-map {
  height: 30rem;
  position: relative;
}
.cid-tkmvCrQ9mF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkmvCrQ9mF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkmvCrQ9mF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkmvCrQ9mF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkmvCsjtvD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tkmvCsIGK1 {
  z-index: 1000;
  width: 100%;
}
.cid-tkmvCsIGK1 nav.navbar {
  position: fixed;
}
.cid-tkmvCsIGK1 .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-tkmvCsIGK1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkmvCsIGK1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkmvCsIGK1 .dropdown-item:hover,
.cid-tkmvCsIGK1 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkmvCsIGK1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkmvCsIGK1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkmvCsIGK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkmvCsIGK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkmvCsIGK1 .nav-link {
  position: relative;
}
.cid-tkmvCsIGK1 .container {
  display: flex;
  margin: auto;
}
.cid-tkmvCsIGK1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkmvCsIGK1 .dropdown-menu,
.cid-tkmvCsIGK1 .navbar.opened {
  background: #232323 !important;
}
.cid-tkmvCsIGK1 .nav-item:focus,
.cid-tkmvCsIGK1 .nav-link:focus {
  outline: none;
}
.cid-tkmvCsIGK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkmvCsIGK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkmvCsIGK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkmvCsIGK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkmvCsIGK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkmvCsIGK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkmvCsIGK1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tkmvCsIGK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkmvCsIGK1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkmvCsIGK1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkmvCsIGK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkmvCsIGK1 .navbar.collapsed {
  justify-content: center;
}
.cid-tkmvCsIGK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkmvCsIGK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkmvCsIGK1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkmvCsIGK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkmvCsIGK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkmvCsIGK1 .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-tkmvCsIGK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkmvCsIGK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkmvCsIGK1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkmvCsIGK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkmvCsIGK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkmvCsIGK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkmvCsIGK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkmvCsIGK1 .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-tkmvCsIGK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkmvCsIGK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkmvCsIGK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkmvCsIGK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkmvCsIGK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkmvCsIGK1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkmvCsIGK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkmvCsIGK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkmvCsIGK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkmvCsIGK1 .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-tkmvCsIGK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkmvCsIGK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkmvCsIGK1 .dropdown-item.active,
.cid-tkmvCsIGK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkmvCsIGK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkmvCsIGK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkmvCsIGK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkmvCsIGK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkmvCsIGK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkmvCsIGK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkmvCsIGK1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkmvCsIGK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkmvCsIGK1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkmvCsIGK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkmvCsIGK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkmvCsIGK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkmvCsIGK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkmvCsIGK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkmvCsIGK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkmvCsIGK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkmvCsIGK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkmvCsIGK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkmvCsIGK1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkmvCsIGK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkmvCsIGK1 .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-tkmvCsIGK1 .navbar {
    height: 70px;
  }
  .cid-tkmvCsIGK1 .navbar.opened {
    height: auto;
  }
  .cid-tkmvCsIGK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk9jmRHsCm {
  z-index: 1000;
  width: 100%;
}
.cid-tk9jmRHsCm nav.navbar {
  position: fixed;
}
.cid-tk9jmRHsCm .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-tk9jmRHsCm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk9jmRHsCm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk9jmRHsCm .dropdown-item:hover,
.cid-tk9jmRHsCm .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk9jmRHsCm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk9jmRHsCm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk9jmRHsCm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk9jmRHsCm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk9jmRHsCm .nav-link {
  position: relative;
}
.cid-tk9jmRHsCm .container {
  display: flex;
  margin: auto;
}
.cid-tk9jmRHsCm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk9jmRHsCm .dropdown-menu,
.cid-tk9jmRHsCm .navbar.opened {
  background: #232323 !important;
}
.cid-tk9jmRHsCm .nav-item:focus,
.cid-tk9jmRHsCm .nav-link:focus {
  outline: none;
}
.cid-tk9jmRHsCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk9jmRHsCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk9jmRHsCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk9jmRHsCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9jmRHsCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk9jmRHsCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk9jmRHsCm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk9jmRHsCm .navbar.opened {
  transition: all 0.3s;
}
.cid-tk9jmRHsCm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk9jmRHsCm .navbar .navbar-logo img {
  width: auto;
}
.cid-tk9jmRHsCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk9jmRHsCm .navbar.collapsed {
  justify-content: center;
}
.cid-tk9jmRHsCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk9jmRHsCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk9jmRHsCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk9jmRHsCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk9jmRHsCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk9jmRHsCm .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-tk9jmRHsCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk9jmRHsCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk9jmRHsCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk9jmRHsCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk9jmRHsCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk9jmRHsCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk9jmRHsCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk9jmRHsCm .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-tk9jmRHsCm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk9jmRHsCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk9jmRHsCm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk9jmRHsCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk9jmRHsCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk9jmRHsCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk9jmRHsCm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk9jmRHsCm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk9jmRHsCm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk9jmRHsCm .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-tk9jmRHsCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk9jmRHsCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk9jmRHsCm .dropdown-item.active,
.cid-tk9jmRHsCm .dropdown-item:active {
  background-color: transparent;
}
.cid-tk9jmRHsCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk9jmRHsCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk9jmRHsCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk9jmRHsCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk9jmRHsCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk9jmRHsCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk9jmRHsCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk9jmRHsCm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk9jmRHsCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk9jmRHsCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk9jmRHsCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk9jmRHsCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9jmRHsCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9jmRHsCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk9jmRHsCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9jmRHsCm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk9jmRHsCm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk9jmRHsCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9jmRHsCm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk9jmRHsCm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk9jmRHsCm .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-tk9jmRHsCm .navbar {
    height: 70px;
  }
  .cid-tk9jmRHsCm .navbar.opened {
    height: auto;
  }
  .cid-tk9jmRHsCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk9kCFiMUt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tk9kCFiMUt a.btn > span {
  margin-left: 0.5rem;
}
.cid-tk9kCFiMUt .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tk9kCFiMUt .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tk9kCFiMUt .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tk9kCFiMUt .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tk9kCFiMUt .right-side {
  max-width: 554px;
}
.cid-tk9kCFiMUt .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tk9kCFiMUt .margin {
  margin-right: 14px;
}
.cid-tk9kCFiMUt .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tk9kCFiMUt img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tk9kCFiMUt .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tk9kCFiMUt .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tk9kCFiMUt .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tk9kCFiMUt .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tk9kCFiMUt .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tk9kCFiMUt .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tk9kCFiMUt .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tk9kCFiMUt .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tk9kCFiMUt .mbr-social-likes.small {
  display: flex;
}
.cid-tk9kCFiMUt .mbr-social-likes.big {
  display: block;
}
.cid-tk9kCFiMUt .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tk9kCFiMUt .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tk9kCFiMUt .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tk9kCFiMUt .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tk9kCFiMUt .form-control,
.cid-tk9kCFiMUt form .btn {
  min-height: initial;
}
.cid-tk9kCFiMUt a.btn,
.cid-tk9kCFiMUt button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tk9kCFiMUt input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tk9kCFiMUt textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tk9kCFiMUt input:hover {
  border-color: #14142b !important;
}
.cid-tk9kCFiMUt textarea:hover {
  border-color: #14142b !important;
}
.cid-tk9kCFiMUt input:focus {
  border-color: #14142b !important;
}
.cid-tk9kCFiMUt textarea:focus {
  border-color: #14142b !important;
}
.cid-tk9kCFiMUt .form-group {
  margin-bottom: 0;
}
.cid-tk9kCFiMUt .listen {
  margin-bottom: 24px;
}
.cid-tk9kCFiMUt .phone {
  margin-bottom: 44px;
}
.cid-tk9kCFiMUt .email {
  margin-bottom: 21px;
}
.cid-tk9kCFiMUt .listen,
.cid-tk9kCFiMUt .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tk9kCFiMUt .mbr-text,
.cid-tk9kCFiMUt .button-align {
  color: #8c8c95;
}
.cid-tk9kCFiMUt .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tk9kCFiMUt .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tk9kCFiMUt select.form-control:hover {
  border-color: #14142b;
}
.cid-tk9kCFiMUt select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tk9kCFiMUt .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tk9kCFiMUt .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tk9kCFiMUt .left-side,
  .cid-tk9kCFiMUt .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tk9kCFiMUt .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tk9kCFiMUt .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tk9kCFiMUt .shadow {
    padding: 25px;
  }
  .cid-tk9kCFiMUt input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tk9kCFiMUt .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tk9kCFiMUt .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tk9kCFiMUt .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tk9kCFiMUt .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tk9kCFiMUt .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tk9kCFiMUt .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tk9kCFiMUt .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tk9kCFiMUt .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tk9kCFiMUt .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tk9kCFiMUt .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tk9kCFiMUt .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tk9kCFiMUt .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tk9kCFiMUt .mbr-iconfont {
  margin-right: 8px;
}
.cid-tk9kCFiMUt .row {
  flex-direction: row-reverse;
}
.cid-tk9jmUOkei {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tk9zDlboLf {
  background-color: #ffffff;
}
.cid-tk9zDlboLf .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tk9zDlboLf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tk9zDlboLf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tk9zDlboLf .mbr-text {
    text-align: center;
  }
}
.cid-tk9zDlboLf .mbr-text,
.cid-tk9zDlboLf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tk9zDlboLf H1 {
  color: #000000;
  text-align: left;
}
.cid-tk9zDlboLf H3 {
  color: #353535;
  text-align: left;
}
.cid-tkvHuRDtTt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tkvHuRDtTt .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tkvHuRDtTt img,
.cid-tkvHuRDtTt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvHuRDtTt .item:focus,
.cid-tkvHuRDtTt span:focus {
  outline: none;
}
.cid-tkvHuRDtTt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvHuRDtTt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvHuRDtTt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvHuRDtTt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvHuRDtTt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvHuRDtTt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvHuRDtTt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvHuRDtTt .mbr-section-title {
  color: #232323;
}
.cid-tkvHuRDtTt .mbr-text,
.cid-tkvHuRDtTt .mbr-section-btn {
  text-align: left;
}
.cid-tkvHuRDtTt .item-title {
  text-align: left;
}
.cid-tkvHuRDtTt .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tk9AKv6iyi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-tk9AKv6iyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk9AKv6iyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk9AKv6iyi .row {
  flex-direction: row-reverse;
}
.cid-tk9AKv6iyi .video-wrapper iframe {
  width: 100%;
}
.cid-tk9AKv6iyi .mbr-section-title,
.cid-tk9AKv6iyi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tk9AKv6iyi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tk9BTDeeRJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tk9BTDeeRJ img,
.cid-tk9BTDeeRJ .item-img {
  width: 100%;
}
.cid-tk9BTDeeRJ .item:focus,
.cid-tk9BTDeeRJ span:focus {
  outline: none;
}
.cid-tk9BTDeeRJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tk9BTDeeRJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tk9BTDeeRJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tk9BTDeeRJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tk9BTDeeRJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tk9BTDeeRJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tk9BTDeeRJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tk9BTDeeRJ .mbr-section-title {
  color: #232323;
}
.cid-tk9BTDeeRJ .mbr-text,
.cid-tk9BTDeeRJ .mbr-section-btn {
  text-align: left;
}
.cid-tk9BTDeeRJ .item-title {
  text-align: left;
}
.cid-tk9BTDeeRJ .item-subtitle {
  text-align: left;
}
.cid-tk9A3Tfers {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tk9A3Tfers .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk9A3Tfers .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk9A3Tfers .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tk9A3Tfers .card {
    margin-bottom: 2rem!important;
  }
  .cid-tk9A3Tfers .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tk9A3Tfers .link-wrap {
    align-items: center;
  }
}
.cid-tk9A3Tfers .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkx9NeLJ9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkx9NeLJ9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkx9NeLJ9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkx9NeLJ9T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tkx9NeLJ9T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tkx9NeLJ9T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tkxgBmiaKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkxgBmiaKI blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tk9EEq8ILr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tk9EEq8ILr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk9EEq8ILr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk9EEq8ILr .video-wrapper iframe {
  width: 100%;
}
.cid-tk9EEq8ILr .mbr-section-title,
.cid-tk9EEq8ILr .mbr-section-subtitle,
.cid-tk9EEq8ILr .mbr-text {
  text-align: center;
}
.cid-tk9F84vajU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tk9F84vajU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk9F84vajU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk9F84vajU .video-wrapper iframe {
  width: 100%;
}
.cid-tk9F84vajU .mbr-section-title,
.cid-tk9F84vajU .mbr-section-subtitle,
.cid-tk9F84vajU .mbr-text {
  text-align: center;
}
.cid-tk9zIksnmQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tk9zIksnmQ .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tk9zIksnmQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tk9zIksnmQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tk9zIksnmQ .mbr-text {
    text-align: center;
  }
}
.cid-tk9zIksnmQ .mbr-text,
.cid-tk9zIksnmQ .mbr-section-btn {
  color: #182018;
}
.cid-tk9zIksnmQ H1 {
  color: #182018;
}
.cid-tk9zH724gE {
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tk9zH724gE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tk9zH724gE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tk9zH724gE .mbr-text {
    text-align: center;
  }
}
.cid-tk9zH724gE .mbr-text,
.cid-tk9zH724gE .mbr-section-btn {
  color: #232323;
}
.cid-tk9zH724gE H1 {
  color: #232323;
}
.cid-tkaci1K7ZF {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tkaci1K7ZF a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkaci1K7ZF .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkaci1K7ZF .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkaci1K7ZF .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkaci1K7ZF .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkaci1K7ZF .right-side {
  max-width: 554px;
}
.cid-tkaci1K7ZF .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkaci1K7ZF .margin {
  margin-right: 14px;
}
.cid-tkaci1K7ZF .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkaci1K7ZF img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkaci1K7ZF .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkaci1K7ZF .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkaci1K7ZF .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkaci1K7ZF .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkaci1K7ZF .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkaci1K7ZF .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkaci1K7ZF .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkaci1K7ZF .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkaci1K7ZF .mbr-social-likes.small {
  display: flex;
}
.cid-tkaci1K7ZF .mbr-social-likes.big {
  display: block;
}
.cid-tkaci1K7ZF .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkaci1K7ZF .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkaci1K7ZF .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkaci1K7ZF .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkaci1K7ZF .form-control,
.cid-tkaci1K7ZF form .btn {
  min-height: initial;
}
.cid-tkaci1K7ZF a.btn,
.cid-tkaci1K7ZF button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkaci1K7ZF input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkaci1K7ZF textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkaci1K7ZF input:hover {
  border-color: #14142b !important;
}
.cid-tkaci1K7ZF textarea:hover {
  border-color: #14142b !important;
}
.cid-tkaci1K7ZF input:focus {
  border-color: #14142b !important;
}
.cid-tkaci1K7ZF textarea:focus {
  border-color: #14142b !important;
}
.cid-tkaci1K7ZF .form-group {
  margin-bottom: 0;
}
.cid-tkaci1K7ZF .listen {
  margin-bottom: 24px;
}
.cid-tkaci1K7ZF .phone {
  margin-bottom: 44px;
}
.cid-tkaci1K7ZF .email {
  margin-bottom: 21px;
}
.cid-tkaci1K7ZF .listen,
.cid-tkaci1K7ZF .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkaci1K7ZF .mbr-text,
.cid-tkaci1K7ZF .button-align {
  color: #8c8c95;
}
.cid-tkaci1K7ZF .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkaci1K7ZF .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkaci1K7ZF select.form-control:hover {
  border-color: #14142b;
}
.cid-tkaci1K7ZF select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkaci1K7ZF .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkaci1K7ZF .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkaci1K7ZF .left-side,
  .cid-tkaci1K7ZF .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkaci1K7ZF .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkaci1K7ZF .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkaci1K7ZF .shadow {
    padding: 25px;
  }
  .cid-tkaci1K7ZF input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkaci1K7ZF .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkaci1K7ZF .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkaci1K7ZF .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkaci1K7ZF .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkaci1K7ZF .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkaci1K7ZF .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkaci1K7ZF .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkaci1K7ZF .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkaci1K7ZF .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkaci1K7ZF .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkaci1K7ZF .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkaci1K7ZF .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkaci1K7ZF .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkaci1K7ZF .row {
  flex-direction: row-reverse;
}
.cid-tk9xr7qNAe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tk9xr7KAZO {
  z-index: 1000;
  width: 100%;
}
.cid-tk9xr7KAZO nav.navbar {
  position: fixed;
}
.cid-tk9xr7KAZO .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-tk9xr7KAZO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk9xr7KAZO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk9xr7KAZO .dropdown-item:hover,
.cid-tk9xr7KAZO .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk9xr7KAZO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk9xr7KAZO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk9xr7KAZO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk9xr7KAZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk9xr7KAZO .nav-link {
  position: relative;
}
.cid-tk9xr7KAZO .container {
  display: flex;
  margin: auto;
}
.cid-tk9xr7KAZO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk9xr7KAZO .dropdown-menu,
.cid-tk9xr7KAZO .navbar.opened {
  background: #232323 !important;
}
.cid-tk9xr7KAZO .nav-item:focus,
.cid-tk9xr7KAZO .nav-link:focus {
  outline: none;
}
.cid-tk9xr7KAZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk9xr7KAZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk9xr7KAZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk9xr7KAZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9xr7KAZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk9xr7KAZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk9xr7KAZO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk9xr7KAZO .navbar.opened {
  transition: all 0.3s;
}
.cid-tk9xr7KAZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk9xr7KAZO .navbar .navbar-logo img {
  width: auto;
}
.cid-tk9xr7KAZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk9xr7KAZO .navbar.collapsed {
  justify-content: center;
}
.cid-tk9xr7KAZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk9xr7KAZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk9xr7KAZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk9xr7KAZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk9xr7KAZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk9xr7KAZO .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-tk9xr7KAZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk9xr7KAZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk9xr7KAZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk9xr7KAZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk9xr7KAZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk9xr7KAZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk9xr7KAZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk9xr7KAZO .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-tk9xr7KAZO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk9xr7KAZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk9xr7KAZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk9xr7KAZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk9xr7KAZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk9xr7KAZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk9xr7KAZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk9xr7KAZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk9xr7KAZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk9xr7KAZO .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-tk9xr7KAZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk9xr7KAZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk9xr7KAZO .dropdown-item.active,
.cid-tk9xr7KAZO .dropdown-item:active {
  background-color: transparent;
}
.cid-tk9xr7KAZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk9xr7KAZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk9xr7KAZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk9xr7KAZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk9xr7KAZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk9xr7KAZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk9xr7KAZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk9xr7KAZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk9xr7KAZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk9xr7KAZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk9xr7KAZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk9xr7KAZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9xr7KAZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9xr7KAZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk9xr7KAZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9xr7KAZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk9xr7KAZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk9xr7KAZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9xr7KAZO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk9xr7KAZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk9xr7KAZO .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-tk9xr7KAZO .navbar {
    height: 70px;
  }
  .cid-tk9xr7KAZO .navbar.opened {
    height: auto;
  }
  .cid-tk9xr7KAZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBRZSebZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkBRZSebZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBRZSebZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBRZSebZK .mbr-text {
  color: #767676;
}
.cid-tkBRZSebZK .mbr-section-subtitle {
  color: #767676;
}
.cid-tkBRZSebZK .title .num {
  width: 100%;
  display: block;
}
.cid-tkBRZSebZK .title .card-title {
  z-index: 1;
}
.cid-tkBRZSebZK .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tkBRZSebZK * {
    text-align: center !important;
  }
  .cid-tkBRZSebZK .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tkBEEHv5Bl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkBEEHv5Bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBEEHv5Bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBEEHv5Bl .mbr-section-title,
.cid-tkBEEHv5Bl .mbr-section-subtitle {
  text-align: center;
}
.cid-tkBEEHv5Bl .cost {
  word-break: normal;
}
.cid-tkBEEHv5Bl .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tkBEEHv5Bl .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tkBEEHv5Bl .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkBEEHv5Bl .card-wrapper {
    padding: 1rem;
  }
}
.cid-tkBDY6Mcm3 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tkBDY6Mcm3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkBDY6Mcm3 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkBDY6Mcm3 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkBDY6Mcm3 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkBDY6Mcm3 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkBDY6Mcm3 .right-side {
  max-width: 554px;
}
.cid-tkBDY6Mcm3 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkBDY6Mcm3 .margin {
  margin-right: 14px;
}
.cid-tkBDY6Mcm3 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkBDY6Mcm3 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkBDY6Mcm3 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkBDY6Mcm3 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkBDY6Mcm3 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkBDY6Mcm3 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.small {
  display: flex;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.big {
  display: block;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkBDY6Mcm3 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkBDY6Mcm3 .form-control,
.cid-tkBDY6Mcm3 form .btn {
  min-height: initial;
}
.cid-tkBDY6Mcm3 a.btn,
.cid-tkBDY6Mcm3 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkBDY6Mcm3 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkBDY6Mcm3 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkBDY6Mcm3 input:hover {
  border-color: #14142b !important;
}
.cid-tkBDY6Mcm3 textarea:hover {
  border-color: #14142b !important;
}
.cid-tkBDY6Mcm3 input:focus {
  border-color: #14142b !important;
}
.cid-tkBDY6Mcm3 textarea:focus {
  border-color: #14142b !important;
}
.cid-tkBDY6Mcm3 .form-group {
  margin-bottom: 0;
}
.cid-tkBDY6Mcm3 .listen {
  margin-bottom: 24px;
}
.cid-tkBDY6Mcm3 .phone {
  margin-bottom: 44px;
}
.cid-tkBDY6Mcm3 .email {
  margin-bottom: 21px;
}
.cid-tkBDY6Mcm3 .listen,
.cid-tkBDY6Mcm3 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkBDY6Mcm3 .mbr-text,
.cid-tkBDY6Mcm3 .button-align {
  color: #8c8c95;
}
.cid-tkBDY6Mcm3 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkBDY6Mcm3 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkBDY6Mcm3 select.form-control:hover {
  border-color: #14142b;
}
.cid-tkBDY6Mcm3 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkBDY6Mcm3 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkBDY6Mcm3 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkBDY6Mcm3 .left-side,
  .cid-tkBDY6Mcm3 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkBDY6Mcm3 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkBDY6Mcm3 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkBDY6Mcm3 .shadow {
    padding: 25px;
  }
  .cid-tkBDY6Mcm3 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkBDY6Mcm3 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkBDY6Mcm3 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkBDY6Mcm3 .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkBDY6Mcm3 .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkBDY6Mcm3 .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkBDY6Mcm3 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkBDY6Mcm3 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkBDY6Mcm3 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkBDY6Mcm3 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkBDY6Mcm3 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkBDY6Mcm3 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkBDY6Mcm3 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkBDY6Mcm3 .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkBDY6Mcm3 .row {
  flex-direction: row-reverse;
}
.cid-tkBDY7tyTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tkBDY7tyTz .google-map {
  height: 30rem;
  position: relative;
}
.cid-tkBDY7tyTz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkBDY7tyTz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkBDY7tyTz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkBDY7tyTz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkBDY808Bq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tkBDY8usZE {
  z-index: 1000;
  width: 100%;
}
.cid-tkBDY8usZE nav.navbar {
  position: fixed;
}
.cid-tkBDY8usZE .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-tkBDY8usZE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkBDY8usZE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBDY8usZE .dropdown-item:hover,
.cid-tkBDY8usZE .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkBDY8usZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBDY8usZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBDY8usZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBDY8usZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBDY8usZE .nav-link {
  position: relative;
}
.cid-tkBDY8usZE .container {
  display: flex;
  margin: auto;
}
.cid-tkBDY8usZE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkBDY8usZE .dropdown-menu,
.cid-tkBDY8usZE .navbar.opened {
  background: #232323 !important;
}
.cid-tkBDY8usZE .nav-item:focus,
.cid-tkBDY8usZE .nav-link:focus {
  outline: none;
}
.cid-tkBDY8usZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBDY8usZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBDY8usZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBDY8usZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBDY8usZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBDY8usZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBDY8usZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tkBDY8usZE .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBDY8usZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBDY8usZE .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBDY8usZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBDY8usZE .navbar.collapsed {
  justify-content: center;
}
.cid-tkBDY8usZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBDY8usZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBDY8usZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkBDY8usZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBDY8usZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBDY8usZE .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-tkBDY8usZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBDY8usZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkBDY8usZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkBDY8usZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBDY8usZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBDY8usZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBDY8usZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBDY8usZE .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-tkBDY8usZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBDY8usZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBDY8usZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBDY8usZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBDY8usZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkBDY8usZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkBDY8usZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkBDY8usZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBDY8usZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkBDY8usZE .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-tkBDY8usZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBDY8usZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBDY8usZE .dropdown-item.active,
.cid-tkBDY8usZE .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBDY8usZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBDY8usZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBDY8usZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBDY8usZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkBDY8usZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBDY8usZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBDY8usZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBDY8usZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkBDY8usZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBDY8usZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkBDY8usZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBDY8usZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBDY8usZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBDY8usZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBDY8usZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBDY8usZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBDY8usZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBDY8usZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBDY8usZE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkBDY8usZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkBDY8usZE .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-tkBDY8usZE .navbar {
    height: 70px;
  }
  .cid-tkBDY8usZE .navbar.opened {
    height: auto;
  }
  .cid-tkBDY8usZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkJRsYZkgD {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tkJRsYZkgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkJRsYZkgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkJRsYZkgD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tkJRsYZkgD .card {
    margin-bottom: 2rem!important;
  }
  .cid-tkJRsYZkgD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkJRsYZkgD .link-wrap {
    align-items: center;
  }
}
.cid-tkJRsYZkgD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkBXdjZb2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkBXdjZb2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBXdjZb2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBXdjZb2K .content-wrapper {
  background: #9fdbf8;
}
@media (max-width: 991px) {
  .cid-tkBXdjZb2K .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tkBXdjZb2K .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkBXdjZb2K .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkBXdjZb2K .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkBXdjZb2K .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkBXdjZb2K .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tkBXdjZb2K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkBXCPLP8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkBXCPLP8w blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkBXL5mVuO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkBXL5mVuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBXL5mVuO .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-tkBXL5mVuO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkBXL5mVuO .row {
  flex-direction: row-reverse;
}
.cid-tkBXL5mVuO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkBXL5mVuO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkBY5IhgdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkBY5IhgdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBY5IhgdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBY5IhgdB .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tkBY5IhgdB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkBY5IhgdB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkBY5IhgdB .card-wrapper {
    padding: 4rem;
  }
}
.cid-tkBY5IhgdB .mbr-text,
.cid-tkBY5IhgdB .mbr-section-btn {
  color: #ffffff;
}
.cid-tkBY5IhgdB .card-title,
.cid-tkBY5IhgdB .card-box {
  text-align: left;
}
.cid-tkBYSaBsCW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkBYSaBsCW img,
.cid-tkBYSaBsCW .item-img {
  width: 100%;
}
.cid-tkBYSaBsCW .item:focus,
.cid-tkBYSaBsCW span:focus {
  outline: none;
}
.cid-tkBYSaBsCW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkBYSaBsCW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkBYSaBsCW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkBYSaBsCW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkBYSaBsCW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkBYSaBsCW .mbr-section-title {
  color: #232323;
}
.cid-tkBYSaBsCW .mbr-text,
.cid-tkBYSaBsCW .mbr-section-btn {
  text-align: left;
}
.cid-tkBYSaBsCW .item-title {
  text-align: left;
}
.cid-tkBYSaBsCW .item-subtitle {
  text-align: center;
}
.cid-tkBW2zeOmB {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tkBW2zeOmB a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkBW2zeOmB .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkBW2zeOmB .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tkBW2zeOmB .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tkBW2zeOmB .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tkBW2zeOmB .right-side {
  max-width: 554px;
}
.cid-tkBW2zeOmB .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tkBW2zeOmB .margin {
  margin-right: 14px;
}
.cid-tkBW2zeOmB .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tkBW2zeOmB img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tkBW2zeOmB .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tkBW2zeOmB .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tkBW2zeOmB .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tkBW2zeOmB .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkBW2zeOmB .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkBW2zeOmB .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tkBW2zeOmB .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkBW2zeOmB .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tkBW2zeOmB .mbr-social-likes.small {
  display: flex;
}
.cid-tkBW2zeOmB .mbr-social-likes.big {
  display: block;
}
.cid-tkBW2zeOmB .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tkBW2zeOmB .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tkBW2zeOmB .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tkBW2zeOmB .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tkBW2zeOmB .form-control,
.cid-tkBW2zeOmB form .btn {
  min-height: initial;
}
.cid-tkBW2zeOmB a.btn,
.cid-tkBW2zeOmB button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tkBW2zeOmB input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tkBW2zeOmB textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tkBW2zeOmB input:hover {
  border-color: #14142b !important;
}
.cid-tkBW2zeOmB textarea:hover {
  border-color: #14142b !important;
}
.cid-tkBW2zeOmB input:focus {
  border-color: #14142b !important;
}
.cid-tkBW2zeOmB textarea:focus {
  border-color: #14142b !important;
}
.cid-tkBW2zeOmB .form-group {
  margin-bottom: 0;
}
.cid-tkBW2zeOmB .listen {
  margin-bottom: 24px;
}
.cid-tkBW2zeOmB .phone {
  margin-bottom: 44px;
}
.cid-tkBW2zeOmB .email {
  margin-bottom: 21px;
}
.cid-tkBW2zeOmB .listen,
.cid-tkBW2zeOmB .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tkBW2zeOmB .mbr-text,
.cid-tkBW2zeOmB .button-align {
  color: #8c8c95;
}
.cid-tkBW2zeOmB .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkBW2zeOmB .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tkBW2zeOmB select.form-control:hover {
  border-color: #14142b;
}
.cid-tkBW2zeOmB select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tkBW2zeOmB .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tkBW2zeOmB .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tkBW2zeOmB .left-side,
  .cid-tkBW2zeOmB .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tkBW2zeOmB .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tkBW2zeOmB .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tkBW2zeOmB .shadow {
    padding: 25px;
  }
  .cid-tkBW2zeOmB input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tkBW2zeOmB .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tkBW2zeOmB .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tkBW2zeOmB .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tkBW2zeOmB .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tkBW2zeOmB .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tkBW2zeOmB .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkBW2zeOmB .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkBW2zeOmB .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tkBW2zeOmB .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tkBW2zeOmB .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tkBW2zeOmB .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tkBW2zeOmB .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tkBW2zeOmB .mbr-iconfont {
  margin-right: 8px;
}
.cid-tkBW2zeOmB .row {
  flex-direction: row-reverse;
}
.cid-tkBW2AuqAs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tkBW2AuqAs .google-map {
  height: 30rem;
  position: relative;
}
.cid-tkBW2AuqAs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkBW2AuqAs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkBW2AuqAs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkBW2AuqAs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkBW2BavJj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tkBW2BND1X {
  z-index: 1000;
  width: 100%;
}
.cid-tkBW2BND1X nav.navbar {
  position: fixed;
}
.cid-tkBW2BND1X .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-tkBW2BND1X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkBW2BND1X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBW2BND1X .dropdown-item:hover,
.cid-tkBW2BND1X .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkBW2BND1X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBW2BND1X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBW2BND1X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBW2BND1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBW2BND1X .nav-link {
  position: relative;
}
.cid-tkBW2BND1X .container {
  display: flex;
  margin: auto;
}
.cid-tkBW2BND1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkBW2BND1X .dropdown-menu,
.cid-tkBW2BND1X .navbar.opened {
  background: #232323 !important;
}
.cid-tkBW2BND1X .nav-item:focus,
.cid-tkBW2BND1X .nav-link:focus {
  outline: none;
}
.cid-tkBW2BND1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBW2BND1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBW2BND1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBW2BND1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBW2BND1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBW2BND1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBW2BND1X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tkBW2BND1X .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBW2BND1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBW2BND1X .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBW2BND1X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBW2BND1X .navbar.collapsed {
  justify-content: center;
}
.cid-tkBW2BND1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBW2BND1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBW2BND1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkBW2BND1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBW2BND1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBW2BND1X .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-tkBW2BND1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBW2BND1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkBW2BND1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkBW2BND1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBW2BND1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBW2BND1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBW2BND1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBW2BND1X .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-tkBW2BND1X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBW2BND1X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBW2BND1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBW2BND1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBW2BND1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkBW2BND1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkBW2BND1X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkBW2BND1X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBW2BND1X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkBW2BND1X .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-tkBW2BND1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBW2BND1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBW2BND1X .dropdown-item.active,
.cid-tkBW2BND1X .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBW2BND1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBW2BND1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBW2BND1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBW2BND1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkBW2BND1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBW2BND1X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBW2BND1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBW2BND1X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkBW2BND1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBW2BND1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkBW2BND1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBW2BND1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBW2BND1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBW2BND1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBW2BND1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBW2BND1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBW2BND1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBW2BND1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBW2BND1X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkBW2BND1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkBW2BND1X .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-tkBW2BND1X .navbar {
    height: 70px;
  }
  .cid-tkBW2BND1X .navbar.opened {
    height: auto;
  }
  .cid-tkBW2BND1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk5z43iyCN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tk5ucWa2ye {
  z-index: 1000;
  width: 100%;
}
.cid-tk5ucWa2ye nav.navbar {
  position: fixed;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk5ucWa2ye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk5ucWa2ye .dropdown-item:hover,
.cid-tk5ucWa2ye .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tk5ucWa2ye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk5ucWa2ye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk5ucWa2ye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk5ucWa2ye .nav-link {
  position: relative;
}
.cid-tk5ucWa2ye .container {
  display: flex;
  margin: auto;
}
.cid-tk5ucWa2ye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown-menu,
.cid-tk5ucWa2ye .navbar.opened {
  background: #232323 !important;
}
.cid-tk5ucWa2ye .nav-item:focus,
.cid-tk5ucWa2ye .nav-link:focus {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk5ucWa2ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk5ucWa2ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk5ucWa2ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk5ucWa2ye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tk5ucWa2ye .navbar.opened {
  transition: all 0.3s;
}
.cid-tk5ucWa2ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk5ucWa2ye .navbar .navbar-logo img {
  width: auto;
}
.cid-tk5ucWa2ye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk5ucWa2ye .navbar.collapsed {
  justify-content: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk5ucWa2ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk5ucWa2ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk5ucWa2ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk5ucWa2ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk5ucWa2ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk5ucWa2ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk5ucWa2ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk5ucWa2ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk5ucWa2ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk5ucWa2ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk5ucWa2ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk5ucWa2ye .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk5ucWa2ye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk5ucWa2ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk5ucWa2ye .dropdown-item.active,
.cid-tk5ucWa2ye .dropdown-item:active {
  background-color: transparent;
}
.cid-tk5ucWa2ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk5ucWa2ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tk5ucWa2ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk5ucWa2ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk5ucWa2ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk5ucWa2ye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk5ucWa2ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk5ucWa2ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk5ucWa2ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk5ucWa2ye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk5ucWa2ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk5ucWa2ye .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-tk5ucWa2ye .navbar {
    height: 70px;
  }
  .cid-tk5ucWa2ye .navbar.opened {
    height: auto;
  }
  .cid-tk5ucWa2ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-3d {
  /* Type valid CSS here */
}
#custom-html-3d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3d p {
  font-size: 60px;
  color: #777;
}
.cid-tNwnz3a4Z8 {
  background-image: url("../../../assets/images/fuel-types-dubai-cover-260820210400-1440x625.jpg");
}
.cid-tNwnz3a4Z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwnz3a4Z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwnz3a4Z8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNwnz3a4Z8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tNtSzChAsd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNtSzChAsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtSzChAsd .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-tNtSzChAsd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNtSzChAsd .row {
  flex-direction: row-reverse;
}
.cid-tNtSzChAsd img {
  width: 100%;
}
.cid-tNsPn2VbtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNsPn2VbtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNsPn2VbtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNsPn2VbtF .content-wrapper {
  background: #9fdbf8;
}
@media (max-width: 991px) {
  .cid-tNsPn2VbtF .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tNsPn2VbtF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNsPn2VbtF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNsPn2VbtF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNsPn2VbtF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNsPn2VbtF .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNsPn2VbtF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNsPn3frFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNsPn3frFC blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tNwhsRFYuP {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNwhsRFYuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNwhsRFYuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNwhsRFYuP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNwhsRFYuP .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tNtVIrmE3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNHwUBfOas {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNHwUBfOas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHwUBfOas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHwUBfOas .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tNHwUBfOas .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNHwUBfOas .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNHwUBfOas .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNHwUBfOas .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNHwUBfOas .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tNHwUBfOas .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNtZFEW06P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNtZFEW06P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtZFEW06P .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-tNtZFEW06P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNtZFEW06P .row {
  flex-direction: row-reverse;
}
.cid-tNtZFEW06P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNtZFEW06P .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNHBXSUELu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNHBXSUELu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHBXSUELu .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-tNHBXSUELu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHBXSUELu .row {
  flex-direction: row-reverse;
}
.cid-tNHBXSUELu img {
  width: 100%;
}
.cid-tNuaVSGFC8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNuaVSGFC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuaVSGFC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNuaVSGFC8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-tNuaVSGFC8 .panel-group {
  border: none;
}
.cid-tNuaVSGFC8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNuaVSGFC8 .panel-body,
.cid-tNuaVSGFC8 .card-header {
  padding: 1rem 0;
}
.cid-tNuaVSGFC8 .panel-title-edit {
  color: #000000;
}
.cid-tNuaVSGFC8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNwfSaMAka {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNwfSaMAka img,
.cid-tNwfSaMAka .item-img {
  width: 100%;
}
.cid-tNwfSaMAka .item:focus,
.cid-tNwfSaMAka span:focus {
  outline: none;
}
.cid-tNwfSaMAka .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNwfSaMAka .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNwfSaMAka .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNwfSaMAka .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNwfSaMAka .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNwfSaMAka .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNwfSaMAka .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNwfSaMAka .mbr-section-title {
  color: #232323;
}
.cid-tNwfSaMAka .mbr-text,
.cid-tNwfSaMAka .mbr-section-btn {
  text-align: left;
}
.cid-tNwfSaMAka .item-title {
  text-align: left;
}
.cid-tNwfSaMAka .item-subtitle {
  text-align: left;
}
.cid-tNsPn4Lz4n {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-tNsPn4Lz4n a.btn > span {
  margin-left: 0.5rem;
}
.cid-tNsPn4Lz4n .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tNsPn4Lz4n .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tNsPn4Lz4n .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tNsPn4Lz4n .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tNsPn4Lz4n .right-side {
  max-width: 554px;
}
.cid-tNsPn4Lz4n .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tNsPn4Lz4n .margin {
  margin-right: 14px;
}
.cid-tNsPn4Lz4n .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tNsPn4Lz4n img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tNsPn4Lz4n .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tNsPn4Lz4n .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tNsPn4Lz4n .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tNsPn4Lz4n .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tNsPn4Lz4n .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tNsPn4Lz4n .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tNsPn4Lz4n .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tNsPn4Lz4n .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tNsPn4Lz4n .mbr-social-likes.small {
  display: flex;
}
.cid-tNsPn4Lz4n .mbr-social-likes.big {
  display: block;
}
.cid-tNsPn4Lz4n .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4d6d9a;
  cursor: pointer;
}
.cid-tNsPn4Lz4n .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tNsPn4Lz4n .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tNsPn4Lz4n .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tNsPn4Lz4n .form-control,
.cid-tNsPn4Lz4n form .btn {
  min-height: initial;
}
.cid-tNsPn4Lz4n a.btn,
.cid-tNsPn4Lz4n button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tNsPn4Lz4n input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tNsPn4Lz4n textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tNsPn4Lz4n input:hover {
  border-color: #14142b !important;
}
.cid-tNsPn4Lz4n textarea:hover {
  border-color: #14142b !important;
}
.cid-tNsPn4Lz4n input:focus {
  border-color: #14142b !important;
}
.cid-tNsPn4Lz4n textarea:focus {
  border-color: #14142b !important;
}
.cid-tNsPn4Lz4n .form-group {
  margin-bottom: 0;
}
.cid-tNsPn4Lz4n .listen {
  margin-bottom: 24px;
}
.cid-tNsPn4Lz4n .phone {
  margin-bottom: 44px;
}
.cid-tNsPn4Lz4n .email {
  margin-bottom: 21px;
}
.cid-tNsPn4Lz4n .listen,
.cid-tNsPn4Lz4n .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tNsPn4Lz4n .mbr-text,
.cid-tNsPn4Lz4n .button-align {
  color: #8c8c95;
}
.cid-tNsPn4Lz4n .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tNsPn4Lz4n .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tNsPn4Lz4n select.form-control:hover {
  border-color: #14142b;
}
.cid-tNsPn4Lz4n select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tNsPn4Lz4n .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tNsPn4Lz4n .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tNsPn4Lz4n .left-side,
  .cid-tNsPn4Lz4n .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tNsPn4Lz4n .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tNsPn4Lz4n .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tNsPn4Lz4n .shadow {
    padding: 25px;
  }
  .cid-tNsPn4Lz4n input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tNsPn4Lz4n .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tNsPn4Lz4n .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tNsPn4Lz4n .big > .socicon-bg-youtube {
  background-color: #ffffff;
}
.cid-tNsPn4Lz4n .big > .socicon-bg-facebook {
  background-color: #ffffff;
}
.cid-tNsPn4Lz4n .big > .socicon-bg-twitter {
  background-color: #ffffff;
}
.cid-tNsPn4Lz4n .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tNsPn4Lz4n .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tNsPn4Lz4n .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tNsPn4Lz4n .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tNsPn4Lz4n .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tNsPn4Lz4n .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tNsPn4Lz4n .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tNsPn4Lz4n .mbr-iconfont {
  margin-right: 8px;
}
.cid-tNsPn4Lz4n .row {
  flex-direction: row-reverse;
}
.cid-tNsPn5BX7O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tNsPn5BX7O .google-map {
  height: 30rem;
  position: relative;
}
.cid-tNsPn5BX7O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tNsPn5BX7O .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNsPn5BX7O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNsPn5BX7O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNsPn60f1L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-tNsPn6i8Ao {
  z-index: 1000;
  width: 100%;
}
.cid-tNsPn6i8Ao nav.navbar {
  position: fixed;
}
.cid-tNsPn6i8Ao .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-tNsPn6i8Ao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNsPn6i8Ao .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNsPn6i8Ao .dropdown-item:hover,
.cid-tNsPn6i8Ao .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tNsPn6i8Ao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNsPn6i8Ao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNsPn6i8Ao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNsPn6i8Ao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNsPn6i8Ao .nav-link {
  position: relative;
}
.cid-tNsPn6i8Ao .container {
  display: flex;
  margin: auto;
}
.cid-tNsPn6i8Ao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNsPn6i8Ao .dropdown-menu,
.cid-tNsPn6i8Ao .navbar.opened {
  background: #232323 !important;
}
.cid-tNsPn6i8Ao .nav-item:focus,
.cid-tNsPn6i8Ao .nav-link:focus {
  outline: none;
}
.cid-tNsPn6i8Ao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNsPn6i8Ao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNsPn6i8Ao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNsPn6i8Ao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNsPn6i8Ao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNsPn6i8Ao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNsPn6i8Ao .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.8);
}
.cid-tNsPn6i8Ao .navbar.opened {
  transition: all 0.3s;
}
.cid-tNsPn6i8Ao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNsPn6i8Ao .navbar .navbar-logo img {
  width: auto;
}
.cid-tNsPn6i8Ao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNsPn6i8Ao .navbar.collapsed {
  justify-content: center;
}
.cid-tNsPn6i8Ao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNsPn6i8Ao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNsPn6i8Ao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tNsPn6i8Ao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNsPn6i8Ao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNsPn6i8Ao .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-tNsPn6i8Ao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNsPn6i8Ao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNsPn6i8Ao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNsPn6i8Ao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNsPn6i8Ao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNsPn6i8Ao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNsPn6i8Ao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNsPn6i8Ao .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-tNsPn6i8Ao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNsPn6i8Ao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNsPn6i8Ao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNsPn6i8Ao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNsPn6i8Ao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNsPn6i8Ao .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNsPn6i8Ao .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNsPn6i8Ao .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNsPn6i8Ao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNsPn6i8Ao .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-tNsPn6i8Ao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNsPn6i8Ao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNsPn6i8Ao .dropdown-item.active,
.cid-tNsPn6i8Ao .dropdown-item:active {
  background-color: transparent;
}
.cid-tNsPn6i8Ao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNsPn6i8Ao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNsPn6i8Ao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNsPn6i8Ao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tNsPn6i8Ao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNsPn6i8Ao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNsPn6i8Ao ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNsPn6i8Ao .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNsPn6i8Ao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNsPn6i8Ao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNsPn6i8Ao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNsPn6i8Ao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNsPn6i8Ao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNsPn6i8Ao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNsPn6i8Ao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNsPn6i8Ao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNsPn6i8Ao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNsPn6i8Ao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNsPn6i8Ao .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNsPn6i8Ao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNsPn6i8Ao .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-tNsPn6i8Ao .navbar {
    height: 70px;
  }
  .cid-tNsPn6i8Ao .navbar.opened {
    height: auto;
  }
  .cid-tNsPn6i8Ao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
