body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #00987f !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00987f !important;
  border-color: #00987f !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #004c3f !important;
  border-color: #004c3f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #004c3f !important;
  border-color: #004c3f !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #00cbaa !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #00987f !important;
  color: #ffffff !important;
  color: #00987f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00987f;
  color: #00987f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00987f;
  border-color: #00987f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00987f !important;
  border-color: #00987f !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #00987f !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
  color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #000000 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #00987f !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00fed4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #333333 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #00987f;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00987f;
  border-color: #00987f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00987f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #19ffd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #00987f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00987f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00987f;
  border-bottom-color: #00987f;
}
.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: #00987f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !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='%2300987f' %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-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
}
.cid-rUTpFezVg4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnVjpUGV7j {
  background-image: url("../../../assets/images/dl.beatsnoop.com-3000-owplncravn-2000x1251.jpg");
}
.cid-tnVjpUGV7j .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tnVjpUGV7j .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-tnVjpUGV7j .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tnVjpUGV7j .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tnVjpUGV7j .mbr-text,
.cid-tnVjpUGV7j .mbr-section-btn,
.cid-tnVjpUGV7j .social-row {
  text-align: left;
  color: #ffffff;
}
.cid-tnVjpUGV7j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tnxZiXcsbq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tnxZiXcsbq .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnxZiXcsbq .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnxZiXcsbq .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnxZiXcsbq .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnxZiXcsbq .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnxZiXcsbq .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-tnxZiXcsbq .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnxZiXcsbq .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnxZiXcsbq .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnxZiXcsbq .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnxZiXcsbq .col-text {
    text-align: center;
  }
}
.cid-tnxZiXcsbq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnxZiXcsbq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnxZiXcsbq .label-text {
    text-align: center !important;
  }
}
.cid-tnxZiXcsbq .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnxZiXcsbq .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnxZiXcsbq .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnxZiXcsbq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnxZiXcsbq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnyh5TDxYk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-tnyh5TDxYk .main_header {
  margin-bottom: 8rem;
}
.cid-tnyh5TDxYk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tnyh5TDxYk .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tnyh5TDxYk .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tnyh5TDxYk .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tnyh5TDxYk .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tnyh5TDxYk .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #b1a374;
}
.cid-tnyh5TDxYk .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tnyh5TDxYk .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tnyh5TDxYk .card_item:nth-child(2) .square_fill {
  background-color: #000000;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tnyh5TDxYk .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tnyh5TDxYk .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tnyh5TDxYk .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tnyh5TDxYk .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tnyh5TDxYk .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tnyh5TDxYk .card-box {
  height: 100%;
}
.cid-tnyh5TDxYk .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tnyh5TDxYk .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tnyh5TDxYk .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tnyh5TDxYk .square_animation .square_null {
  z-index: 1;
  border: 1px solid #00987f;
}
.cid-tnyh5TDxYk .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tnyh5TDxYk .card-title {
  margin-bottom: 1.75rem;
}
.cid-tnyh5TDxYk .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tnyh5TDxYk .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tnyh5TDxYk .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tnyh5TDxYk .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tnyh5TDxYk .item-wrapper {
    padding: 0;
  }
  .cid-tnyh5TDxYk .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tnyh5TDxYk .main_header {
    margin-bottom: 4rem;
  }
  .cid-tnyh5TDxYk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tnyh5TDxYk .mbr-text {
    margin-top: .75rem;
  }
  .cid-tnyh5TDxYk .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tnyh5TDxYk .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tnyh5TDxYk .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tnyh5TDxYk .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tnyh5TDxYk .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tnyh5TDxYk .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tnyh5TDxYk .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-tnyh5TDxYk .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tnyh5TDxYk .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-tnyhYb1slk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-tnyhYb1slk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tnyhYb1slk .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-tnyhYb1slk .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-tnyhYb1slk .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-tnyhYb1slk .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-tnyhYb1slk .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-tnyhYb1slk .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-tnyhYb1slk .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #b1a374;
}
.cid-tnyhYb1slk .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-tnyhYb1slk .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-tnyhYb1slk .card_item:nth-child(2) .square_fill {
  background-color: #000000;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-tnyhYb1slk .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-tnyhYb1slk .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-tnyhYb1slk .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-tnyhYb1slk .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tnyhYb1slk .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tnyhYb1slk .card-box {
  height: 100%;
}
.cid-tnyhYb1slk .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-tnyhYb1slk .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tnyhYb1slk .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tnyhYb1slk .square_animation .square_null {
  z-index: 1;
  border: 1px solid #00987f;
}
.cid-tnyhYb1slk .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tnyhYb1slk .card-title {
  margin-bottom: 1.75rem;
}
.cid-tnyhYb1slk .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tnyhYb1slk .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tnyhYb1slk .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-tnyhYb1slk .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-tnyhYb1slk .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-tnyhYb1slk .item-wrapper {
    padding: 0;
  }
  .cid-tnyhYb1slk .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-tnyhYb1slk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tnyhYb1slk .mbr-text {
    margin-top: .75rem;
  }
  .cid-tnyhYb1slk .square_animation {
    margin-bottom: 1rem;
  }
  .cid-tnyhYb1slk .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tnyhYb1slk .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-tnyhYb1slk .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-tnyhYb1slk .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-tnyhYb1slk .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-tnyhYb1slk .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tnyhYb1slk .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tnyhYb1slk .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-tnyhYb1slk .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-tnyhYb1slk .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tnyhYb1slk .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-tnyhYb1slk .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tnyhYb1slk .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-tnU5SSVTxK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnU5SSVTxK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnU5SSVTxK .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnU5SSVTxK .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnU5SSVTxK .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnU5SSVTxK .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnU5SSVTxK .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnU5SSVTxK .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnU5SSVTxK .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnU5SSVTxK .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnU5SSVTxK .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnU5SSVTxK .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnU5SSVTxK .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnU5SSVTxK .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnU5SSVTxK .list-block {
  position: relative;
}
.cid-tnU5SSVTxK .list-block h4,
.cid-tnU5SSVTxK .list-block p {
  padding-left: 4.5rem;
}
.cid-tnU5SSVTxK .card-img {
  display: block;
}
.cid-tnU5SSVTxK input,
.cid-tnU5SSVTxK textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnU5SSVTxK input:focus,
.cid-tnU5SSVTxK textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnU5SSVTxK .form-control,
.cid-tnU5SSVTxK .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnU5SSVTxK .form-control:hover,
.cid-tnU5SSVTxK .field-input:hover,
.cid-tnU5SSVTxK .form-control:focus,
.cid-tnU5SSVTxK .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnU5SSVTxK input::-webkit-input-placeholder,
.cid-tnU5SSVTxK textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnU5SSVTxK input:-moz-placeholder,
.cid-tnU5SSVTxK textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnU5SSVTxK .jq-selectbox li,
.cid-tnU5SSVTxK .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnU5SSVTxK .jq-selectbox li:hover,
.cid-tnU5SSVTxK .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnU5SSVTxK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnU5SSVTxK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnU5SSVTxK .mbr-form {
  max-width: 550px;
}
.cid-tnU5SSVTxK .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnU5SSVTxK .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnU5SSVTxK .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnU5SSVTxK .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnU5SSVTxK .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnU5SSVTxK .mbr-form textarea {
  min-height: 100px;
}
.cid-tnU5SSVTxK .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnU5SSVTxK .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnU5SSVTxK .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnU5SSVTxK .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnU5SSVTxK .mbr-section-title,
  .cid-tnU5SSVTxK .content-title,
  .cid-tnU5SSVTxK .mbr-section-btn {
    text-align: left;
  }
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnU8agmOAA {
  min-height: 80px !important;
  position: static;
}
.cid-tnU8agmOAA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnU8agmOAA .nav-item:focus,
.cid-tnU8agmOAA .nav-link:focus {
  outline: none;
}
.cid-tnU8agmOAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnU8agmOAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnU8agmOAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnU8agmOAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnU8agmOAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnU8agmOAA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnU8agmOAA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnU8agmOAA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnU8agmOAA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnU8agmOAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnU8agmOAA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnU8agmOAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnU8agmOAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnU8agmOAA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnU8agmOAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnU8agmOAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnU8agmOAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnU8agmOAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnU8agmOAA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnU8agmOAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnU8agmOAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnU8agmOAA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnU8agmOAA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnU8agmOAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnU8agmOAA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnU8agmOAA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnU8agmOAA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnU8agmOAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnU8agmOAA .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnU8agmOAA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnU8agmOAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnU8agmOAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnU8agmOAA .dropdown-item.active,
.cid-tnU8agmOAA .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnU8agmOAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnU8agmOAA .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnU8agmOAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnU8agmOAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnU8agmOAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnU8agmOAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnU8agmOAA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnU8agmOAA .navbar-nav {
  margin: auto;
}
.cid-tnU8agmOAA .navbar-buttons {
  text-align: center;
}
.cid-tnU8agmOAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnU8agmOAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnU8agmOAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnU8agmOAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnU8agmOAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnU8agmOAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnU8agmOAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnU8agmOAA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnU8agmOAA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnU8agmOAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnU8agmOAA .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnU8agmOAA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnU8agmOAA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnU8agmOAA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnU8agmOAA .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnU8agmOAA .navbar {
    height: 77px;
  }
  .cid-tnU8agmOAA .navbar.opened {
    height: auto;
  }
}
.cid-tnU8agmOAA .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnU8agmOAA .text-btn {
  transition: transform 0.3s;
}
.cid-tnU8agmOAA .btn:hover {
  transform: scale(0.8);
}
.cid-tnU8agmOAA .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnU8agmOAA .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnU8agmOAA .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnU8agmOAA .nav-link:hover::before {
  width: 100%;
}
.cid-tnU8agmOAA .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnU8agmOAA .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnU8agmOAA .link {
  margin: 0rem 1.2rem;
}
.cid-tnU8agmOAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnU8agmOAA .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnU8agmOAA .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnU8agmOAA .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnU8agmOAA .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnU8agmOAA .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnU8agmOAA .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnU8agmOAA .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnU8agmOAA .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnU8agmOAA .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnU8agmOAA .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnU8agmOAA .nav-link::before {
    display: none;
  }
  .cid-tnU8agmOAA .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnU8agmOAA .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnU8agmOAA .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnU8agmOAA .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnU8agmOAA .nav-dropdown .dropdown-item:focus,
  .cid-tnU8agmOAA .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnU8agmOAA .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnU8agmOAA .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnU8agmOAA .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnU8agmOAA .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnU8agmOAA .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnU8agmOAA .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnU8agmOAA .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnU8agmOAA .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnU8agmOAA .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnU8agmOAA .nav-dropdown .dropdown-item:focus,
  .cid-tnU8agmOAA .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnU8agmOAA .btn-primary {
  color: #cccccc !important;
}
.cid-tnU8agmOAA .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnU8agmOAA .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnU8agmOAA .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnU8aiEjHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tnU8aiEjHr .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnU8aiEjHr .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnU8aiEjHr .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnU8aiEjHr .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnU8aiEjHr .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnU8aiEjHr .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnU8aiEjHr .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnU8aiEjHr .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnU8aiEjHr .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnU8aiEjHr .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnU8aiEjHr .col-text {
    text-align: center;
  }
}
.cid-tnU8aiEjHr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnU8aiEjHr .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnU8aiEjHr .label-text {
    text-align: center !important;
  }
}
.cid-tnU8aiEjHr .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnU8aiEjHr .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnU8aiEjHr .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnU8aiEjHr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnU8aiEjHr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnVm12y1Ft {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVm12y1Ft .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVm12y1Ft .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVm12y1Ft .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVm12y1Ft .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVm12y1Ft .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVm12y1Ft .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVm12y1Ft .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVm12y1Ft .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVm12y1Ft .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVm12y1Ft .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVm12y1Ft .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVm12y1Ft .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVm12y1Ft .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVm12y1Ft .list-block {
  position: relative;
}
.cid-tnVm12y1Ft .list-block h4,
.cid-tnVm12y1Ft .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVm12y1Ft .card-img {
  display: block;
}
.cid-tnVm12y1Ft input,
.cid-tnVm12y1Ft textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVm12y1Ft input:focus,
.cid-tnVm12y1Ft textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVm12y1Ft .form-control,
.cid-tnVm12y1Ft .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVm12y1Ft .form-control:hover,
.cid-tnVm12y1Ft .field-input:hover,
.cid-tnVm12y1Ft .form-control:focus,
.cid-tnVm12y1Ft .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVm12y1Ft input::-webkit-input-placeholder,
.cid-tnVm12y1Ft textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVm12y1Ft input:-moz-placeholder,
.cid-tnVm12y1Ft textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVm12y1Ft .jq-selectbox li,
.cid-tnVm12y1Ft .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm12y1Ft .jq-selectbox li:hover,
.cid-tnVm12y1Ft .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm12y1Ft .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm12y1Ft .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm12y1Ft .mbr-form {
  max-width: 550px;
}
.cid-tnVm12y1Ft .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVm12y1Ft .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVm12y1Ft .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVm12y1Ft .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVm12y1Ft .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVm12y1Ft .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVm12y1Ft .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVm12y1Ft .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVm12y1Ft .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVm12y1Ft .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVm12y1Ft .mbr-section-title,
  .cid-tnVm12y1Ft .content-title,
  .cid-tnVm12y1Ft .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnU8ak9yYX .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnU8ak9yYX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnU8ak9yYX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnU8ak9yYX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnU8ak9yYX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnU8aklAnq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnU8aklAnq .media-container-row {
  align-items: center;
}
.cid-tnU8aklAnq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnU8aklAnq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnU8aklAnq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnU8aklAnq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnU8aklAnq .foot-menu-item {
  transform: 0.2s;
}
.cid-tnU8aklAnq .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnU8aklAnq .foot-menu {
    justify-content: center;
  }
  .cid-tnU8aklAnq .mbr-text {
    text-align: center;
  }
  .cid-tnU8aklAnq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnU8aklAnq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnU8aklAnq .link:hover {
  text-decoration: underline;
}
.cid-tnU8aklAnq .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnU8aklAnq .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnU8aklAnq .container {
    padding: 0;
  }
}
.cid-tnU8aklAnq .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnUdTxj0ns {
  min-height: 80px !important;
  position: static;
}
.cid-tnUdTxj0ns .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUdTxj0ns .nav-item:focus,
.cid-tnUdTxj0ns .nav-link:focus {
  outline: none;
}
.cid-tnUdTxj0ns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUdTxj0ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnUdTxj0ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUdTxj0ns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnUdTxj0ns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnUdTxj0ns .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnUdTxj0ns .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnUdTxj0ns .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnUdTxj0ns .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnUdTxj0ns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnUdTxj0ns .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnUdTxj0ns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnUdTxj0ns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnUdTxj0ns .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnUdTxj0ns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnUdTxj0ns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnUdTxj0ns .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnUdTxj0ns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnUdTxj0ns .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnUdTxj0ns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnUdTxj0ns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnUdTxj0ns .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnUdTxj0ns .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnUdTxj0ns .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnUdTxj0ns .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnUdTxj0ns .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnUdTxj0ns .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnUdTxj0ns .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnUdTxj0ns .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnUdTxj0ns .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnUdTxj0ns .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnUdTxj0ns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnUdTxj0ns .dropdown-item.active,
.cid-tnUdTxj0ns .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnUdTxj0ns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnUdTxj0ns .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnUdTxj0ns .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnUdTxj0ns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnUdTxj0ns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnUdTxj0ns .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnUdTxj0ns ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnUdTxj0ns .navbar-nav {
  margin: auto;
}
.cid-tnUdTxj0ns .navbar-buttons {
  text-align: center;
}
.cid-tnUdTxj0ns button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnUdTxj0ns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnUdTxj0ns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnUdTxj0ns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUdTxj0ns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUdTxj0ns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnUdTxj0ns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUdTxj0ns nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnUdTxj0ns nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnUdTxj0ns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUdTxj0ns .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnUdTxj0ns a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnUdTxj0ns .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnUdTxj0ns .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnUdTxj0ns .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnUdTxj0ns .navbar {
    height: 77px;
  }
  .cid-tnUdTxj0ns .navbar.opened {
    height: auto;
  }
}
.cid-tnUdTxj0ns .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnUdTxj0ns .text-btn {
  transition: transform 0.3s;
}
.cid-tnUdTxj0ns .btn:hover {
  transform: scale(0.8);
}
.cid-tnUdTxj0ns .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnUdTxj0ns .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnUdTxj0ns .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnUdTxj0ns .nav-link:hover::before {
  width: 100%;
}
.cid-tnUdTxj0ns .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnUdTxj0ns .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnUdTxj0ns .link {
  margin: 0rem 1.2rem;
}
.cid-tnUdTxj0ns .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnUdTxj0ns .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnUdTxj0ns .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnUdTxj0ns .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnUdTxj0ns .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnUdTxj0ns .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnUdTxj0ns .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnUdTxj0ns .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnUdTxj0ns .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnUdTxj0ns .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnUdTxj0ns .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnUdTxj0ns .nav-link::before {
    display: none;
  }
  .cid-tnUdTxj0ns .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnUdTxj0ns .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnUdTxj0ns .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnUdTxj0ns .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnUdTxj0ns .nav-dropdown .dropdown-item:focus,
  .cid-tnUdTxj0ns .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnUdTxj0ns .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnUdTxj0ns .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnUdTxj0ns .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnUdTxj0ns .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnUdTxj0ns .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnUdTxj0ns .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnUdTxj0ns .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnUdTxj0ns .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnUdTxj0ns .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnUdTxj0ns .nav-dropdown .dropdown-item:focus,
  .cid-tnUdTxj0ns .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnUdTxj0ns .btn-primary {
  color: #cccccc !important;
}
.cid-tnUdTxj0ns .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnUdTxj0ns .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnUdTxj0ns .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnUdTxZjnc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tnUdTxZjnc .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnUdTxZjnc .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnUdTxZjnc .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnUdTxZjnc .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnUdTxZjnc .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnUdTxZjnc .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnUdTxZjnc .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnUdTxZjnc .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnUdTxZjnc .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnUdTxZjnc .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnUdTxZjnc .col-text {
    text-align: center;
  }
}
.cid-tnUdTxZjnc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnUdTxZjnc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnUdTxZjnc .label-text {
    text-align: center !important;
  }
}
.cid-tnUdTxZjnc .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnUdTxZjnc .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnUdTxZjnc .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnUdTxZjnc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnUdTxZjnc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnVm40Ahs4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVm40Ahs4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVm40Ahs4 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVm40Ahs4 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVm40Ahs4 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVm40Ahs4 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVm40Ahs4 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVm40Ahs4 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVm40Ahs4 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVm40Ahs4 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVm40Ahs4 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVm40Ahs4 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVm40Ahs4 .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVm40Ahs4 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVm40Ahs4 .list-block {
  position: relative;
}
.cid-tnVm40Ahs4 .list-block h4,
.cid-tnVm40Ahs4 .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVm40Ahs4 .card-img {
  display: block;
}
.cid-tnVm40Ahs4 input,
.cid-tnVm40Ahs4 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVm40Ahs4 input:focus,
.cid-tnVm40Ahs4 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVm40Ahs4 .form-control,
.cid-tnVm40Ahs4 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVm40Ahs4 .form-control:hover,
.cid-tnVm40Ahs4 .field-input:hover,
.cid-tnVm40Ahs4 .form-control:focus,
.cid-tnVm40Ahs4 .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVm40Ahs4 input::-webkit-input-placeholder,
.cid-tnVm40Ahs4 textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVm40Ahs4 input:-moz-placeholder,
.cid-tnVm40Ahs4 textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVm40Ahs4 .jq-selectbox li,
.cid-tnVm40Ahs4 .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm40Ahs4 .jq-selectbox li:hover,
.cid-tnVm40Ahs4 .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm40Ahs4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm40Ahs4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm40Ahs4 .mbr-form {
  max-width: 550px;
}
.cid-tnVm40Ahs4 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVm40Ahs4 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVm40Ahs4 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVm40Ahs4 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVm40Ahs4 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVm40Ahs4 .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVm40Ahs4 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVm40Ahs4 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVm40Ahs4 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVm40Ahs4 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVm40Ahs4 .mbr-section-title,
  .cid-tnVm40Ahs4 .content-title,
  .cid-tnVm40Ahs4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnUdTyYDQ6 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnUdTyYDQ6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnUdTyYDQ6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnUdTyYDQ6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnUdTyYDQ6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnUdTzbueW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnUdTzbueW .media-container-row {
  align-items: center;
}
.cid-tnUdTzbueW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnUdTzbueW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnUdTzbueW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnUdTzbueW .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnUdTzbueW .foot-menu-item {
  transform: 0.2s;
}
.cid-tnUdTzbueW .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnUdTzbueW .foot-menu {
    justify-content: center;
  }
  .cid-tnUdTzbueW .mbr-text {
    text-align: center;
  }
  .cid-tnUdTzbueW .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnUdTzbueW .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnUdTzbueW .link:hover {
  text-decoration: underline;
}
.cid-tnUdTzbueW .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnUdTzbueW .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnUdTzbueW .container {
    padding: 0;
  }
}
.cid-tnUdTzbueW .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnUT1Yl0TB {
  min-height: 80px !important;
  position: static;
}
.cid-tnUT1Yl0TB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUT1Yl0TB .nav-item:focus,
.cid-tnUT1Yl0TB .nav-link:focus {
  outline: none;
}
.cid-tnUT1Yl0TB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUT1Yl0TB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnUT1Yl0TB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnUT1Yl0TB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnUT1Yl0TB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnUT1Yl0TB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnUT1Yl0TB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnUT1Yl0TB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnUT1Yl0TB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnUT1Yl0TB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnUT1Yl0TB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnUT1Yl0TB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnUT1Yl0TB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnUT1Yl0TB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnUT1Yl0TB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnUT1Yl0TB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnUT1Yl0TB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnUT1Yl0TB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnUT1Yl0TB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnUT1Yl0TB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnUT1Yl0TB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnUT1Yl0TB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnUT1Yl0TB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnUT1Yl0TB .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnUT1Yl0TB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnUT1Yl0TB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnUT1Yl0TB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnUT1Yl0TB .dropdown-item.active,
.cid-tnUT1Yl0TB .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnUT1Yl0TB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnUT1Yl0TB .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnUT1Yl0TB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnUT1Yl0TB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnUT1Yl0TB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnUT1Yl0TB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnUT1Yl0TB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnUT1Yl0TB .navbar-nav {
  margin: auto;
}
.cid-tnUT1Yl0TB .navbar-buttons {
  text-align: center;
}
.cid-tnUT1Yl0TB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnUT1Yl0TB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnUT1Yl0TB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnUT1Yl0TB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUT1Yl0TB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnUT1Yl0TB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnUT1Yl0TB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUT1Yl0TB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnUT1Yl0TB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnUT1Yl0TB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnUT1Yl0TB .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnUT1Yl0TB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnUT1Yl0TB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnUT1Yl0TB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnUT1Yl0TB .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnUT1Yl0TB .navbar {
    height: 77px;
  }
  .cid-tnUT1Yl0TB .navbar.opened {
    height: auto;
  }
}
.cid-tnUT1Yl0TB .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnUT1Yl0TB .text-btn {
  transition: transform 0.3s;
}
.cid-tnUT1Yl0TB .btn:hover {
  transform: scale(0.8);
}
.cid-tnUT1Yl0TB .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnUT1Yl0TB .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnUT1Yl0TB .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnUT1Yl0TB .nav-link:hover::before {
  width: 100%;
}
.cid-tnUT1Yl0TB .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnUT1Yl0TB .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnUT1Yl0TB .link {
  margin: 0rem 1.2rem;
}
.cid-tnUT1Yl0TB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnUT1Yl0TB .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnUT1Yl0TB .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnUT1Yl0TB .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnUT1Yl0TB .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnUT1Yl0TB .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnUT1Yl0TB .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnUT1Yl0TB .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnUT1Yl0TB .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnUT1Yl0TB .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnUT1Yl0TB .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnUT1Yl0TB .nav-link::before {
    display: none;
  }
  .cid-tnUT1Yl0TB .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnUT1Yl0TB .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnUT1Yl0TB .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnUT1Yl0TB .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnUT1Yl0TB .nav-dropdown .dropdown-item:focus,
  .cid-tnUT1Yl0TB .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnUT1Yl0TB .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnUT1Yl0TB .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnUT1Yl0TB .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnUT1Yl0TB .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnUT1Yl0TB .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnUT1Yl0TB .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnUT1Yl0TB .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnUT1Yl0TB .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnUT1Yl0TB .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnUT1Yl0TB .nav-dropdown .dropdown-item:focus,
  .cid-tnUT1Yl0TB .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnUT1Yl0TB .btn-primary {
  color: #cccccc !important;
}
.cid-tnUT1Yl0TB .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnUT1Yl0TB .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnUT1Yl0TB .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnUT1ZldIL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnUT1ZldIL .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnUT1ZldIL .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnUT1ZldIL .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnUT1ZldIL .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnUT1ZldIL .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnUT1ZldIL .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnUT1ZldIL .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnUT1ZldIL .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnUT1ZldIL .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnUT1ZldIL .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnUT1ZldIL .col-text {
    text-align: center;
  }
}
.cid-tnUT1ZldIL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnUT1ZldIL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnUT1ZldIL .label-text {
    text-align: center !important;
  }
}
.cid-tnUT1ZldIL .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnUT1ZldIL .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnUT1ZldIL .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnUT1ZldIL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnUT1ZldIL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnUWx6S1Ea {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tnUWx6S1Ea .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tnUWx6S1Ea .mbr-text {
  margin-bottom: 0;
  color: #555555;
}
.cid-tnUWx6S1Ea .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnUWx6S1Ea .content__block {
  padding: 99px 0 80px;
}
.cid-tnUWx6S1Ea .divider {
  margin: 55px 0 70px;
  height: 2px;
  background-color: #ebeaed;
}
.cid-tnUWx6S1Ea .block__column {
  margin-top: 40px;
}
.cid-tnUWx6S1Ea .column__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tnUWx6S1Ea .column__text {
  margin-bottom: 15px;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-tnUWx6S1Ea .divider {
    margin: 40px 0 0;
  }
  .cid-tnUWx6S1Ea .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tnUWx6S1Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnUWx6S1Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVm76QWbb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVm76QWbb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVm76QWbb .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVm76QWbb .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVm76QWbb .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVm76QWbb .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVm76QWbb .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVm76QWbb .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVm76QWbb .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVm76QWbb .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVm76QWbb .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVm76QWbb .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVm76QWbb .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVm76QWbb .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVm76QWbb .list-block {
  position: relative;
}
.cid-tnVm76QWbb .list-block h4,
.cid-tnVm76QWbb .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVm76QWbb .card-img {
  display: block;
}
.cid-tnVm76QWbb input,
.cid-tnVm76QWbb textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVm76QWbb input:focus,
.cid-tnVm76QWbb textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVm76QWbb .form-control,
.cid-tnVm76QWbb .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVm76QWbb .form-control:hover,
.cid-tnVm76QWbb .field-input:hover,
.cid-tnVm76QWbb .form-control:focus,
.cid-tnVm76QWbb .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVm76QWbb input::-webkit-input-placeholder,
.cid-tnVm76QWbb textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVm76QWbb input:-moz-placeholder,
.cid-tnVm76QWbb textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVm76QWbb .jq-selectbox li,
.cid-tnVm76QWbb .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm76QWbb .jq-selectbox li:hover,
.cid-tnVm76QWbb .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm76QWbb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm76QWbb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm76QWbb .mbr-form {
  max-width: 550px;
}
.cid-tnVm76QWbb .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVm76QWbb .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVm76QWbb .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVm76QWbb .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVm76QWbb .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVm76QWbb .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVm76QWbb .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVm76QWbb .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVm76QWbb .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVm76QWbb .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVm76QWbb .mbr-section-title,
  .cid-tnVm76QWbb .content-title,
  .cid-tnVm76QWbb .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnUT20yCJZ .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnUT20yCJZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnUT20yCJZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnUT20yCJZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnUT20yCJZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnUT20NA7u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnUT20NA7u .media-container-row {
  align-items: center;
}
.cid-tnUT20NA7u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnUT20NA7u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnUT20NA7u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnUT20NA7u .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnUT20NA7u .foot-menu-item {
  transform: 0.2s;
}
.cid-tnUT20NA7u .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnUT20NA7u .foot-menu {
    justify-content: center;
  }
  .cid-tnUT20NA7u .mbr-text {
    text-align: center;
  }
  .cid-tnUT20NA7u .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnUT20NA7u .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnUT20NA7u .link:hover {
  text-decoration: underline;
}
.cid-tnUT20NA7u .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnUT20NA7u .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnUT20NA7u .container {
    padding: 0;
  }
}
.cid-tnUT20NA7u .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnV0xXSQrJ {
  min-height: 80px !important;
  position: static;
}
.cid-tnV0xXSQrJ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV0xXSQrJ .nav-item:focus,
.cid-tnV0xXSQrJ .nav-link:focus {
  outline: none;
}
.cid-tnV0xXSQrJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV0xXSQrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnV0xXSQrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV0xXSQrJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnV0xXSQrJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnV0xXSQrJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnV0xXSQrJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnV0xXSQrJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnV0xXSQrJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnV0xXSQrJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnV0xXSQrJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnV0xXSQrJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnV0xXSQrJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnV0xXSQrJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnV0xXSQrJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnV0xXSQrJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnV0xXSQrJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnV0xXSQrJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnV0xXSQrJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnV0xXSQrJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnV0xXSQrJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnV0xXSQrJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnV0xXSQrJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnV0xXSQrJ .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnV0xXSQrJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnV0xXSQrJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnV0xXSQrJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnV0xXSQrJ .dropdown-item.active,
.cid-tnV0xXSQrJ .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnV0xXSQrJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnV0xXSQrJ .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnV0xXSQrJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnV0xXSQrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnV0xXSQrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnV0xXSQrJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnV0xXSQrJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnV0xXSQrJ .navbar-nav {
  margin: auto;
}
.cid-tnV0xXSQrJ .navbar-buttons {
  text-align: center;
}
.cid-tnV0xXSQrJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnV0xXSQrJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnV0xXSQrJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnV0xXSQrJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV0xXSQrJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV0xXSQrJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnV0xXSQrJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV0xXSQrJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnV0xXSQrJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnV0xXSQrJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV0xXSQrJ .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnV0xXSQrJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnV0xXSQrJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnV0xXSQrJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnV0xXSQrJ .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnV0xXSQrJ .navbar {
    height: 77px;
  }
  .cid-tnV0xXSQrJ .navbar.opened {
    height: auto;
  }
}
.cid-tnV0xXSQrJ .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnV0xXSQrJ .text-btn {
  transition: transform 0.3s;
}
.cid-tnV0xXSQrJ .btn:hover {
  transform: scale(0.8);
}
.cid-tnV0xXSQrJ .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnV0xXSQrJ .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnV0xXSQrJ .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnV0xXSQrJ .nav-link:hover::before {
  width: 100%;
}
.cid-tnV0xXSQrJ .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnV0xXSQrJ .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnV0xXSQrJ .link {
  margin: 0rem 1.2rem;
}
.cid-tnV0xXSQrJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnV0xXSQrJ .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnV0xXSQrJ .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnV0xXSQrJ .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnV0xXSQrJ .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnV0xXSQrJ .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnV0xXSQrJ .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnV0xXSQrJ .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnV0xXSQrJ .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnV0xXSQrJ .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnV0xXSQrJ .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnV0xXSQrJ .nav-link::before {
    display: none;
  }
  .cid-tnV0xXSQrJ .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnV0xXSQrJ .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnV0xXSQrJ .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnV0xXSQrJ .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnV0xXSQrJ .nav-dropdown .dropdown-item:focus,
  .cid-tnV0xXSQrJ .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnV0xXSQrJ .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnV0xXSQrJ .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnV0xXSQrJ .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnV0xXSQrJ .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnV0xXSQrJ .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnV0xXSQrJ .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnV0xXSQrJ .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnV0xXSQrJ .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnV0xXSQrJ .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnV0xXSQrJ .nav-dropdown .dropdown-item:focus,
  .cid-tnV0xXSQrJ .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnV0xXSQrJ .btn-primary {
  color: #cccccc !important;
}
.cid-tnV0xXSQrJ .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnV0xXSQrJ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnV0xXSQrJ .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnV0xYFoOx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnV0xYFoOx .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnV0xYFoOx .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV0xYFoOx .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnV0xYFoOx .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnV0xYFoOx .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnV0xYFoOx .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnV0xYFoOx .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnV0xYFoOx .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnV0xYFoOx .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV0xYFoOx .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnV0xYFoOx .col-text {
    text-align: center;
  }
}
.cid-tnV0xYFoOx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnV0xYFoOx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnV0xYFoOx .label-text {
    text-align: center !important;
  }
}
.cid-tnV0xYFoOx .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnV0xYFoOx .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnV0xYFoOx .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnV0xYFoOx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnV0xYFoOx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnVm9Hs1Ij {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVm9Hs1Ij .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVm9Hs1Ij .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVm9Hs1Ij .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVm9Hs1Ij .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVm9Hs1Ij .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVm9Hs1Ij .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVm9Hs1Ij .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVm9Hs1Ij .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVm9Hs1Ij .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVm9Hs1Ij .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVm9Hs1Ij .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVm9Hs1Ij .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVm9Hs1Ij .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVm9Hs1Ij .list-block {
  position: relative;
}
.cid-tnVm9Hs1Ij .list-block h4,
.cid-tnVm9Hs1Ij .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVm9Hs1Ij .card-img {
  display: block;
}
.cid-tnVm9Hs1Ij input,
.cid-tnVm9Hs1Ij textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVm9Hs1Ij input:focus,
.cid-tnVm9Hs1Ij textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVm9Hs1Ij .form-control,
.cid-tnVm9Hs1Ij .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVm9Hs1Ij .form-control:hover,
.cid-tnVm9Hs1Ij .field-input:hover,
.cid-tnVm9Hs1Ij .form-control:focus,
.cid-tnVm9Hs1Ij .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVm9Hs1Ij input::-webkit-input-placeholder,
.cid-tnVm9Hs1Ij textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVm9Hs1Ij input:-moz-placeholder,
.cid-tnVm9Hs1Ij textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVm9Hs1Ij .jq-selectbox li,
.cid-tnVm9Hs1Ij .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm9Hs1Ij .jq-selectbox li:hover,
.cid-tnVm9Hs1Ij .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVm9Hs1Ij .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm9Hs1Ij .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVm9Hs1Ij .mbr-form {
  max-width: 550px;
}
.cid-tnVm9Hs1Ij .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVm9Hs1Ij .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVm9Hs1Ij .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVm9Hs1Ij .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVm9Hs1Ij .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVm9Hs1Ij .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVm9Hs1Ij .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVm9Hs1Ij .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVm9Hs1Ij .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVm9Hs1Ij .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVm9Hs1Ij .mbr-section-title,
  .cid-tnVm9Hs1Ij .content-title,
  .cid-tnVm9Hs1Ij .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnV0y2d9Hv .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnV0y2d9Hv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnV0y2d9Hv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnV0y2d9Hv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnV0y2d9Hv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnV0y2BYyC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnV0y2BYyC .media-container-row {
  align-items: center;
}
.cid-tnV0y2BYyC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnV0y2BYyC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnV0y2BYyC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnV0y2BYyC .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnV0y2BYyC .foot-menu-item {
  transform: 0.2s;
}
.cid-tnV0y2BYyC .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnV0y2BYyC .foot-menu {
    justify-content: center;
  }
  .cid-tnV0y2BYyC .mbr-text {
    text-align: center;
  }
  .cid-tnV0y2BYyC .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnV0y2BYyC .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnV0y2BYyC .link:hover {
  text-decoration: underline;
}
.cid-tnV0y2BYyC .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnV0y2BYyC .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnV0y2BYyC .container {
    padding: 0;
  }
}
.cid-tnV0y2BYyC .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnV1LsiF5O {
  min-height: 80px !important;
  position: static;
}
.cid-tnV1LsiF5O .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV1LsiF5O .nav-item:focus,
.cid-tnV1LsiF5O .nav-link:focus {
  outline: none;
}
.cid-tnV1LsiF5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV1LsiF5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnV1LsiF5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV1LsiF5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnV1LsiF5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnV1LsiF5O .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnV1LsiF5O .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnV1LsiF5O .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnV1LsiF5O .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnV1LsiF5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnV1LsiF5O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnV1LsiF5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnV1LsiF5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnV1LsiF5O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnV1LsiF5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnV1LsiF5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnV1LsiF5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnV1LsiF5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnV1LsiF5O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnV1LsiF5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnV1LsiF5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnV1LsiF5O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnV1LsiF5O .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnV1LsiF5O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnV1LsiF5O .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnV1LsiF5O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnV1LsiF5O .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnV1LsiF5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnV1LsiF5O .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnV1LsiF5O .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnV1LsiF5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnV1LsiF5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnV1LsiF5O .dropdown-item.active,
.cid-tnV1LsiF5O .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnV1LsiF5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnV1LsiF5O .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnV1LsiF5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnV1LsiF5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnV1LsiF5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnV1LsiF5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnV1LsiF5O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnV1LsiF5O .navbar-nav {
  margin: auto;
}
.cid-tnV1LsiF5O .navbar-buttons {
  text-align: center;
}
.cid-tnV1LsiF5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnV1LsiF5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnV1LsiF5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnV1LsiF5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV1LsiF5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV1LsiF5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnV1LsiF5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV1LsiF5O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnV1LsiF5O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnV1LsiF5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV1LsiF5O .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnV1LsiF5O a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnV1LsiF5O .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnV1LsiF5O .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnV1LsiF5O .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnV1LsiF5O .navbar {
    height: 77px;
  }
  .cid-tnV1LsiF5O .navbar.opened {
    height: auto;
  }
}
.cid-tnV1LsiF5O .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnV1LsiF5O .text-btn {
  transition: transform 0.3s;
}
.cid-tnV1LsiF5O .btn:hover {
  transform: scale(0.8);
}
.cid-tnV1LsiF5O .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnV1LsiF5O .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnV1LsiF5O .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnV1LsiF5O .nav-link:hover::before {
  width: 100%;
}
.cid-tnV1LsiF5O .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnV1LsiF5O .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnV1LsiF5O .link {
  margin: 0rem 1.2rem;
}
.cid-tnV1LsiF5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnV1LsiF5O .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnV1LsiF5O .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnV1LsiF5O .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnV1LsiF5O .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnV1LsiF5O .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnV1LsiF5O .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnV1LsiF5O .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnV1LsiF5O .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnV1LsiF5O .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnV1LsiF5O .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnV1LsiF5O .nav-link::before {
    display: none;
  }
  .cid-tnV1LsiF5O .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnV1LsiF5O .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnV1LsiF5O .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnV1LsiF5O .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnV1LsiF5O .nav-dropdown .dropdown-item:focus,
  .cid-tnV1LsiF5O .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnV1LsiF5O .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnV1LsiF5O .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnV1LsiF5O .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnV1LsiF5O .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnV1LsiF5O .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnV1LsiF5O .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnV1LsiF5O .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnV1LsiF5O .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnV1LsiF5O .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnV1LsiF5O .nav-dropdown .dropdown-item:focus,
  .cid-tnV1LsiF5O .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnV1LsiF5O .btn-primary {
  color: #cccccc !important;
}
.cid-tnV1LsiF5O .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnV1LsiF5O .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnV1LsiF5O .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnV1LsRfS2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnV1LsRfS2 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnV1LsRfS2 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV1LsRfS2 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnV1LsRfS2 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnV1LsRfS2 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnV1LsRfS2 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnV1LsRfS2 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnV1LsRfS2 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnV1LsRfS2 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV1LsRfS2 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnV1LsRfS2 .col-text {
    text-align: center;
  }
}
.cid-tnV1LsRfS2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnV1LsRfS2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnV1LsRfS2 .label-text {
    text-align: center !important;
  }
}
.cid-tnV1LsRfS2 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnV1LsRfS2 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnV1LsRfS2 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnV1LsRfS2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnV1LsRfS2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnVmc6b1Sw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVmc6b1Sw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVmc6b1Sw .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVmc6b1Sw .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVmc6b1Sw .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVmc6b1Sw .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVmc6b1Sw .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVmc6b1Sw .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVmc6b1Sw .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVmc6b1Sw .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVmc6b1Sw .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVmc6b1Sw .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVmc6b1Sw .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVmc6b1Sw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVmc6b1Sw .list-block {
  position: relative;
}
.cid-tnVmc6b1Sw .list-block h4,
.cid-tnVmc6b1Sw .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVmc6b1Sw .card-img {
  display: block;
}
.cid-tnVmc6b1Sw input,
.cid-tnVmc6b1Sw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVmc6b1Sw input:focus,
.cid-tnVmc6b1Sw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVmc6b1Sw .form-control,
.cid-tnVmc6b1Sw .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVmc6b1Sw .form-control:hover,
.cid-tnVmc6b1Sw .field-input:hover,
.cid-tnVmc6b1Sw .form-control:focus,
.cid-tnVmc6b1Sw .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVmc6b1Sw input::-webkit-input-placeholder,
.cid-tnVmc6b1Sw textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVmc6b1Sw input:-moz-placeholder,
.cid-tnVmc6b1Sw textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVmc6b1Sw .jq-selectbox li,
.cid-tnVmc6b1Sw .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmc6b1Sw .jq-selectbox li:hover,
.cid-tnVmc6b1Sw .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmc6b1Sw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmc6b1Sw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmc6b1Sw .mbr-form {
  max-width: 550px;
}
.cid-tnVmc6b1Sw .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVmc6b1Sw .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVmc6b1Sw .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVmc6b1Sw .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVmc6b1Sw .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVmc6b1Sw .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVmc6b1Sw .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVmc6b1Sw .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVmc6b1Sw .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVmc6b1Sw .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVmc6b1Sw .mbr-section-title,
  .cid-tnVmc6b1Sw .content-title,
  .cid-tnVmc6b1Sw .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnV1LtIECA .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnV1LtIECA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnV1LtIECA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnV1LtIECA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnV1LtIECA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnV1LtT1e7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnV1LtT1e7 .media-container-row {
  align-items: center;
}
.cid-tnV1LtT1e7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnV1LtT1e7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnV1LtT1e7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnV1LtT1e7 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnV1LtT1e7 .foot-menu-item {
  transform: 0.2s;
}
.cid-tnV1LtT1e7 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnV1LtT1e7 .foot-menu {
    justify-content: center;
  }
  .cid-tnV1LtT1e7 .mbr-text {
    text-align: center;
  }
  .cid-tnV1LtT1e7 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnV1LtT1e7 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnV1LtT1e7 .link:hover {
  text-decoration: underline;
}
.cid-tnV1LtT1e7 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnV1LtT1e7 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnV1LtT1e7 .container {
    padding: 0;
  }
}
.cid-tnV1LtT1e7 .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnV32sp0XU {
  min-height: 80px !important;
  position: static;
}
.cid-tnV32sp0XU .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV32sp0XU .nav-item:focus,
.cid-tnV32sp0XU .nav-link:focus {
  outline: none;
}
.cid-tnV32sp0XU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV32sp0XU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnV32sp0XU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnV32sp0XU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnV32sp0XU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnV32sp0XU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnV32sp0XU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnV32sp0XU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnV32sp0XU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnV32sp0XU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnV32sp0XU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnV32sp0XU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnV32sp0XU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnV32sp0XU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnV32sp0XU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnV32sp0XU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnV32sp0XU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnV32sp0XU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnV32sp0XU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnV32sp0XU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnV32sp0XU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnV32sp0XU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnV32sp0XU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnV32sp0XU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnV32sp0XU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnV32sp0XU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnV32sp0XU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnV32sp0XU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnV32sp0XU .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnV32sp0XU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnV32sp0XU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnV32sp0XU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnV32sp0XU .dropdown-item.active,
.cid-tnV32sp0XU .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnV32sp0XU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnV32sp0XU .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnV32sp0XU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnV32sp0XU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnV32sp0XU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnV32sp0XU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnV32sp0XU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnV32sp0XU .navbar-nav {
  margin: auto;
}
.cid-tnV32sp0XU .navbar-buttons {
  text-align: center;
}
.cid-tnV32sp0XU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnV32sp0XU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnV32sp0XU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnV32sp0XU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV32sp0XU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnV32sp0XU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnV32sp0XU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV32sp0XU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnV32sp0XU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnV32sp0XU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnV32sp0XU .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnV32sp0XU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnV32sp0XU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnV32sp0XU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnV32sp0XU .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnV32sp0XU .navbar {
    height: 77px;
  }
  .cid-tnV32sp0XU .navbar.opened {
    height: auto;
  }
}
.cid-tnV32sp0XU .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnV32sp0XU .text-btn {
  transition: transform 0.3s;
}
.cid-tnV32sp0XU .btn:hover {
  transform: scale(0.8);
}
.cid-tnV32sp0XU .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnV32sp0XU .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnV32sp0XU .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnV32sp0XU .nav-link:hover::before {
  width: 100%;
}
.cid-tnV32sp0XU .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnV32sp0XU .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnV32sp0XU .link {
  margin: 0rem 1.2rem;
}
.cid-tnV32sp0XU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnV32sp0XU .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnV32sp0XU .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnV32sp0XU .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnV32sp0XU .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnV32sp0XU .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnV32sp0XU .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnV32sp0XU .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnV32sp0XU .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnV32sp0XU .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnV32sp0XU .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnV32sp0XU .nav-link::before {
    display: none;
  }
  .cid-tnV32sp0XU .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnV32sp0XU .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnV32sp0XU .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnV32sp0XU .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnV32sp0XU .nav-dropdown .dropdown-item:focus,
  .cid-tnV32sp0XU .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnV32sp0XU .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnV32sp0XU .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnV32sp0XU .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnV32sp0XU .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnV32sp0XU .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnV32sp0XU .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnV32sp0XU .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnV32sp0XU .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnV32sp0XU .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnV32sp0XU .nav-dropdown .dropdown-item:focus,
  .cid-tnV32sp0XU .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnV32sp0XU .btn-primary {
  color: #cccccc !important;
}
.cid-tnV32sp0XU .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnV32sp0XU .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnV32sp0XU .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnV32t2fDi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnV32t2fDi .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tnV32t2fDi .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV32t2fDi .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tnV32t2fDi .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tnV32t2fDi .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tnV32t2fDi .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #efefef;
}
.cid-tnV32t2fDi .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tnV32t2fDi .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tnV32t2fDi .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tnV32t2fDi .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tnV32t2fDi .col-text {
    text-align: center;
  }
}
.cid-tnV32t2fDi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tnV32t2fDi .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tnV32t2fDi .label-text {
    text-align: center !important;
  }
}
.cid-tnV32t2fDi .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tnV32t2fDi .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tnV32t2fDi .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tnV32t2fDi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tnV32t2fDi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tnV32ttOZC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tnV32ttOZC .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tnV32ttOZC .mbr-text {
  margin-bottom: 0;
  color: #555555;
}
.cid-tnV32ttOZC .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnV32ttOZC .content__block {
  padding: 99px 0 80px;
}
.cid-tnV32ttOZC .divider {
  margin: 55px 0 70px;
  height: 2px;
  background-color: #ebeaed;
}
.cid-tnV32ttOZC .block__column {
  margin-top: 40px;
}
.cid-tnV32ttOZC .column__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tnV32ttOZC .column__text {
  margin-bottom: 15px;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-tnV32ttOZC .divider {
    margin: 40px 0 0;
  }
  .cid-tnV32ttOZC .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tnV32ttOZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnV32ttOZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnVmeJIY1u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVmeJIY1u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVmeJIY1u .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVmeJIY1u .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVmeJIY1u .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVmeJIY1u .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVmeJIY1u .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVmeJIY1u .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVmeJIY1u .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVmeJIY1u .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVmeJIY1u .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVmeJIY1u .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVmeJIY1u .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVmeJIY1u .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVmeJIY1u .list-block {
  position: relative;
}
.cid-tnVmeJIY1u .list-block h4,
.cid-tnVmeJIY1u .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVmeJIY1u .card-img {
  display: block;
}
.cid-tnVmeJIY1u input,
.cid-tnVmeJIY1u textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVmeJIY1u input:focus,
.cid-tnVmeJIY1u textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVmeJIY1u .form-control,
.cid-tnVmeJIY1u .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVmeJIY1u .form-control:hover,
.cid-tnVmeJIY1u .field-input:hover,
.cid-tnVmeJIY1u .form-control:focus,
.cid-tnVmeJIY1u .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVmeJIY1u input::-webkit-input-placeholder,
.cid-tnVmeJIY1u textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVmeJIY1u input:-moz-placeholder,
.cid-tnVmeJIY1u textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVmeJIY1u .jq-selectbox li,
.cid-tnVmeJIY1u .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmeJIY1u .jq-selectbox li:hover,
.cid-tnVmeJIY1u .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmeJIY1u .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmeJIY1u .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmeJIY1u .mbr-form {
  max-width: 550px;
}
.cid-tnVmeJIY1u .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVmeJIY1u .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVmeJIY1u .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVmeJIY1u .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVmeJIY1u .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVmeJIY1u .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVmeJIY1u .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVmeJIY1u .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVmeJIY1u .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVmeJIY1u .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVmeJIY1u .mbr-section-title,
  .cid-tnVmeJIY1u .content-title,
  .cid-tnVmeJIY1u .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnV32uojc1 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnV32uojc1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnV32uojc1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnV32uojc1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnV32uojc1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnV32uAHcE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnV32uAHcE .media-container-row {
  align-items: center;
}
.cid-tnV32uAHcE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnV32uAHcE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnV32uAHcE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnV32uAHcE .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnV32uAHcE .foot-menu-item {
  transform: 0.2s;
}
.cid-tnV32uAHcE .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnV32uAHcE .foot-menu {
    justify-content: center;
  }
  .cid-tnV32uAHcE .mbr-text {
    text-align: center;
  }
  .cid-tnV32uAHcE .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnV32uAHcE .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnV32uAHcE .link:hover {
  text-decoration: underline;
}
.cid-tnV32uAHcE .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnV32uAHcE .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnV32uAHcE .container {
    padding: 0;
  }
}
.cid-tnV32uAHcE .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnValjYpr7 {
  min-height: 80px !important;
  position: static;
}
.cid-tnValjYpr7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnValjYpr7 .nav-item:focus,
.cid-tnValjYpr7 .nav-link:focus {
  outline: none;
}
.cid-tnValjYpr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnValjYpr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnValjYpr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnValjYpr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnValjYpr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnValjYpr7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnValjYpr7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnValjYpr7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnValjYpr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnValjYpr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnValjYpr7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnValjYpr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnValjYpr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnValjYpr7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnValjYpr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnValjYpr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnValjYpr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnValjYpr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnValjYpr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnValjYpr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnValjYpr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnValjYpr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnValjYpr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnValjYpr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnValjYpr7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnValjYpr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnValjYpr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnValjYpr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnValjYpr7 .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnValjYpr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnValjYpr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnValjYpr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnValjYpr7 .dropdown-item.active,
.cid-tnValjYpr7 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnValjYpr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnValjYpr7 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnValjYpr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnValjYpr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnValjYpr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnValjYpr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnValjYpr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnValjYpr7 .navbar-nav {
  margin: auto;
}
.cid-tnValjYpr7 .navbar-buttons {
  text-align: center;
}
.cid-tnValjYpr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnValjYpr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnValjYpr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnValjYpr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnValjYpr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnValjYpr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnValjYpr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnValjYpr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnValjYpr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnValjYpr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnValjYpr7 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnValjYpr7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnValjYpr7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnValjYpr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnValjYpr7 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnValjYpr7 .navbar {
    height: 77px;
  }
  .cid-tnValjYpr7 .navbar.opened {
    height: auto;
  }
}
.cid-tnValjYpr7 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnValjYpr7 .text-btn {
  transition: transform 0.3s;
}
.cid-tnValjYpr7 .btn:hover {
  transform: scale(0.8);
}
.cid-tnValjYpr7 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnValjYpr7 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnValjYpr7 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnValjYpr7 .nav-link:hover::before {
  width: 100%;
}
.cid-tnValjYpr7 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnValjYpr7 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnValjYpr7 .link {
  margin: 0rem 1.2rem;
}
.cid-tnValjYpr7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnValjYpr7 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnValjYpr7 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnValjYpr7 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnValjYpr7 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnValjYpr7 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnValjYpr7 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnValjYpr7 .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnValjYpr7 .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnValjYpr7 .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnValjYpr7 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnValjYpr7 .nav-link::before {
    display: none;
  }
  .cid-tnValjYpr7 .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnValjYpr7 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnValjYpr7 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnValjYpr7 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnValjYpr7 .nav-dropdown .dropdown-item:focus,
  .cid-tnValjYpr7 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnValjYpr7 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnValjYpr7 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnValjYpr7 .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnValjYpr7 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnValjYpr7 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnValjYpr7 .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnValjYpr7 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnValjYpr7 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnValjYpr7 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnValjYpr7 .nav-dropdown .dropdown-item:focus,
  .cid-tnValjYpr7 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnValjYpr7 .btn-primary {
  color: #cccccc !important;
}
.cid-tnValjYpr7 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnValjYpr7 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnValjYpr7 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnVmyc8Vm6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dl.beatsnoop.com-3000-owplncravn-2000x1251.jpg");
}
.cid-tnVmyc8Vm6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tnVmyc8Vm6 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tnVmyc8Vm6 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tnVmyc8Vm6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnVmyc8Vm6 .mbr-section-title {
  color: #cccccc;
}
.cid-tnVbMSkYjC {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tnVbMSkYjC .image-block {
  position: relative;
  margin: auto;
}
.cid-tnVbMSkYjC .image-block img {
  width: 100%;
}
.cid-tnVbMSkYjC .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tnVbMSkYjC .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tnVbhBHelF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tnVdjNZWD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tnVmi80ikR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVmi80ikR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVmi80ikR .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVmi80ikR .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVmi80ikR .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVmi80ikR .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVmi80ikR .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVmi80ikR .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVmi80ikR .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVmi80ikR .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVmi80ikR .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVmi80ikR .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVmi80ikR .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVmi80ikR .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVmi80ikR .list-block {
  position: relative;
}
.cid-tnVmi80ikR .list-block h4,
.cid-tnVmi80ikR .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVmi80ikR .card-img {
  display: block;
}
.cid-tnVmi80ikR input,
.cid-tnVmi80ikR textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVmi80ikR input:focus,
.cid-tnVmi80ikR textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVmi80ikR .form-control,
.cid-tnVmi80ikR .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVmi80ikR .form-control:hover,
.cid-tnVmi80ikR .field-input:hover,
.cid-tnVmi80ikR .form-control:focus,
.cid-tnVmi80ikR .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVmi80ikR input::-webkit-input-placeholder,
.cid-tnVmi80ikR textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVmi80ikR input:-moz-placeholder,
.cid-tnVmi80ikR textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVmi80ikR .jq-selectbox li,
.cid-tnVmi80ikR .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmi80ikR .jq-selectbox li:hover,
.cid-tnVmi80ikR .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmi80ikR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmi80ikR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmi80ikR .mbr-form {
  max-width: 550px;
}
.cid-tnVmi80ikR .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVmi80ikR .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVmi80ikR .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVmi80ikR .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVmi80ikR .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVmi80ikR .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVmi80ikR .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVmi80ikR .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVmi80ikR .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVmi80ikR .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVmi80ikR .mbr-section-title,
  .cid-tnVmi80ikR .content-title,
  .cid-tnVmi80ikR .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnVallzgRJ .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnVallzgRJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnVallzgRJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnVallzgRJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnVallzgRJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnVallKPJQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnVallKPJQ .media-container-row {
  align-items: center;
}
.cid-tnVallKPJQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnVallKPJQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnVallKPJQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnVallKPJQ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnVallKPJQ .foot-menu-item {
  transform: 0.2s;
}
.cid-tnVallKPJQ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnVallKPJQ .foot-menu {
    justify-content: center;
  }
  .cid-tnVallKPJQ .mbr-text {
    text-align: center;
  }
  .cid-tnVallKPJQ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnVallKPJQ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnVallKPJQ .link:hover {
  text-decoration: underline;
}
.cid-tnVallKPJQ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnVallKPJQ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnVallKPJQ .container {
    padding: 0;
  }
}
.cid-tnVallKPJQ .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-tnVffwkVYM {
  min-height: 80px !important;
  position: static;
}
.cid-tnVffwkVYM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnVffwkVYM .nav-item:focus,
.cid-tnVffwkVYM .nav-link:focus {
  outline: none;
}
.cid-tnVffwkVYM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnVffwkVYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnVffwkVYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tnVffwkVYM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnVffwkVYM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnVffwkVYM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tnVffwkVYM .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tnVffwkVYM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tnVffwkVYM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnVffwkVYM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnVffwkVYM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnVffwkVYM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnVffwkVYM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnVffwkVYM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnVffwkVYM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnVffwkVYM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnVffwkVYM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnVffwkVYM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnVffwkVYM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnVffwkVYM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnVffwkVYM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnVffwkVYM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnVffwkVYM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnVffwkVYM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnVffwkVYM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnVffwkVYM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnVffwkVYM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnVffwkVYM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnVffwkVYM .navbar.navbar-short {
  background: #ffffff;
}
.cid-tnVffwkVYM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnVffwkVYM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnVffwkVYM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnVffwkVYM .dropdown-item.active,
.cid-tnVffwkVYM .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tnVffwkVYM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnVffwkVYM .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tnVffwkVYM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tnVffwkVYM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tnVffwkVYM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnVffwkVYM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnVffwkVYM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnVffwkVYM .navbar-nav {
  margin: auto;
}
.cid-tnVffwkVYM .navbar-buttons {
  text-align: center;
}
.cid-tnVffwkVYM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnVffwkVYM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-tnVffwkVYM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnVffwkVYM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnVffwkVYM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnVffwkVYM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnVffwkVYM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnVffwkVYM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnVffwkVYM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnVffwkVYM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnVffwkVYM .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tnVffwkVYM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tnVffwkVYM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnVffwkVYM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tnVffwkVYM .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnVffwkVYM .navbar {
    height: 77px;
  }
  .cid-tnVffwkVYM .navbar.opened {
    height: auto;
  }
}
.cid-tnVffwkVYM .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tnVffwkVYM .text-btn {
  transition: transform 0.3s;
}
.cid-tnVffwkVYM .btn:hover {
  transform: scale(0.8);
}
.cid-tnVffwkVYM .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tnVffwkVYM .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tnVffwkVYM .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tnVffwkVYM .nav-link:hover::before {
  width: 100%;
}
.cid-tnVffwkVYM .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tnVffwkVYM .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tnVffwkVYM .link {
  margin: 0rem 1.2rem;
}
.cid-tnVffwkVYM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tnVffwkVYM .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tnVffwkVYM .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tnVffwkVYM .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tnVffwkVYM .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tnVffwkVYM .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tnVffwkVYM .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tnVffwkVYM .dropdown-menu::before {
    display: none !important;
  }
  .cid-tnVffwkVYM .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-tnVffwkVYM .dropdown-menu > a::after {
    display: none;
  }
  .cid-tnVffwkVYM .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tnVffwkVYM .nav-link::before {
    display: none;
  }
  .cid-tnVffwkVYM .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-tnVffwkVYM .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tnVffwkVYM .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tnVffwkVYM .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tnVffwkVYM .nav-dropdown .dropdown-item:focus,
  .cid-tnVffwkVYM .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tnVffwkVYM .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnVffwkVYM .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnVffwkVYM .container-fluid {
    padding-right: 0rem;
  }
  .cid-tnVffwkVYM .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tnVffwkVYM .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tnVffwkVYM .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-tnVffwkVYM .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tnVffwkVYM .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tnVffwkVYM .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tnVffwkVYM .nav-dropdown .dropdown-item:focus,
  .cid-tnVffwkVYM .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tnVffwkVYM .btn-primary {
  color: #cccccc !important;
}
.cid-tnVffwkVYM .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tnVffwkVYM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tnVffwkVYM .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tnVn1u8U2z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dl.beatsnoop.com-3000-owplncravn-2000x1251.jpg");
}
.cid-tnVn1u8U2z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tnVn1u8U2z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tnVn1u8U2z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tnVn1u8U2z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnVn1u8U2z .mbr-section-title {
  color: #cccccc;
}
.cid-tnVffxm0vd {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tnVffxm0vd .image-block {
  position: relative;
  margin: auto;
}
.cid-tnVffxm0vd .image-block img {
  width: 100%;
}
.cid-tnVffxm0vd .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tnVffxm0vd .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tnVffxATSA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tnVffxJjM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tnVmkJx2Mw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnVmkJx2Mw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnVmkJx2Mw .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tnVmkJx2Mw .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tnVmkJx2Mw .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tnVmkJx2Mw .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tnVmkJx2Mw .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tnVmkJx2Mw .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tnVmkJx2Mw .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tnVmkJx2Mw .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tnVmkJx2Mw .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tnVmkJx2Mw .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tnVmkJx2Mw .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tnVmkJx2Mw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tnVmkJx2Mw .list-block {
  position: relative;
}
.cid-tnVmkJx2Mw .list-block h4,
.cid-tnVmkJx2Mw .list-block p {
  padding-left: 4.5rem;
}
.cid-tnVmkJx2Mw .card-img {
  display: block;
}
.cid-tnVmkJx2Mw input,
.cid-tnVmkJx2Mw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnVmkJx2Mw input:focus,
.cid-tnVmkJx2Mw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tnVmkJx2Mw .form-control,
.cid-tnVmkJx2Mw .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnVmkJx2Mw .form-control:hover,
.cid-tnVmkJx2Mw .field-input:hover,
.cid-tnVmkJx2Mw .form-control:focus,
.cid-tnVmkJx2Mw .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnVmkJx2Mw input::-webkit-input-placeholder,
.cid-tnVmkJx2Mw textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tnVmkJx2Mw input:-moz-placeholder,
.cid-tnVmkJx2Mw textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tnVmkJx2Mw .jq-selectbox li,
.cid-tnVmkJx2Mw .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmkJx2Mw .jq-selectbox li:hover,
.cid-tnVmkJx2Mw .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tnVmkJx2Mw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmkJx2Mw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tnVmkJx2Mw .mbr-form {
  max-width: 550px;
}
.cid-tnVmkJx2Mw .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tnVmkJx2Mw .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tnVmkJx2Mw .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tnVmkJx2Mw .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tnVmkJx2Mw .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tnVmkJx2Mw .mbr-form textarea {
  min-height: 100px;
}
.cid-tnVmkJx2Mw .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tnVmkJx2Mw .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tnVmkJx2Mw .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tnVmkJx2Mw .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tnVmkJx2Mw .mbr-section-title,
  .cid-tnVmkJx2Mw .content-title,
  .cid-tnVmkJx2Mw .mbr-section-btn {
    text-align: left;
  }
}
.cid-tnVffyAp4c .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tnVffyAp4c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnVffyAp4c .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnVffyAp4c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnVffyAp4c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnVffyNjBy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tnVffyNjBy .media-container-row {
  align-items: center;
}
.cid-tnVffyNjBy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnVffyNjBy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnVffyNjBy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnVffyNjBy .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnVffyNjBy .foot-menu-item {
  transform: 0.2s;
}
.cid-tnVffyNjBy .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnVffyNjBy .foot-menu {
    justify-content: center;
  }
  .cid-tnVffyNjBy .mbr-text {
    text-align: center;
  }
  .cid-tnVffyNjBy .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnVffyNjBy .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnVffyNjBy .link:hover {
  text-decoration: underline;
}
.cid-tnVffyNjBy .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnVffyNjBy .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnVffyNjBy .container {
    padding: 0;
  }
}
.cid-tnVffyNjBy .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-toToXuux3c {
  min-height: 80px !important;
  position: static;
}
.cid-toToXuux3c .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toToXuux3c .nav-item:focus,
.cid-toToXuux3c .nav-link:focus {
  outline: none;
}
.cid-toToXuux3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toToXuux3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toToXuux3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toToXuux3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toToXuux3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toToXuux3c .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toToXuux3c .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toToXuux3c .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-toToXuux3c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toToXuux3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toToXuux3c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toToXuux3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toToXuux3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toToXuux3c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toToXuux3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toToXuux3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-toToXuux3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-toToXuux3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toToXuux3c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toToXuux3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toToXuux3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toToXuux3c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toToXuux3c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toToXuux3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toToXuux3c .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toToXuux3c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toToXuux3c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toToXuux3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-toToXuux3c .navbar.navbar-short {
  background: #ffffff;
}
.cid-toToXuux3c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toToXuux3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toToXuux3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toToXuux3c .dropdown-item.active,
.cid-toToXuux3c .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-toToXuux3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toToXuux3c .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-toToXuux3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-toToXuux3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-toToXuux3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toToXuux3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toToXuux3c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toToXuux3c .navbar-nav {
  margin: auto;
}
.cid-toToXuux3c .navbar-buttons {
  text-align: center;
}
.cid-toToXuux3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toToXuux3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-toToXuux3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toToXuux3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toToXuux3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toToXuux3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toToXuux3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toToXuux3c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toToXuux3c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toToXuux3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toToXuux3c .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-toToXuux3c a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toToXuux3c .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toToXuux3c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-toToXuux3c .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toToXuux3c .navbar {
    height: 77px;
  }
  .cid-toToXuux3c .navbar.opened {
    height: auto;
  }
}
.cid-toToXuux3c .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-toToXuux3c .text-btn {
  transition: transform 0.3s;
}
.cid-toToXuux3c .btn:hover {
  transform: scale(0.8);
}
.cid-toToXuux3c .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-toToXuux3c .nav-link {
  position: relative;
  display: inline-block;
}
.cid-toToXuux3c .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-toToXuux3c .nav-link:hover::before {
  width: 100%;
}
.cid-toToXuux3c .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-toToXuux3c .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-toToXuux3c .link {
  margin: 0rem 1.2rem;
}
.cid-toToXuux3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-toToXuux3c .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-toToXuux3c .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-toToXuux3c .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-toToXuux3c .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-toToXuux3c .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-toToXuux3c .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-toToXuux3c .dropdown-menu::before {
    display: none !important;
  }
  .cid-toToXuux3c .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-toToXuux3c .dropdown-menu > a::after {
    display: none;
  }
  .cid-toToXuux3c .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-toToXuux3c .nav-link::before {
    display: none;
  }
  .cid-toToXuux3c .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-toToXuux3c .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-toToXuux3c .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-toToXuux3c .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-toToXuux3c .nav-dropdown .dropdown-item:focus,
  .cid-toToXuux3c .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-toToXuux3c .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-toToXuux3c .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toToXuux3c .container-fluid {
    padding-right: 0rem;
  }
  .cid-toToXuux3c .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-toToXuux3c .btn {
    padding: 1.8rem 6rem;
  }
  .cid-toToXuux3c .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-toToXuux3c .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-toToXuux3c .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-toToXuux3c .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-toToXuux3c .nav-dropdown .dropdown-item:focus,
  .cid-toToXuux3c .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-toToXuux3c .btn-primary {
  color: #cccccc !important;
}
.cid-toToXuux3c .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-toToXuux3c .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-toToXuux3c .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-toToXv2nJF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/online-terapi-02rwhfbcm4-2-2000x1327.jpg");
}
.cid-toToXv2nJF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-toToXv2nJF .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-toToXv2nJF .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-toToXv2nJF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toToXv2nJF .mbr-section-title {
  color: #cccccc;
}
.cid-toToXv2nJF .mbr-text,
.cid-toToXv2nJF .mbr-section-btn,
.cid-toToXv2nJF .social-row {
  color: #ffffff;
}
.cid-toToXvSWHi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-toToXvSWHi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toToXvSWHi .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-toToXvSWHi .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-toToXvSWHi .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-toToXvSWHi .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-toToXvSWHi .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-toToXvSWHi .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-toToXvSWHi .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-toToXvSWHi .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-toToXvSWHi .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-toToXvSWHi .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-toToXvSWHi .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-toToXvSWHi .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-toToXvSWHi .list-block {
  position: relative;
}
.cid-toToXvSWHi .list-block h4,
.cid-toToXvSWHi .list-block p {
  padding-left: 4.5rem;
}
.cid-toToXvSWHi .card-img {
  display: block;
}
.cid-toToXvSWHi input,
.cid-toToXvSWHi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-toToXvSWHi input:focus,
.cid-toToXvSWHi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-toToXvSWHi .form-control,
.cid-toToXvSWHi .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toToXvSWHi .form-control:hover,
.cid-toToXvSWHi .field-input:hover,
.cid-toToXvSWHi .form-control:focus,
.cid-toToXvSWHi .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-toToXvSWHi input::-webkit-input-placeholder,
.cid-toToXvSWHi textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-toToXvSWHi input:-moz-placeholder,
.cid-toToXvSWHi textarea:-moz-placeholder {
  color: #28303f;
}
.cid-toToXvSWHi .jq-selectbox li,
.cid-toToXvSWHi .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-toToXvSWHi .jq-selectbox li:hover,
.cid-toToXvSWHi .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-toToXvSWHi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-toToXvSWHi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-toToXvSWHi .mbr-form {
  max-width: 550px;
}
.cid-toToXvSWHi .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-toToXvSWHi .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-toToXvSWHi .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-toToXvSWHi .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-toToXvSWHi .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-toToXvSWHi .mbr-form textarea {
  min-height: 100px;
}
.cid-toToXvSWHi .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-toToXvSWHi .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-toToXvSWHi .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-toToXvSWHi .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-toToXvSWHi .mbr-section-title,
  .cid-toToXvSWHi .content-title,
  .cid-toToXvSWHi .mbr-section-btn {
    text-align: left;
  }
}
.cid-toToXweV9T .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-toToXweV9T .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-toToXweV9T .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toToXweV9T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toToXweV9T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toToXwolom {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-toToXwolom .media-container-row {
  align-items: center;
}
.cid-toToXwolom .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toToXwolom .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toToXwolom .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toToXwolom .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-toToXwolom .foot-menu-item {
  transform: 0.2s;
}
.cid-toToXwolom .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-toToXwolom .foot-menu {
    justify-content: center;
  }
  .cid-toToXwolom .mbr-text {
    text-align: center;
  }
  .cid-toToXwolom .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-toToXwolom .foot-menu {
    justify-content: flex-end;
  }
}
.cid-toToXwolom .link:hover {
  text-decoration: underline;
}
.cid-toToXwolom .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-toToXwolom .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-toToXwolom .container {
    padding: 0;
  }
}
.cid-toToXwolom .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-trjypneTUV {
  min-height: 80px !important;
  position: static;
}
.cid-trjypneTUV .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjypneTUV .nav-item:focus,
.cid-trjypneTUV .nav-link:focus {
  outline: none;
}
.cid-trjypneTUV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjypneTUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trjypneTUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjypneTUV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trjypneTUV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trjypneTUV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-trjypneTUV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-trjypneTUV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-trjypneTUV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-trjypneTUV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trjypneTUV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trjypneTUV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trjypneTUV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trjypneTUV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trjypneTUV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trjypneTUV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-trjypneTUV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-trjypneTUV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trjypneTUV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trjypneTUV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trjypneTUV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trjypneTUV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trjypneTUV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trjypneTUV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trjypneTUV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trjypneTUV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trjypneTUV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-trjypneTUV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-trjypneTUV .navbar.navbar-short {
  background: #ffffff;
}
.cid-trjypneTUV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trjypneTUV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trjypneTUV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trjypneTUV .dropdown-item.active,
.cid-trjypneTUV .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-trjypneTUV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trjypneTUV .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-trjypneTUV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-trjypneTUV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-trjypneTUV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trjypneTUV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trjypneTUV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trjypneTUV .navbar-nav {
  margin: auto;
}
.cid-trjypneTUV .navbar-buttons {
  text-align: center;
}
.cid-trjypneTUV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trjypneTUV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-trjypneTUV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trjypneTUV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trjypneTUV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trjypneTUV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trjypneTUV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trjypneTUV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-trjypneTUV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-trjypneTUV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trjypneTUV .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-trjypneTUV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trjypneTUV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-trjypneTUV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-trjypneTUV .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trjypneTUV .navbar {
    height: 77px;
  }
  .cid-trjypneTUV .navbar.opened {
    height: auto;
  }
}
.cid-trjypneTUV .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-trjypneTUV .text-btn {
  transition: transform 0.3s;
}
.cid-trjypneTUV .btn:hover {
  transform: scale(0.8);
}
.cid-trjypneTUV .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-trjypneTUV .nav-link {
  position: relative;
  display: inline-block;
}
.cid-trjypneTUV .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-trjypneTUV .nav-link:hover::before {
  width: 100%;
}
.cid-trjypneTUV .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-trjypneTUV .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-trjypneTUV .link {
  margin: 0rem 1.2rem;
}
.cid-trjypneTUV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-trjypneTUV .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-trjypneTUV .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-trjypneTUV .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-trjypneTUV .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-trjypneTUV .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-trjypneTUV .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-trjypneTUV .dropdown-menu::before {
    display: none !important;
  }
  .cid-trjypneTUV .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-trjypneTUV .dropdown-menu > a::after {
    display: none;
  }
  .cid-trjypneTUV .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-trjypneTUV .nav-link::before {
    display: none;
  }
  .cid-trjypneTUV .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-trjypneTUV .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-trjypneTUV .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-trjypneTUV .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-trjypneTUV .nav-dropdown .dropdown-item:focus,
  .cid-trjypneTUV .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-trjypneTUV .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-trjypneTUV .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trjypneTUV .container-fluid {
    padding-right: 0rem;
  }
  .cid-trjypneTUV .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-trjypneTUV .btn {
    padding: 1.8rem 6rem;
  }
  .cid-trjypneTUV .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-trjypneTUV .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-trjypneTUV .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-trjypneTUV .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-trjypneTUV .nav-dropdown .dropdown-item:focus,
  .cid-trjypneTUV .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-trjypneTUV .btn-primary {
  color: #cccccc !important;
}
.cid-trjypneTUV .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-trjypneTUV .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-trjypneTUV .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-trjypnBqOg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/online-terapi-02rwhfbcm4-2-2000x1327.jpg");
}
.cid-trjypnBqOg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-trjypnBqOg .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-trjypnBqOg .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-trjypnBqOg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trjypnBqOg .mbr-section-title {
  color: #cccccc;
}
.cid-trjypnBqOg .mbr-text,
.cid-trjypnBqOg .mbr-section-btn,
.cid-trjypnBqOg .social-row {
  color: #ffffff;
}
.cid-trjzJ4D5h0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-trjzJ4D5h0 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-trjzJ4D5h0 .card-img {
  padding-bottom: 2rem;
}
.cid-trjzJ4D5h0 .mbr-text {
  color: #767676;
}
.cid-trjzJ4D5h0 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-trjzJ4D5h0 .mbr-section-btn {
  margin-left: 0;
}
.cid-trjzJ4D5h0 .date span {
  display: inline-block;
  background-color: #4a4c70;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-trjzJ4D5h0 .card-title {
    text-align: center;
  }
  .cid-trjzJ4D5h0 p.mbr-text,
  .cid-trjzJ4D5h0 p.date {
    text-align: center;
  }
}
.cid-trjzJ4D5h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trjzJ4D5h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trjypnSQ66 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-trjypnSQ66 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-trjypnSQ66 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-trjypnSQ66 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-trjypnSQ66 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-trjypnSQ66 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-trjypnSQ66 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-trjypnSQ66 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-trjypnSQ66 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-trjypnSQ66 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-trjypnSQ66 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-trjypnSQ66 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-trjypnSQ66 .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trjypnSQ66 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-trjypnSQ66 .list-block {
  position: relative;
}
.cid-trjypnSQ66 .list-block h4,
.cid-trjypnSQ66 .list-block p {
  padding-left: 4.5rem;
}
.cid-trjypnSQ66 .card-img {
  display: block;
}
.cid-trjypnSQ66 input,
.cid-trjypnSQ66 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-trjypnSQ66 input:focus,
.cid-trjypnSQ66 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-trjypnSQ66 .form-control,
.cid-trjypnSQ66 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-trjypnSQ66 .form-control:hover,
.cid-trjypnSQ66 .field-input:hover,
.cid-trjypnSQ66 .form-control:focus,
.cid-trjypnSQ66 .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-trjypnSQ66 input::-webkit-input-placeholder,
.cid-trjypnSQ66 textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-trjypnSQ66 input:-moz-placeholder,
.cid-trjypnSQ66 textarea:-moz-placeholder {
  color: #28303f;
}
.cid-trjypnSQ66 .jq-selectbox li,
.cid-trjypnSQ66 .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-trjypnSQ66 .jq-selectbox li:hover,
.cid-trjypnSQ66 .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-trjypnSQ66 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-trjypnSQ66 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-trjypnSQ66 .mbr-form {
  max-width: 550px;
}
.cid-trjypnSQ66 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-trjypnSQ66 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-trjypnSQ66 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-trjypnSQ66 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-trjypnSQ66 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-trjypnSQ66 .mbr-form textarea {
  min-height: 100px;
}
.cid-trjypnSQ66 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-trjypnSQ66 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-trjypnSQ66 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-trjypnSQ66 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-trjypnSQ66 .mbr-section-title,
  .cid-trjypnSQ66 .content-title,
  .cid-trjypnSQ66 .mbr-section-btn {
    text-align: left;
  }
}
.cid-trjypohVie .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-trjypohVie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-trjypohVie .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-trjypohVie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-trjypohVie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trjypoqRB8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-trjypoqRB8 .media-container-row {
  align-items: center;
}
.cid-trjypoqRB8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-trjypoqRB8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trjypoqRB8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trjypoqRB8 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-trjypoqRB8 .foot-menu-item {
  transform: 0.2s;
}
.cid-trjypoqRB8 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-trjypoqRB8 .foot-menu {
    justify-content: center;
  }
  .cid-trjypoqRB8 .mbr-text {
    text-align: center;
  }
  .cid-trjypoqRB8 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-trjypoqRB8 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-trjypoqRB8 .link:hover {
  text-decoration: underline;
}
.cid-trjypoqRB8 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-trjypoqRB8 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-trjypoqRB8 .container {
    padding: 0;
  }
}
.cid-trjypoqRB8 .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-trjBBZWgzY {
  min-height: 80px !important;
  position: static;
}
.cid-trjBBZWgzY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjBBZWgzY .nav-item:focus,
.cid-trjBBZWgzY .nav-link:focus {
  outline: none;
}
.cid-trjBBZWgzY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjBBZWgzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trjBBZWgzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trjBBZWgzY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trjBBZWgzY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trjBBZWgzY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-trjBBZWgzY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-trjBBZWgzY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-trjBBZWgzY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-trjBBZWgzY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trjBBZWgzY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trjBBZWgzY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trjBBZWgzY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trjBBZWgzY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trjBBZWgzY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trjBBZWgzY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-trjBBZWgzY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-trjBBZWgzY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trjBBZWgzY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trjBBZWgzY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trjBBZWgzY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trjBBZWgzY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trjBBZWgzY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trjBBZWgzY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trjBBZWgzY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trjBBZWgzY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trjBBZWgzY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-trjBBZWgzY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-trjBBZWgzY .navbar.navbar-short {
  background: #ffffff;
}
.cid-trjBBZWgzY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trjBBZWgzY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trjBBZWgzY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trjBBZWgzY .dropdown-item.active,
.cid-trjBBZWgzY .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-trjBBZWgzY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trjBBZWgzY .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-trjBBZWgzY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-trjBBZWgzY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-trjBBZWgzY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trjBBZWgzY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trjBBZWgzY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trjBBZWgzY .navbar-nav {
  margin: auto;
}
.cid-trjBBZWgzY .navbar-buttons {
  text-align: center;
}
.cid-trjBBZWgzY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trjBBZWgzY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-trjBBZWgzY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trjBBZWgzY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trjBBZWgzY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trjBBZWgzY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trjBBZWgzY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trjBBZWgzY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-trjBBZWgzY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-trjBBZWgzY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trjBBZWgzY .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-trjBBZWgzY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trjBBZWgzY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-trjBBZWgzY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-trjBBZWgzY .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trjBBZWgzY .navbar {
    height: 77px;
  }
  .cid-trjBBZWgzY .navbar.opened {
    height: auto;
  }
}
.cid-trjBBZWgzY .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-trjBBZWgzY .text-btn {
  transition: transform 0.3s;
}
.cid-trjBBZWgzY .btn:hover {
  transform: scale(0.8);
}
.cid-trjBBZWgzY .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-trjBBZWgzY .nav-link {
  position: relative;
  display: inline-block;
}
.cid-trjBBZWgzY .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-trjBBZWgzY .nav-link:hover::before {
  width: 100%;
}
.cid-trjBBZWgzY .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-trjBBZWgzY .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-trjBBZWgzY .link {
  margin: 0rem 1.2rem;
}
.cid-trjBBZWgzY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-trjBBZWgzY .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-trjBBZWgzY .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-trjBBZWgzY .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-trjBBZWgzY .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-trjBBZWgzY .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-trjBBZWgzY .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-trjBBZWgzY .dropdown-menu::before {
    display: none !important;
  }
  .cid-trjBBZWgzY .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-trjBBZWgzY .dropdown-menu > a::after {
    display: none;
  }
  .cid-trjBBZWgzY .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-trjBBZWgzY .nav-link::before {
    display: none;
  }
  .cid-trjBBZWgzY .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-trjBBZWgzY .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-trjBBZWgzY .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-trjBBZWgzY .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-trjBBZWgzY .nav-dropdown .dropdown-item:focus,
  .cid-trjBBZWgzY .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-trjBBZWgzY .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-trjBBZWgzY .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trjBBZWgzY .container-fluid {
    padding-right: 0rem;
  }
  .cid-trjBBZWgzY .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-trjBBZWgzY .btn {
    padding: 1.8rem 6rem;
  }
  .cid-trjBBZWgzY .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-trjBBZWgzY .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-trjBBZWgzY .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-trjBBZWgzY .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-trjBBZWgzY .nav-dropdown .dropdown-item:focus,
  .cid-trjBBZWgzY .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-trjBBZWgzY .btn-primary {
  color: #cccccc !important;
}
.cid-trjBBZWgzY .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-trjBBZWgzY .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-trjBBZWgzY .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-trjBC0pGjO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dl.beatsnoop.com-3000-owplncravn-2000x1251.jpg");
}
.cid-trjBC0pGjO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-trjBC0pGjO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-trjBC0pGjO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-trjBC0pGjO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trjBC0pGjO .mbr-section-title {
  color: #cccccc;
}
.cid-trjBC0GbFi {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-trjBC0GbFi .image-block {
  position: relative;
  margin: auto;
}
.cid-trjBC0GbFi .image-block img {
  width: 100%;
}
.cid-trjBC0GbFi .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-trjBC0GbFi .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-trjBC0OMfx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-trjBC0VYhx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-trjBC1246k {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-trjBC1246k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-trjBC1246k .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-trjBC1246k .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-trjBC1246k .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-trjBC1246k .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-trjBC1246k .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-trjBC1246k .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-trjBC1246k .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-trjBC1246k .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-trjBC1246k .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-trjBC1246k .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-trjBC1246k .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-trjBC1246k .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-trjBC1246k .list-block {
  position: relative;
}
.cid-trjBC1246k .list-block h4,
.cid-trjBC1246k .list-block p {
  padding-left: 4.5rem;
}
.cid-trjBC1246k .card-img {
  display: block;
}
.cid-trjBC1246k input,
.cid-trjBC1246k textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-trjBC1246k input:focus,
.cid-trjBC1246k textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-trjBC1246k .form-control,
.cid-trjBC1246k .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-trjBC1246k .form-control:hover,
.cid-trjBC1246k .field-input:hover,
.cid-trjBC1246k .form-control:focus,
.cid-trjBC1246k .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-trjBC1246k input::-webkit-input-placeholder,
.cid-trjBC1246k textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-trjBC1246k input:-moz-placeholder,
.cid-trjBC1246k textarea:-moz-placeholder {
  color: #28303f;
}
.cid-trjBC1246k .jq-selectbox li,
.cid-trjBC1246k .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-trjBC1246k .jq-selectbox li:hover,
.cid-trjBC1246k .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-trjBC1246k .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-trjBC1246k .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-trjBC1246k .mbr-form {
  max-width: 550px;
}
.cid-trjBC1246k .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-trjBC1246k .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-trjBC1246k .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-trjBC1246k .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-trjBC1246k .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-trjBC1246k .mbr-form textarea {
  min-height: 100px;
}
.cid-trjBC1246k .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-trjBC1246k .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-trjBC1246k .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-trjBC1246k .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-trjBC1246k .mbr-section-title,
  .cid-trjBC1246k .content-title,
  .cid-trjBC1246k .mbr-section-btn {
    text-align: left;
  }
}
.cid-trjBC1sylg .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-trjBC1sylg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-trjBC1sylg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-trjBC1sylg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-trjBC1sylg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trjBC1Ct8M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-trjBC1Ct8M .media-container-row {
  align-items: center;
}
.cid-trjBC1Ct8M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-trjBC1Ct8M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trjBC1Ct8M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trjBC1Ct8M .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-trjBC1Ct8M .foot-menu-item {
  transform: 0.2s;
}
.cid-trjBC1Ct8M .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-trjBC1Ct8M .foot-menu {
    justify-content: center;
  }
  .cid-trjBC1Ct8M .mbr-text {
    text-align: center;
  }
  .cid-trjBC1Ct8M .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-trjBC1Ct8M .foot-menu {
    justify-content: flex-end;
  }
}
.cid-trjBC1Ct8M .link:hover {
  text-decoration: underline;
}
.cid-trjBC1Ct8M .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-trjBC1Ct8M .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-trjBC1Ct8M .container {
    padding: 0;
  }
}
.cid-trjBC1Ct8M .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
.cid-urVa5aiIFN {
  min-height: 80px !important;
  position: static;
}
.cid-urVa5aiIFN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urVa5aiIFN .nav-item:focus,
.cid-urVa5aiIFN .nav-link:focus {
  outline: none;
}
.cid-urVa5aiIFN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urVa5aiIFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-urVa5aiIFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urVa5aiIFN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urVa5aiIFN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urVa5aiIFN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-urVa5aiIFN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-urVa5aiIFN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-urVa5aiIFN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urVa5aiIFN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urVa5aiIFN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urVa5aiIFN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urVa5aiIFN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urVa5aiIFN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urVa5aiIFN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urVa5aiIFN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-urVa5aiIFN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-urVa5aiIFN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urVa5aiIFN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-urVa5aiIFN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urVa5aiIFN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urVa5aiIFN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urVa5aiIFN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urVa5aiIFN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urVa5aiIFN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urVa5aiIFN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urVa5aiIFN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-urVa5aiIFN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-urVa5aiIFN .navbar.navbar-short {
  background: #ffffff;
}
.cid-urVa5aiIFN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urVa5aiIFN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urVa5aiIFN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urVa5aiIFN .dropdown-item.active,
.cid-urVa5aiIFN .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-urVa5aiIFN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urVa5aiIFN .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-urVa5aiIFN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-urVa5aiIFN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-urVa5aiIFN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urVa5aiIFN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urVa5aiIFN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urVa5aiIFN .navbar-nav {
  margin: auto;
}
.cid-urVa5aiIFN .navbar-buttons {
  text-align: center;
}
.cid-urVa5aiIFN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urVa5aiIFN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-urVa5aiIFN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urVa5aiIFN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urVa5aiIFN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urVa5aiIFN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urVa5aiIFN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urVa5aiIFN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urVa5aiIFN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urVa5aiIFN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urVa5aiIFN .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-urVa5aiIFN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urVa5aiIFN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-urVa5aiIFN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-urVa5aiIFN .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urVa5aiIFN .navbar {
    height: 77px;
  }
  .cid-urVa5aiIFN .navbar.opened {
    height: auto;
  }
}
.cid-urVa5aiIFN .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-urVa5aiIFN .text-btn {
  transition: transform 0.3s;
}
.cid-urVa5aiIFN .btn:hover {
  transform: scale(0.8);
}
.cid-urVa5aiIFN .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-urVa5aiIFN .nav-link {
  position: relative;
  display: inline-block;
}
.cid-urVa5aiIFN .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-urVa5aiIFN .nav-link:hover::before {
  width: 100%;
}
.cid-urVa5aiIFN .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-urVa5aiIFN .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-urVa5aiIFN .link {
  margin: 0rem 1.2rem;
}
.cid-urVa5aiIFN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-urVa5aiIFN .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-urVa5aiIFN .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-urVa5aiIFN .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-urVa5aiIFN .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-urVa5aiIFN .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-urVa5aiIFN .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-urVa5aiIFN .dropdown-menu::before {
    display: none !important;
  }
  .cid-urVa5aiIFN .btn:hover {
    background-color: #00987f !important;
    color: #cccccc !important;
  }
  .cid-urVa5aiIFN .dropdown-menu > a::after {
    display: none;
  }
  .cid-urVa5aiIFN .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-urVa5aiIFN .nav-link::before {
    display: none;
  }
  .cid-urVa5aiIFN .dropdown-menu > a {
    color: #00987f !important;
  }
  .cid-urVa5aiIFN .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-urVa5aiIFN .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-urVa5aiIFN .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-urVa5aiIFN .nav-dropdown .dropdown-item:focus,
  .cid-urVa5aiIFN .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-urVa5aiIFN .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urVa5aiIFN .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urVa5aiIFN .container-fluid {
    padding-right: 0rem;
  }
  .cid-urVa5aiIFN .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-urVa5aiIFN .btn {
    padding: 1.8rem 6rem;
  }
  .cid-urVa5aiIFN .btn:hover {
    background-color: #cccccc !important;
    color: #00987f !important;
  }
  .cid-urVa5aiIFN .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-urVa5aiIFN .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-urVa5aiIFN .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-urVa5aiIFN .nav-dropdown .dropdown-item:focus,
  .cid-urVa5aiIFN .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-urVa5aiIFN .btn-primary {
  color: #cccccc !important;
}
.cid-urVa5aiIFN .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-urVa5aiIFN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-urVa5aiIFN .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-urVa5bp5jO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/online-terapi-02rwhfbcm4-2-2000x1327.jpg");
}
.cid-urVa5bp5jO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-urVa5bp5jO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-urVa5bp5jO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-urVa5bp5jO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urVa5bp5jO .mbr-section-title {
  color: #cccccc;
}
.cid-urVa5bp5jO .mbr-text,
.cid-urVa5bp5jO .mbr-section-btn,
.cid-urVa5bp5jO .social-row {
  color: #ffffff;
}
.cid-urVa5cgxl6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urVa5cgxl6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urVa5cgxl6 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-urVa5cgxl6 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-urVa5cgxl6 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-urVa5cgxl6 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-urVa5cgxl6 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-urVa5cgxl6 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-urVa5cgxl6 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-urVa5cgxl6 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-urVa5cgxl6 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-urVa5cgxl6 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-urVa5cgxl6 .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-urVa5cgxl6 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-urVa5cgxl6 .list-block {
  position: relative;
}
.cid-urVa5cgxl6 .list-block h4,
.cid-urVa5cgxl6 .list-block p {
  padding-left: 4.5rem;
}
.cid-urVa5cgxl6 .card-img {
  display: block;
}
.cid-urVa5cgxl6 input,
.cid-urVa5cgxl6 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-urVa5cgxl6 input:focus,
.cid-urVa5cgxl6 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-urVa5cgxl6 .form-control,
.cid-urVa5cgxl6 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urVa5cgxl6 .form-control:hover,
.cid-urVa5cgxl6 .field-input:hover,
.cid-urVa5cgxl6 .form-control:focus,
.cid-urVa5cgxl6 .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urVa5cgxl6 input::-webkit-input-placeholder,
.cid-urVa5cgxl6 textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-urVa5cgxl6 input:-moz-placeholder,
.cid-urVa5cgxl6 textarea:-moz-placeholder {
  color: #28303f;
}
.cid-urVa5cgxl6 .jq-selectbox li,
.cid-urVa5cgxl6 .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-urVa5cgxl6 .jq-selectbox li:hover,
.cid-urVa5cgxl6 .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-urVa5cgxl6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-urVa5cgxl6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-urVa5cgxl6 .mbr-form {
  max-width: 550px;
}
.cid-urVa5cgxl6 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-urVa5cgxl6 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-urVa5cgxl6 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-urVa5cgxl6 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-urVa5cgxl6 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-urVa5cgxl6 .mbr-form textarea {
  min-height: 100px;
}
.cid-urVa5cgxl6 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #00987f;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-urVa5cgxl6 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-urVa5cgxl6 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-urVa5cgxl6 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-urVa5cgxl6 .mbr-section-title,
  .cid-urVa5cgxl6 .content-title,
  .cid-urVa5cgxl6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-urVa5dKyXC .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-urVa5dKyXC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urVa5dKyXC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urVa5dKyXC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urVa5dKyXC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urVa5e8ioy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-urVa5e8ioy .media-container-row {
  align-items: center;
}
.cid-urVa5e8ioy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urVa5e8ioy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urVa5e8ioy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urVa5e8ioy .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-urVa5e8ioy .foot-menu-item {
  transform: 0.2s;
}
.cid-urVa5e8ioy .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-urVa5e8ioy .foot-menu {
    justify-content: center;
  }
  .cid-urVa5e8ioy .mbr-text {
    text-align: center;
  }
  .cid-urVa5e8ioy .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urVa5e8ioy .foot-menu {
    justify-content: flex-end;
  }
}
.cid-urVa5e8ioy .link:hover {
  text-decoration: underline;
}
.cid-urVa5e8ioy .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-urVa5e8ioy .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-urVa5e8ioy .container {
    padding: 0;
  }
}
.cid-urVa5e8ioy .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
